| /cts/hostsidetests/biometrics/app/src/android/server/biometrics/cts/app/ | 
| D | BiometricsAtomsHostSideTests.java | 138             final int sensorId = prop.getSensorId();  in testEnroll()  local158             final int sensorId = prop.getSensorId();  in testEnrollThenCleanUp()  local
 184             final int sensorId = prop.getSensorId();  in testAuthenticateWithBiometricPrompt()  local
 235     private static List<Integer> getAcquiredCodesForEnroll(int sensorId) throws Exception {  in getAcquiredCodesForEnroll()
 244     private static List<Integer> getAcquiredCodesForAuthenticate(int sensorId) throws Exception {  in getAcquiredCodesForAuthenticate()
 253     private static boolean isFace(int sensorId) throws Exception {  in isFace()
 257     private static boolean isFingerprint(int sensorId) throws Exception {  in isFingerprint()
 261     private static boolean isSensorModality(int sensorId, int modality) throws Exception {  in isSensorModality()
 
 | 
| /cts/tests/framework/base/biometrics/src/android/server/biometrics/ | 
| D | BiometricSecurityTests.java | 200     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()
 
 | 
| D | BiometricServiceTests.java | 76     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()
 
 | 
| D | BiometricActivityTests.java | 90             @NonNull BiometricTestSession session, int sensorId,  in testBiometricOnly_authenticateFromForegroundActivity_forSensor()142             @NonNull BiometricTestSession session, int sensorId,  in testBiometricOnly_rejectThenErrorFromForegroundActivity_forSensor()
 214             @NonNull BiometricTestSession session, int sensorId,  in testBiometricOnly_rejectThenAuthenticate_forSensor()
 285             @NonNull BiometricTestSession session, int sensorId,  in testBiometricOnly_negativeButtonInvoked_forSensor()
 394             @Nullable BiometricTestSession session, int sensorId, boolean shouldEnrollBiometric,  in testBiometricOrCredential_credentialButtonInvoked_forConfiguration()
 
 | 
| D | BiometricTestBase.java | 466     protected BiometricPrompt showDefaultBiometricPrompt(int sensorId,  in showDefaultBiometricPrompt()473     protected BiometricPrompt showDefaultBiometricPromptWithLogo(int sensorId,  in showDefaultBiometricPromptWithLogo()
 509     protected void showDefaultBiometricPromptWithContents(int sensorId, int userId,  in showDefaultBiometricPromptWithContents()
 538             int sensorId, int userId) throws Exception {  in showDefaultBiometricPromptAndAuth()
 591     protected int getCurrentStrength(int sensorId) throws Exception {  in getCurrentStrength()
 660     protected void enrollForSensor(@NonNull BiometricTestSession session, int sensorId)  in enrollForSensor()
 
 | 
| D | BiometricPromptLogoTests.java | 217     private void showBiometricPromptWithLogo(boolean testLogoRes, int sensorId,  in showBiometricPromptWithLogo()
 | 
| /cts/tests/framework/base/biometrics/src/android/server/biometrics/util/ | 
| D | TestSessionList.java | 56     public void put(int sensorId, @NonNull BiometricTestSession session) {  in put()69     public BiometricTestSession find(int sensorId) {  in find()
 
 | 
| D | Utils.java | 109     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/ | 
| D | PowerTestHostLink.java | 213             final int sensorId = getSensorId(sensor);  in processClientRequest()  local327                     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 | 160         Integer sensorId = mCallback.getSensorId();  in test4_OnReconnect()  local196         public boolean waitForConnection(Integer sensorId) {  in waitForConnection()
 
 | 
| /cts/tests/framework/base/biometrics/src/android/server/biometrics/fingerprint/ | 
| D | FingerprintManagerTest.java | 211     private void testEnrollForSensor(BiometricTestSession session, int sensorId) throws Exception {  in testEnrollForSensor()393             final int sensorId = prop.getSensorId();  in createTestSessionsWithEnrollments()  local
 
 | 
| /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/ | 
| D | BiometricsDeviceInfo.java | 178             final int sensorId = Integer.parseInt(matcher.group("ID"));  in getSensorInfo()  local
 | 
| /cts/tests/sensor/src/android/hardware/cts/ | 
| D | SensorHeadTrackerTest.java | 189         Integer sensorId = mCallback.getSensorId();  in testDisconnectionReconnection()  local
 |