Searched refs:ACTION_USB_STATE (Results 1 – 6 of 6) sorted by relevance
78 if (UsbManager.ACTION_USB_STATE.equals(action)) { in onReceive()91 IntentFilter filter = new IntentFilter(UsbManager.ACTION_USB_STATE); in onStart()
75 IntentFilter filter = new IntentFilter(UsbManager.ACTION_USB_STATE); in onCreate()121 if (!UsbManager.ACTION_USB_STATE.equals(action)) { in onReceive()
98 public static final String ACTION_USB_STATE = field in UsbManager
788 Intent intent = new Intent(UsbManager.ACTION_USB_STATE); in updateUsbStateBroadcastIfNeeded()
5310 usbStateFilter.addAction(UsbManager.ACTION_USB_STATE); in registerUsbStateReceiver()
4473 field public static final String ACTION_USB_STATE = "android.hardware.usb.action.USB_STATE";