Searched refs:ACTION_USB_STATE (Results 1 – 9 of 9) sorted by relevance
63 if (UsbManager.ACTION_USB_STATE.equals(action)) { in onReceive()76 IntentFilter filter = new IntentFilter(UsbManager.ACTION_USB_STATE); in onStart()
127 if (!UsbManager.ACTION_USB_STATE.equals(action)) { in onReceive()140 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()
704 Intent intent = new Intent(UsbManager.ACTION_USB_STATE); in updateUsbStateBroadcastIfNeeded()
645 final Intent intent = new Intent(UsbManager.ACTION_USB_STATE); in sendUsbBroadcast()
5103 usbStateFilter.addAction(UsbManager.ACTION_USB_STATE); in registerUsbStateReceiver()
3273 field public static final String ACTION_USB_STATE = "android.hardware.usb.action.USB_STATE";