Home
last modified time | relevance | path

Searched refs:isDeviceSupported (Results 1 – 14 of 14) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/
DUserIdManager.java106 Features.CROSS_PROFILE_TABS && isDeviceSupported(context)); in RuntimeUserIdManager()
110 RuntimeUserIdManager(Context context, UserId currentUser, boolean isDeviceSupported) { in RuntimeUserIdManager() argument
113 mIsDeviceSupported = isDeviceSupported; in RuntimeUserIdManager()
213 private static boolean isDeviceSupported(Context context) { in isDeviceSupported() method in UserIdManager.RuntimeUserIdManager
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
DAoapServiceManager.java89 public boolean isDeviceSupported(UsbDevice device, ComponentName serviceName) { in isDeviceSupported() method in AoapServiceManager
96 return connection.isDeviceSupported(device) in isDeviceSupported()
243 CompletableFuture<Boolean> isDeviceSupported(UsbDevice device) { in isDeviceSupported() method in AoapServiceManager.AoapServiceConnection
DUsbDeviceHandlerResolver.java206 if (mAoapServiceManager.isDeviceSupported(device, pkg.mAoapService)) { in doHandleResolveHandlers()
/packages/apps/Settings/src/com/android/settings/biometrics/
DBiometricStatusPreferenceController.java48 protected abstract boolean isDeviceSupported(); in isDeviceSupported() method in BiometricStatusPreferenceController
86 if (!isDeviceSupported()) { in getAvailabilityStatus()
/packages/services/Car/car-lib/src/android/car/
DAoapService.java128 public abstract @Result int isDeviceSupported(@NonNull UsbDevice device); in isDeviceSupported() method in AoapService
204 int res = service.isDeviceSupported( in handleMessage()
/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/apps/Settings/src/com/android/settings/biometrics/combination/
DBiometricFingerprintStatusPreferenceController.java42 protected boolean isDeviceSupported() { in isDeviceSupported() method in BiometricFingerprintStatusPreferenceController
DBiometricFaceStatusPreferenceController.java41 protected boolean isDeviceSupported() { in isDeviceSupported() method in BiometricFaceStatusPreferenceController
DCombinedBiometricStatusPreferenceController.java89 protected boolean isDeviceSupported() { in isDeviceSupported() method in CombinedBiometricStatusPreferenceController
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintStatusPreferenceController.java80 protected boolean isDeviceSupported() { in isDeviceSupported() method in FingerprintStatusPreferenceController
/packages/apps/Settings/src/com/android/settings/biometrics/face/
DFaceStatusPreferenceController.java81 protected boolean isDeviceSupported() { in isDeviceSupported() method in FaceStatusPreferenceController
/packages/services/Car/car-lib/api/
Dsystem-lint-baseline.txt637 OnNameExpected: android.car.AoapService#isDeviceSupported(android.hardware.usb.UsbDevice):
638 Methods implemented by developers should follow the on<Something> style, was `isDeviceSupported`
Dsystem-current.txt7 … method @MainThread public abstract int isDeviceSupported(@NonNull android.hardware.usb.UsbDevice);
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java7422 boolean isDeviceSupported = in isRttSupported()
7424 return isCarrierSupported && isDeviceSupported; in isRttSupported()