Searched refs:SESSION_BIOMETRIC_PROMPT (Results 1 – 7 of 7) sorted by relevance
20 import static android.app.StatusBarManager.SESSION_BIOMETRIC_PROMPT;138 assertNotNull(mSessionTracker.getSessionId(SESSION_BIOMETRIC_PROMPT)); in testBiometricPromptShowing()142 eq(SESSION_BIOMETRIC_PROMPT), any(InstanceId.class)); in testBiometricPromptShowing()156 assertNull(mSessionTracker.getSessionId(SESSION_BIOMETRIC_PROMPT)); in testBiometricPromptDismissed()160 eq(SESSION_BIOMETRIC_PROMPT), any(InstanceId.class)); in testBiometricPromptDismissed()
20 import static android.app.StatusBarManager.SESSION_BIOMETRIC_PROMPT;147 if ((sessionFlags & SESSION_BIOMETRIC_PROMPT) != 0) { in requireListenerPermissions()161 if ((sessionFlags & SESSION_BIOMETRIC_PROMPT) != 0) { in requireSetterPermissions()
20 import static android.app.StatusBarManager.SESSION_BIOMETRIC_PROMPT;186 startSession(SESSION_BIOMETRIC_PROMPT);191 endSession(SESSION_BIOMETRIC_PROMPT);210 } else if (sessionType == SESSION_BIOMETRIC_PROMPT) { in getString()
342 mSessionListener.onSessionStarted(StatusBarManager.SESSION_BIOMETRIC_PROMPT, in testSessionId()354 mSessionListener.onSessionEnded(StatusBarManager.SESSION_BIOMETRIC_PROMPT, in testSessionId()389 for (int type : List.of(StatusBarManager.SESSION_BIOMETRIC_PROMPT, in testUpdateAllSessionTypes()395 new OperationContextExt(type == StatusBarManager.SESSION_BIOMETRIC_PROMPT); in testUpdateAllSessionTypes()443 if (type == StatusBarManager.SESSION_BIOMETRIC_PROMPT) { in reason()
57 StatusBarManager.SESSION_KEYGUARD | StatusBarManager.SESSION_BIOMETRIC_PROMPT;181 return mSession.get(StatusBarManager.SESSION_BIOMETRIC_PROMPT); in getBiometricPromptSessionInfo()
19 import static android.app.StatusBarManager.SESSION_BIOMETRIC_PROMPT;497 return SESSION_BIOMETRIC_PROMPT; in getBiometricSessionType()501 return SESSION_BIOMETRIC_PROMPT << 1; in getBiometricSessionType()668 && getBiometricSessionType() != SESSION_BIOMETRIC_PROMPT) { in onTouch()
275 public static final int SESSION_BIOMETRIC_PROMPT = 1 << 1; field in StatusBarManager280 SESSION_BIOMETRIC_PROMPT287 SESSION_BIOMETRIC_PROMPT,