Searched refs:ACTION_USB_STATE (Results 1 – 9 of 9) sorted by relevance
78 if (UsbManager.ACTION_USB_STATE.equals(action)) { in onReceive()91 IntentFilter filter = new IntentFilter(UsbManager.ACTION_USB_STATE); in onStart()
117 if (!UsbManager.ACTION_USB_STATE.equals(action)) { in onReceive()132 IntentFilter filter = new IntentFilter(UsbManager.ACTION_USB_STATE); in onStart()
96 public static final String ACTION_USB_STATE = field in UsbManager
376 filter.addAction(UsbManager.ACTION_USB_STATE); in startStateMachineUpdaters()917 if (action.equals(UsbManager.ACTION_USB_STATE)) { in onReceive()
706 Intent intent = new Intent(UsbManager.ACTION_USB_STATE); in updateUsbStateBroadcastIfNeeded()
645 final Intent intent = new Intent(UsbManager.ACTION_USB_STATE); in sendUsbBroadcast()
5112 usbStateFilter.addAction(UsbManager.ACTION_USB_STATE); in registerUsbStateReceiver()
3617 field public static final String ACTION_USB_STATE = "android.hardware.usb.action.USB_STATE";
3669 field public static final String ACTION_USB_STATE = "android.hardware.usb.action.USB_STATE";