Searched defs:sensorId (Results 1 – 8 of 8) sorted by relevance
/cts/tests/framework/base/biometrics/src/android/server/biometrics/ |
D | BiometricSecurityTests.java | 174 private void testBiometricStrength_forSensor_authAllowed(int sensorId, int originalStrength, in testBiometricStrength_forSensor_authAllowed() 220 private void testBiometricStrength_forSensor_authDisallowed(int sensorId, int originalStrength, in testBiometricStrength_forSensor_authDisallowed() 355 private void testBiometricStrengthDowngraded_forSensor(int sensorId, int originalStrength, in testBiometricStrengthDowngraded_forSensor() 520 private void testBiometricStrengthUpgraded_forSensor(int sensorId, int originalStrength, in testBiometricStrengthUpgraded_forSensor() 604 private void updateStrengthAndVerify(int sensorId, int targetStrength) throws Exception { in updateStrengthAndVerify() 608 private void updateStrengthAndIdle(int sensorId, int targetStrength) throws Exception { in updateStrengthAndIdle() 612 private void updateSensorStrength(int sensorId, int targetStrength, boolean verify) in updateSensorStrength() 628 private boolean waitForSensorToBecomeStrength(int sensorId, int targetStrength) in waitForSensorToBecomeStrength()
|
D | BiometricServiceTests.java | 71 private void testAuthenticatorIdsInvalidated_forSensor(int sensorId, in testAuthenticatorIdsInvalidated_forSensor() 203 private void testLockoutResetRequestedAfterBiometricUnlock_whenStrong_forSensor(int sensorId, in testLockoutResetRequestedAfterBiometricUnlock_whenStrong_forSensor() 297 int sensorId, @NonNull BiometricTestSession session) throws Exception { in testLockoutResetNotRequestedAfterBiometricUnlock_whenNotStrong_forSensor()
|
D | BiometricActivityTests.java | 71 @NonNull BiometricTestSession session, int sensorId, in testBiometricOnly_authenticateFromForegroundActivity_forSensor() 124 @NonNull BiometricTestSession session, int sensorId, in testBiometricOnly_rejectThenErrorFromForegroundActivity_forSensor() 191 @NonNull BiometricTestSession session, int sensorId, in testBiometricOnly_rejectThenAuthenticate_forSensor() 259 @NonNull BiometricTestSession session, int sensorId, in testBiometricOnly_negativeButtonInvoked_forSensor() 348 @Nullable BiometricTestSession session, int sensorId, boolean shouldEnrollBiometric, in testBiometricOrCredential_credentialButtonInvoked_forConfiguration()
|
D | BiometricTestBase.java | 337 protected void showDefaultBiometricPrompt(int sensorId, int userId, in showDefaultBiometricPrompt() 362 protected void showDefaultBiometricPromptWithContents(int sensorId, int userId, in showDefaultBiometricPromptWithContents() 389 int sensorId, int userId) throws Exception { in showDefaultBiometricPromptAndAuth() 437 protected int getCurrentStrength(int sensorId) throws Exception { in getCurrentStrength() 540 protected void enrollForSensor(@NonNull BiometricTestSession session, int sensorId) in enrollForSensor()
|
D | Utils.java | 83 public static void waitForBusySensor(int sensorId, @NonNull SensorStatesSupplier supplier) in waitForBusySensor() 155 int sensorId, int operation) { in numberOfSpecifiedOperations()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/ |
D | PowerTestHostLink.java | 213 final int sensorId = getSensorId(sensor); in processClientRequest() local 327 int sensorId = getSensorId(sensorName); in handleSensorSwitchCommand() local 344 int sensorId = -1; in getSensorId() local 381 private String switchSensor(int sensorId, boolean switchOn) { in switchSensor() 385 private String switchSensor(int sensorId, boolean switchOn, String requestFrequency) { in switchSensor()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | DynamicSensorDiscoveryTestActivity.java | 149 Integer sensorId = mCallback.getSensorId(); in test4_OnReconnect() local 185 public boolean waitForConnection(Integer sensorId) { in waitForConnection()
|
/cts/tests/framework/base/biometrics/src/android/server/biometrics/fingerprint/ |
D | FingerprintServiceTest.java | 156 private void testEnrollForSensor(BiometricTestSession session, int sensorId) throws Exception { in testEnrollForSensor()
|