Searched refs:ACTION_USB_PERMISSION (Results 1 – 1 of 1) sorted by relevance
68 private static final String ACTION_USB_PERMISSION = field in UsbAccessoryTestActivity102 if (ACTION_USB_PERMISSION.equals(action) in onCreate()125 new Intent(ACTION_USB_PERMISSION), 0); in onCreate()128 IntentFilter filter = new IntentFilter(ACTION_USB_PERMISSION); in onCreate()191 if (ACTION_USB_PERMISSION.equals(intent.getAction())) { in onReceive()