Searched refs:getEnabledForApps (Results 1 – 5 of 5) sorted by relevance
452 when(mSettingObserver.getEnabledForApps(anyInt())).thenReturn(true); in setupFingerprint()474 when(mSettingObserver.getEnabledForApps(anyInt())).thenReturn(true); in setupFace()
396 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()
229 return settingObserver.getEnabledForApps(userId); in isEnabledForApp()
486 public boolean getEnabledForApps(int userId) { in getEnabledForApps() method in BiometricService.SettingObserver
13616 HPLcom/android/server/biometrics/BiometricService$SettingObserver;->getEnabledForApps(I)Z+]Ljava/la…