Home
last modified time | relevance | path

Searched refs:getEnabledForApps (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DAuthSessionTest.java452 when(mSettingObserver.getEnabledForApps(anyInt())).thenReturn(true); in setupFingerprint()
474 when(mSettingObserver.getEnabledForApps(anyInt())).thenReturn(true); in setupFace()
H A DBiometricServiceTest.java396 when(mBiometricService.mSettingObserver.getEnabledForApps(anyInt())).thenReturn(false); in testAuthenticateFace_respectsUserSetting()
407 when(mBiometricService.mSettingObserver.getEnabledForApps(anyInt())).thenReturn(true); in testAuthenticateFace_respectsUserSetting()
1220 when(mBiometricService.mSettingObserver.getEnabledForApps(anyInt())).thenReturn(false); in testCanAuthenticate_whenBiometricsNotEnabledForApps()
1345 when(mBiometricService.mSettingObserver.getEnabledForApps(anyInt())).thenReturn(true); in testWithDowngradedAuthenticator()
1567 when(mBiometricService.mSettingObserver.getEnabledForApps(anyInt())).thenReturn(true); in setupAuthForOnly()
1595 when(mBiometricService.mSettingObserver.getEnabledForApps(anyInt())).thenReturn(true); in setupAuthForMultiple()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/
H A DPreAuthInfo.java229 return settingObserver.getEnabledForApps(userId); in isEnabledForApp()
H A DBiometricService.java486 public boolean getEnabledForApps(int userId) { in getEnabledForApps() method in BiometricService.SettingObserver
/aosp12/frameworks/base/services/
H A Dart-profile13616 HPLcom/android/server/biometrics/BiometricService$SettingObserver;->getEnabledForApps(I)Z+]Ljava/la…