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.java91 public boolean isDeviceSupported(UsbDevice device, ComponentName serviceName) { in isDeviceSupported() method in AoapServiceManager
98 return connection.isDeviceSupported(device) in isDeviceSupported()
245 CompletableFuture<Boolean> isDeviceSupported(UsbDevice device) { in isDeviceSupported() method in AoapServiceManager.AoapServiceConnection
DUsbDeviceHandlerResolver.java206 if (mAoapServiceManager.isDeviceSupported(device, pkg.mAoapService)) { in doHandleResolveHandlers()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/biometrics/
DBiometricStatusPreferenceController.java44 protected abstract boolean isDeviceSupported(); in isDeviceSupported() method in BiometricStatusPreferenceController
82 if (!isDeviceSupported()) { in getAvailabilityStatus()
/packages/apps/Settings/src/com/android/settings/biometrics/
DBiometricStatusPreferenceController.java46 protected abstract boolean isDeviceSupported(); in isDeviceSupported() method in BiometricStatusPreferenceController
84 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/fingerprint/
DFingerprintStatusPreferenceController.java42 protected boolean isDeviceSupported() { in isDeviceSupported() method in FingerprintStatusPreferenceController
/packages/apps/Settings/src/com/android/settings/biometrics/face/
DFaceStatusPreferenceController.java43 protected boolean isDeviceSupported() { in isDeviceSupported() method in FaceStatusPreferenceController
/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/face/
DFaceStatusPreferenceController.java43 protected boolean isDeviceSupported() { in isDeviceSupported() method in FaceStatusPreferenceController
/packages/services/Car/car-lib/api/
Dsystem-lint-baseline.txt636 OnNameExpected: android.car.AoapService#isDeviceSupported(android.hardware.usb.UsbDevice):
637 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.java6454 boolean isDeviceSupported = in isRttSupported()
6456 return isCarrierSupported && isDeviceSupported; in isRttSupported()