Searched refs:ACTION_USB_STATE (Results 1 – 5 of 5) sorted by relevance
63 if (UsbManager.ACTION_USB_STATE.equals(action)) { in onReceive()76 IntentFilter filter = new IntentFilter(UsbManager.ACTION_USB_STATE); in onStart()
93 if (!UsbManager.ACTION_USB_STATE.equals(action)) { in onReceive()106 IntentFilter filter = new IntentFilter(UsbManager.ACTION_USB_STATE); in onStart()
82 public static final String ACTION_USB_STATE = field in UsbManager
210 filter.addAction(UsbManager.ACTION_USB_STATE); in Tethering()740 if (action.equals(UsbManager.ACTION_USB_STATE)) { in onReceive()
745 Intent intent = new Intent(UsbManager.ACTION_USB_STATE); in updateUsbStateBroadcastIfNeeded()