Home
last modified time | relevance | path

Searched refs:hasDevicePermissionWithIdentity (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/hardware/usb/
DIUsbManager.aidl87 boolean hasDevicePermissionWithIdentity(in UsbDevice device, String packageName, in hasDevicePermissionWithIdentity() method
DUsbManager.java986 return mService.hasDevicePermissionWithIdentity(device, packageName, pid, uid); in hasPermission()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbService.java547 public boolean hasDevicePermissionWithIdentity(UsbDevice device, String packageName, in hasDevicePermissionWithIdentity() method in UsbService