Home
last modified time | relevance | path

Searched refs:ACTION_USB_PERMISSION (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/usb/tests/AccessoryChat/src/com/android/accessorychat/
DAccessoryChat.java48 private static final String ACTION_USB_PERMISSION = field in AccessoryChat
65 if (ACTION_USB_PERMISSION.equals(intent.getAction())) {
86 … mPermissionIntent = PendingIntent.getBroadcast(this, 0, new Intent(ACTION_USB_PERMISSION), 0); in onCreate()
87 IntentFilter filter = new IntentFilter(ACTION_USB_PERMISSION); in onCreate()
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
DMtpClient.java50 private static final String ACTION_USB_PERMISSION = field in MtpClient
89 } else if (ACTION_USB_PERMISSION.equals(action)) {
156 … mPermissionIntent = PendingIntent.getBroadcast(mContext, 0, new Intent(ACTION_USB_PERMISSION), 0); in MtpClient()
160 filter.addAction(ACTION_USB_PERMISSION); in MtpClient()