Searched refs:ACTION_USB_PERMISSION (Results 1 – 3 of 3) sorted by relevance
141 if (ACTION_USB_PERMISSION.equals(action)) { in onReceive()156 private static final String ACTION_USB_PERMISSION = "com.android.usbdescriptors.USB_PERMISSION"; field in USBRestrictRecordAActivity169 new Intent(ACTION_USB_PERMISSION).setPackage(context.getPackageName()), in connectUSB()172 IntentFilter filter = new IntentFilter(ACTION_USB_PERMISSION); in connectUSB()
45 private static final String ACTION_USB_PERMISSION = field in AccessoryTestCompanion78 new Intent(ACTION_USB_PERMISSION), 0)); in runTest()81 case ACTION_USB_PERMISSION: in runTest()98 filter.addAction(ACTION_USB_PERMISSION); in runTest()
74 private static final String ACTION_USB_PERMISSION = field in UsbDeviceTestActivity125 filter.addAction(ACTION_USB_PERMISSION); in onCreate()155 new Intent(ACTION_USB_PERMISSION) in onCreate()160 case ACTION_USB_PERMISSION: in onCreate()1585 filter.addAction(ACTION_USB_PERMISSION); in attachedTask()1602 new Intent(ACTION_USB_PERMISSION) in attachedTask()1620 case ACTION_USB_PERMISSION: in attachedTask()