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()
81 public static final String ACTION_USB_STATE = field in UsbManager
188 filter.addAction(UsbManager.ACTION_USB_STATE); in Tethering()767 if (action.equals(UsbManager.ACTION_USB_STATE)) { in onReceive()
609 Intent intent = new Intent(UsbManager.ACTION_USB_STATE);