-
- All Implemented Interfaces:
-
android.os.IBinder,android.os.IInterface,com.android.internal.policy.IKeyguardLockedStateListener
public class KeyguardLockedStateListenerAdapter extends IKeyguardLockedStateListener.Stub
-
-
Method Summary
Modifier and Type Method Description voidonKeyguardLockedStateChanged(boolean isKeyguardLocked)booleanonTransact(int code, @NonNull() Parcel data, Parcel reply, int flags)-
Methods inherited from class com.android.internal.policy.IKeyguardLockedStateListener.Stub
asBinder, asInterface -
Methods inherited from class android.os.Binder
attachInterface, clearCallingIdentity, clearCallingWorkSource, dumpAsync, flushPendingCommands, getCallingPid, getCallingUid, getCallingUidOrThrow, getCallingUserHandle, getCallingWorkSourceUid, getInterfaceDescriptor, isBinderAlive, joinThreadPool, linkToDeath, pingBinder, queryLocalInterface, restoreCallingIdentity, restoreCallingWorkSource, setCallingWorkSourceUid, transact, unlinkToDeath -
Methods inherited from class android.os.IBinder
addFrozenStateChangeCallback, getSuggestedMaxIpcSizeBytes, removeFrozenStateChangeCallback -
Methods inherited from class com.android.internal.policy.IKeyguardLockedStateListener
onKeyguardLockedStateChanged -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
onKeyguardLockedStateChanged
void onKeyguardLockedStateChanged(boolean isKeyguardLocked)
-
onTransact
boolean onTransact(int code, @NonNull() Parcel data, Parcel reply, int flags)
-
-
-
-