Searched refs:ACTION_USB_PERMISSION (Results 1 – 2 of 2) sorted by relevance
48 private static final String ACTION_USB_PERMISSION = field in AccessoryChat65 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()
50 private static final String ACTION_USB_PERMISSION = field in MtpClient89 } 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()