Searched refs:getEnabledForApps (Results 1 – 5 of 5) sorted by relevance
82 when(mSettingObserver.getEnabledForApps(anyInt())).thenReturn(true); in setup()
548 when(mBiometricService.mSettingObserver.getEnabledForApps(anyInt())).thenReturn(false); in testAuthenticateFace_respectsUserSetting()560 when(mBiometricService.mSettingObserver.getEnabledForApps(anyInt())).thenReturn(true); in testAuthenticateFace_respectsUserSetting()1448 when(mBiometricService.mSettingObserver.getEnabledForApps(anyInt())).thenReturn(false); in testCanAuthenticate_whenBiometricsNotEnabledForApps()1575 when(mBiometricService.mSettingObserver.getEnabledForApps(anyInt())).thenReturn(true); in testWithDowngradedAuthenticator()1863 when(mBiometricService.mSettingObserver.getEnabledForApps(anyInt())).thenReturn(true); in setupAuthForOnly()1896 when(mBiometricService.mSettingObserver.getEnabledForApps(anyInt())).thenReturn(true); in setupAuthForMultiple()
907 when(mSettingObserver.getEnabledForApps(anyInt())).thenReturn(true); in setupFingerprint()929 when(mSettingObserver.getEnabledForApps(anyInt())).thenReturn(true); in setupFace()
235 return settingObserver.getEnabledForApps(userId); in isEnabledForApp()
370 public boolean getEnabledForApps(int userId) { in getEnabledForApps() method in BiometricService.SettingObserver