Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/
DUsbAccessoryTestActivity.java68 private static final String ACTION_USB_PERMISSION = field in UsbAccessoryTestActivity
102 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()