Searched refs:UNLOCK (Results 1 – 11 of 11) sorted by relevance
34 public static final int UNLOCK = 4; field in Classifier46 UNLOCK,
36 case Classifier.UNLOCK: in evaluate()
425 ? Classifier.BOUNCER_UNLOCK : Classifier.UNLOCK); in onTrackingStarted()
24 public static final int UNLOCK = 4; field in CameraActions65 case UNLOCK: in stringify()
448 getCameraHandler().sendEmptyMessage(CameraActions.UNLOCK); in unlock()
430 case CameraActions.UNLOCK: { in handleMessage()
27 import static com.android.systemui.classifier.Classifier.UNLOCK;50 case UNLOCK: in isFalseTouch()
217 updateInteractionType(secure ? Classifier.BOUNCER_UNLOCK : Classifier.UNLOCK); in onTrackingStarted()
26 import static com.android.systemui.classifier.Classifier.UNLOCK;184 when(mDataProvider.getInteractionType()).thenReturn(UNLOCK); in testPass_Unlock()198 when(mDataProvider.getInteractionType()).thenReturn(UNLOCK); in testFalse_Unlock()
49 UNLOCK, enumerator308 remote()->transact(UNLOCK, data, &reply); in unlock()484 case UNLOCK: { in onTransact()
1274 GlobalSettingsProto.Sounds.UNLOCK); in dumpProtoGlobalSettingsLocked()