Home
last modified time | relevance | path

Searched defs:isDeviceSupported (Results 1 – 9 of 9) sorted by relevance

/packages/services/Car/tests/usb/AoapHostApp/src/com/google/android/car/usb/aoap/host/
DAoapSupportCheckService.java26 public int isDeviceSupported(UsbDevice device) { in isDeviceSupported() method in AoapSupportCheckService
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/biometrics/face/
DFaceStatusPreferenceController.java43 protected boolean isDeviceSupported() { in isDeviceSupported() method in FaceStatusPreferenceController
/packages/apps/Settings/src/com/android/settings/biometrics/face/
DFaceStatusPreferenceController.java43 protected boolean isDeviceSupported() { in isDeviceSupported() method in FaceStatusPreferenceController
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintStatusPreferenceController.java42 protected boolean isDeviceSupported() { in isDeviceSupported() method in FingerprintStatusPreferenceController
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/biometrics/fingerprint/
DFingerprintStatusPreferenceController.java42 protected boolean isDeviceSupported() { in isDeviceSupported() method in FingerprintStatusPreferenceController
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/biometrics/
DBiometricStatusPreferenceController.java44 protected abstract boolean isDeviceSupported(); in isDeviceSupported() method in BiometricStatusPreferenceController
/packages/apps/Settings/src/com/android/settings/biometrics/
DBiometricStatusPreferenceController.java45 protected abstract boolean isDeviceSupported(); in isDeviceSupported() method in BiometricStatusPreferenceController
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
DAoapServiceManager.java91 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/
DAoapService.java129 public abstract @Result int isDeviceSupported(@NonNull UsbDevice device); in isDeviceSupported() method in AoapService