/cts/tests/framework/base/biometrics/src/android/server/biometrics/ |
D | BiometricTestBase.java | 148 protected BiometricServiceState getCurrentState() throws Exception { in getCurrentState() method in BiometricTestBase 193 return getCurrentState().mSensorStates; in getSensorStates() 199 final BiometricServiceState serviceState = getCurrentState(); in waitForState() 213 final BiometricServiceState serviceState = getCurrentState(); in waitForStateNotEqual() 225 final BiometricServiceState serviceState = getCurrentState(); in anyEnrollmentsExist() 262 BiometricServiceState state = getCurrentState(); in successfullyAuthenticate() 273 STATE_AUTH_IDLE, getCurrentState().mState); in successfullyAuthenticate() 300 BiometricServiceState state = getCurrentState(); in successfullyEnterCredential() 324 state = getCurrentState(); in successfullyEnterCredential() 337 BiometricServiceState state = getCurrentState(); in cancelAuthentication() [all …]
|
D | BiometricActivityTests.java | 97 BiometricServiceState state = getCurrentState(); in testBiometricOnly_authenticateFromForegroundActivity_forSensor() 152 BiometricServiceState state = getCurrentState(); in testBiometricOnly_rejectThenErrorFromForegroundActivity_forSensor() 164 state = getCurrentState(); in testBiometricOnly_rejectThenErrorFromForegroundActivity_forSensor() 228 BiometricServiceState state = getCurrentState(); in testBiometricOnly_rejectThenAuthenticate_forSensor() 239 state = getCurrentState(); in testBiometricOnly_rejectThenAuthenticate_forSensor() 293 BiometricServiceState state = getCurrentState(); in testBiometricOnly_negativeButtonInvoked_forSensor() 408 BiometricServiceState state = getCurrentState(); in testBiometricOrCredential_credentialButtonInvoked_forConfiguration()
|
D | BiometricServiceTests.java | 151 BiometricServiceState state = getCurrentState(); in testLockoutResetRequestedAfterCredentialUnlock() 223 BiometricServiceState state = getCurrentState(); in testLockoutResetRequestedAfterBiometricUnlock_whenStrong_forSensor() 259 state = getCurrentState(); in testLockoutResetRequestedAfterBiometricUnlock_whenStrong_forSensor() 328 state = getCurrentState(); in testLockoutResetNotRequestedAfterBiometricUnlock_whenNotStrong_forSensor()
|
D | BiometricSecurityTests.java | 231 BiometricServiceState state = getCurrentState(); in testBiometricStrength_forSensor_authAllowed() 414 state = getCurrentState(); in testBiometricStrengthDowngraded_forSensor()
|
D | BiometricSimpleTests.java | 104 final BiometricServiceState state = getCurrentState(); in testSensorPropertiesAndDumpsysMatch() 123 final BiometricServiceState state = getCurrentState(); in testPackageManagerAndDumpsysMatch()
|
/cts/hostsidetests/car_builtin/src/android/car/cts/builtin/ |
D | PackageManagerHelperHostTest.java | 46 assertThat(shellCmd.getCurrentState()) in testApplicationEnabledSetting() 66 assertThat(shellCmd.getCurrentState()) in testApplicationEnabledSetting()
|
/cts/hostsidetests/car_builtin/src/android/car/cts/builtin/pm/ |
D | ComponentEnabledStateCommand.java | 51 public String getCurrentState() { in getCurrentState() method in ComponentEnabledStateCommand
|
/cts/hostsidetests/car/src/android/car/cts/powerpolicy/ |
D | PowerPolicyTestHelper.java | 57 .that(mFrameCpms.getCurrentState()).isEqualTo(expected); in checkCurrentState() 175 return mFrameCpms.getCurrentState(); in getCurrentPowerState()
|
D | CpmsFrameworkLayerStateInfo.java | 108 public int getCurrentState() { in getCurrentState() method in CpmsFrameworkLayerStateInfo 475 int currentState = proto.getCurrentState().getCarPowerManagerState(); in parseProto()
|
/cts/hostsidetests/car/src/android/car/cts/ |
D | CarPowerHostTest.java | 253 boolean hasPowerState = carPowerDump.getCurrentState().hasStateName(); in getPowerState() 255 return carPowerDump.getCurrentState().getStateName(); in getPowerState()
|
D | PowerPolicyHostTest.java | 173 && frameworkLayerStateInfo.getCurrentState() in waitForOnState()
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | MockConnection.java | 310 public int getCurrentState() { in getCurrentState() method in MockConnection
|
/cts/tests/tests/wifi/src/android/net/wifi/cts/ |
D | WifiManagerTest.java | 960 public int getCurrentState() { in getCurrentState() method in WifiManagerTest.TestSoftApCallback 2859 return expectedState == callback.getCurrentState() in verifyBridgedModeSoftApCallback() 3343 return WifiManager.WIFI_AP_STATE_ENABLED == callback.getCurrentState() in testStartTetheredHotspotWithChannelConfigAndSoftApStateAndInfoCallback() 3346 return WifiManager.WIFI_AP_STATE_ENABLED == callback.getCurrentState(); in testStartTetheredHotspotWithChannelConfigAndSoftApStateAndInfoCallback() 3375 return WifiManager.WIFI_AP_STATE_DISABLED == callback.getCurrentState() && in testStartTetheredHotspotWithChannelConfigAndSoftApStateAndInfoCallback()
|