Home
last modified time | relevance | path

Searched defs:sensorId (Results 1 – 12 of 12) 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.java174 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()
DTestSessionList.java56 public void put(int sensorId, @NonNull BiometricTestSession session) { in put()
69 public BiometricTestSession find(int sensorId) { in find()
DBiometricServiceTests.java69 private void testAuthenticatorIdsInvalidated_forSensor(int sensorId, in testAuthenticatorIdsInvalidated_forSensor()
201 private void testLockoutResetRequestedAfterBiometricUnlock_whenStrong_forSensor(int sensorId, in testLockoutResetRequestedAfterBiometricUnlock_whenStrong_forSensor()
292 int sensorId, @NonNull BiometricTestSession session) throws Exception { in testLockoutResetNotRequestedAfterBiometricUnlock_whenNotStrong_forSensor()
DBiometricActivityTests.java72 @NonNull BiometricTestSession session, int sensorId, in testBiometricOnly_authenticateFromForegroundActivity_forSensor()
125 @NonNull BiometricTestSession session, int sensorId, in testBiometricOnly_rejectThenErrorFromForegroundActivity_forSensor()
192 @NonNull BiometricTestSession session, int sensorId, in testBiometricOnly_rejectThenAuthenticate_forSensor()
262 @NonNull BiometricTestSession session, int sensorId, in testBiometricOnly_negativeButtonInvoked_forSensor()
353 @Nullable BiometricTestSession session, int sensorId, boolean shouldEnrollBiometric, in testBiometricOrCredential_credentialButtonInvoked_forConfiguration()
DBiometricTestBase.java345 protected void showDefaultBiometricPrompt(int sensorId, int userId, in showDefaultBiometricPrompt()
370 protected void showDefaultBiometricPromptWithContents(int sensorId, int userId, in showDefaultBiometricPromptWithContents()
397 int sensorId, int userId) throws Exception { in showDefaultBiometricPromptAndAuth()
445 protected int getCurrentStrength(int sensorId) throws Exception { in getCurrentStrength()
517 protected void enrollForSensor(@NonNull BiometricTestSession session, int sensorId) in enrollForSensor()
DUtils.java109 public static void waitForBusySensor(int sensorId) throws Exception { in waitForBusySensor()
116 public static void waitForBusySensor(int sensorId, @NonNull SensorStatesSupplier supplier) in waitForBusySensor()
188 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/
DFingerprintServiceTest.java167 private void testEnrollForSensor(BiometricTestSession session, int sensorId) throws Exception { in testEnrollForSensor()
/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