Searched refs:ACTION_USB_PERMISSION (Results 1 – 2 of 2) sorted by relevance
48 private static final String ACTION_USB_PERMISSION = field in MtpClient96 } else if (ACTION_USB_PERMISSION.equals(action)) {168 new Intent(ACTION_USB_PERMISSION), 0); in MtpClient()169 IntentFilter filter = new IntentFilter(ACTION_USB_PERMISSION); in MtpClient()172 filter.addAction(ACTION_USB_PERMISSION); in MtpClient()
51 private static final String ACTION_USB_PERMISSION = field in MtpClient99 } else if (ACTION_USB_PERMISSION.equals(action)) {170 … mPermissionIntent = PendingIntent.getBroadcast(mContext, 0, new Intent(ACTION_USB_PERMISSION), 0); in MtpClient()174 filter.addAction(ACTION_USB_PERMISSION); in MtpClient()