Searched refs:ACTION_USB_STATE (Results 1 – 6 of 6) 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()
95 public static final String ACTION_USB_STATE = field in UsbManager
282 filter.addAction(UsbManager.ACTION_USB_STATE); in startStateMachineUpdaters()700 if (action.equals(UsbManager.ACTION_USB_STATE)) { in onReceive()
403 final Intent intent = new Intent(UsbManager.ACTION_USB_STATE); in sendUsbBroadcast()
703 Intent intent = new Intent(UsbManager.ACTION_USB_STATE); in updateUsbStateBroadcastIfNeeded()