Searched refs:ACTION_USB_STATE (Results 1 – 7 of 7) sorted by relevance
63 if (UsbManager.ACTION_USB_STATE.equals(action)) { in onReceive()76 IntentFilter filter = new IntentFilter(UsbManager.ACTION_USB_STATE); in onStart()
126 if (!UsbManager.ACTION_USB_STATE.equals(action)) { in onReceive()139 IntentFilter filter = new IntentFilter(UsbManager.ACTION_USB_STATE); in onStart()
90 public static final String ACTION_USB_STATE = field in UsbManager
410 final Intent intent = new Intent(UsbManager.ACTION_USB_STATE); in sendUsbBroadcast()
723 Intent intent = new Intent(UsbManager.ACTION_USB_STATE); in updateUsbStateBroadcastIfNeeded()
5261 usbStateFilter.addAction(UsbManager.ACTION_USB_STATE); in registerUsbStateReceiver()
2640 Landroid/hardware/usb/UsbManager;->ACTION_USB_STATE:Ljava/lang/String;