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

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

Completed in 496 milliseconds