/packages/services/Car/tests/usb/AoapHostApp/src/com/google/android/car/usb/aoap/host/ |
D | AoapSupportCheckService.java | 26 public int isDeviceSupported(UsbDevice device) { in isDeviceSupported() method in AoapSupportCheckService
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/biometrics/face/ |
D | FaceStatusPreferenceController.java | 43 protected boolean isDeviceSupported() { in isDeviceSupported() method in FaceStatusPreferenceController
|
/packages/apps/Settings/src/com/android/settings/biometrics/face/ |
D | FaceStatusPreferenceController.java | 43 protected boolean isDeviceSupported() { in isDeviceSupported() method in FaceStatusPreferenceController
|
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/ |
D | FingerprintStatusPreferenceController.java | 42 protected boolean isDeviceSupported() { in isDeviceSupported() method in FingerprintStatusPreferenceController
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/biometrics/fingerprint/ |
D | FingerprintStatusPreferenceController.java | 42 protected boolean isDeviceSupported() { in isDeviceSupported() method in FingerprintStatusPreferenceController
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/biometrics/ |
D | BiometricStatusPreferenceController.java | 44 protected abstract boolean isDeviceSupported(); in isDeviceSupported() method in BiometricStatusPreferenceController
|
/packages/apps/Settings/src/com/android/settings/biometrics/ |
D | BiometricStatusPreferenceController.java | 45 protected abstract boolean isDeviceSupported(); in isDeviceSupported() method in BiometricStatusPreferenceController
|
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/ |
D | AoapServiceManager.java | 91 public boolean isDeviceSupported(UsbDevice device, ComponentName serviceName) { in isDeviceSupported() method in AoapServiceManager 245 CompletableFuture<Boolean> isDeviceSupported(UsbDevice device) { in isDeviceSupported() method in AoapServiceManager.AoapServiceConnection
|
/packages/services/Car/car-lib/src/android/car/ |
D | AoapService.java | 129 public abstract @Result int isDeviceSupported(@NonNull UsbDevice device); in isDeviceSupported() method in AoapService
|