android.app.KeyguardManager Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android Show documentation
Show all versions of android Show documentation
A library jar that provides APIs for Applications written for the Google Android Platform.
The newest version!
package android.app;
public class KeyguardManager
{
@Deprecated
public class KeyguardLock
{
KeyguardLock() { throw new RuntimeException("Stub!"); }
public void disableKeyguard() { throw new RuntimeException("Stub!"); }
public void reenableKeyguard() { throw new RuntimeException("Stub!"); }
}
public static interface OnKeyguardExitResult
{
public abstract void onKeyguardExitResult(boolean success);
}
KeyguardManager() { throw new RuntimeException("Stub!"); }
@java.lang.Deprecated()
public android.app.KeyguardManager.KeyguardLock newKeyguardLock(java.lang.String tag) { throw new RuntimeException("Stub!"); }
public boolean isKeyguardLocked() { throw new RuntimeException("Stub!"); }
public boolean isKeyguardSecure() { throw new RuntimeException("Stub!"); }
public boolean inKeyguardRestrictedInputMode() { throw new RuntimeException("Stub!"); }
@java.lang.Deprecated()
public void exitKeyguardSecurely(android.app.KeyguardManager.OnKeyguardExitResult callback) { throw new RuntimeException("Stub!"); }
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy