Home
last modified time | relevance | path

Searched defs:sensorId (Results 1 – 13 of 13) sorted by relevance

/cts/hostsidetests/biometrics/app/src/android/server/biometrics/cts/app/
DBiometricsAtomsHostSideTests.java138 final int sensorId = prop.getSensorId(); in testEnroll() local
159 final int sensorId = prop.getSensorId(); in testAuthenticateWithBiometricPrompt() local
210 private static List<Integer> getAcquiredCodesForEnroll(int sensorId) throws Exception { in getAcquiredCodesForEnroll()
219 private static List<Integer> getAcquiredCodesForAuthenticate(int sensorId) throws Exception { in getAcquiredCodesForAuthenticate()
228 private static boolean isFace(int sensorId) throws Exception { in isFace()
232 private static boolean isFingerprint(int sensorId) throws Exception { in isFingerprint()
236 private static boolean isSensorModality(int sensorId, int modality) throws Exception { in isSensorModality()
/cts/tests/framework/base/biometrics/src/android/server/biometrics/
DBiometricSecurityTests.java200 private void testBiometricStrength_forSensor_authAllowed(int sensorId, int originalStrength, in testBiometricStrength_forSensor_authAllowed()
240 private void testBiometricStrength_forSensor_authDisallowed(int sensorId, int originalStrength, in testBiometricStrength_forSensor_authDisallowed()
375 private void testBiometricStrengthDowngraded_forSensor(int sensorId, int originalStrength, in testBiometricStrengthDowngraded_forSensor()
532 private void testBiometricStrengthUpgraded_forSensor(int sensorId, int originalStrength, in testBiometricStrengthUpgraded_forSensor()
616 private void updateStrengthAndVerify(int sensorId, int targetStrength) throws Exception { in updateStrengthAndVerify()
620 private void updateStrengthAndIdle(int sensorId, int targetStrength) throws Exception { in updateStrengthAndIdle()
624 private void updateSensorStrength(int sensorId, int targetStrength, boolean verify) in updateSensorStrength()
640 private boolean waitForSensorToBecomeStrength(int sensorId, int targetStrength) in waitForSensorToBecomeStrength()
DBiometricActivityTests.java84 @NonNull BiometricTestSession session, int sensorId, in testBiometricOnly_authenticateFromForegroundActivity_forSensor()
136 @NonNull BiometricTestSession session, int sensorId, in testBiometricOnly_rejectThenErrorFromForegroundActivity_forSensor()
209 @NonNull BiometricTestSession session, int sensorId, in testBiometricOnly_rejectThenAuthenticate_forSensor()
280 @NonNull BiometricTestSession session, int sensorId, in testBiometricOnly_negativeButtonInvoked_forSensor()
389 @Nullable BiometricTestSession session, int sensorId, boolean shouldEnrollBiometric, in testBiometricOrCredential_credentialButtonInvoked_forConfiguration()
DBiometricServiceTests.java76 private void testAuthenticatorIdsInvalidated_forSensor(int sensorId, in testAuthenticatorIdsInvalidated_forSensor()
216 private void testLockoutResetRequestedAfterBiometricUnlock_whenStrong_forSensor(int sensorId, in testLockoutResetRequestedAfterBiometricUnlock_whenStrong_forSensor()
311 int sensorId, @NonNull BiometricTestSession session) throws Exception { in testLockoutResetNotRequestedAfterBiometricUnlock_whenNotStrong_forSensor()
DBiometricTestBase.java412 protected BiometricPrompt showDefaultBiometricPrompt(int sensorId, in showDefaultBiometricPrompt()
419 protected BiometricPrompt showDefaultBiometricPromptWithLogo(int sensorId, in showDefaultBiometricPromptWithLogo()
455 protected void showDefaultBiometricPromptWithContents(int sensorId, int userId, in showDefaultBiometricPromptWithContents()
484 int sensorId, int userId) throws Exception { in showDefaultBiometricPromptAndAuth()
537 protected int getCurrentStrength(int sensorId) throws Exception { in getCurrentStrength()
609 protected void enrollForSensor(@NonNull BiometricTestSession session, int sensorId) in enrollForSensor()
DBiometricPromptLogoTests.java229 private void showBiometricPromptWithLogo(boolean testLogoRes, int sensorId, in showBiometricPromptWithLogo()
/cts/tests/framework/base/biometrics/src/android/server/biometrics/util/
DTestSessionList.java56 public void put(int sensorId, @NonNull BiometricTestSession session) { in put()
69 public BiometricTestSession find(int sensorId) { in find()
DUtils.java110 public static void waitForBusySensor(int sensorId) throws Exception { in waitForBusySensor()
117 public static void waitForBusySensor(int sensorId, @NonNull SensorStatesSupplier supplier) in waitForBusySensor()
189 int sensorId, int operation) { in numberOfSpecifiedOperations()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
DPowerTestHostLink.java213 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/
DDynamicSensorDiscoveryTestActivity.java160 Integer sensorId = mCallback.getSensorId(); in test4_OnReconnect() local
196 public boolean waitForConnection(Integer sensorId) { in waitForConnection()
/cts/tests/framework/base/biometrics/src/android/server/biometrics/fingerprint/
DFingerprintManagerTest.java202 private void testEnrollForSensor(BiometricTestSession session, int sensorId) throws Exception { in testEnrollForSensor()
384 final int sensorId = prop.getSensorId(); in createTestSessionsWithEnrollments() local
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DBiometricsDeviceInfo.java178 final int sensorId = Integer.parseInt(matcher.group("ID")); in getSensorInfo() local
/cts/tests/sensor/src/android/hardware/cts/
DSensorHeadTrackerTest.java218 Integer sensorId = mCallback.getSensorId(); in testDisconnectionReconnection() local