Searched refs:ACTION_USB_STATE (Results 1 – 6 of 6) sorted by relevance
93 if (!UsbManager.ACTION_USB_STATE.equals(action)) { in onReceive()106 IntentFilter filter = new IntentFilter(UsbManager.ACTION_USB_STATE); in onStart()
84 if (intent.getAction().equals(UsbManager.ACTION_USB_STATE)) {171 registerReceiver(mUsbStateReceiver, new IntentFilter(UsbManager.ACTION_USB_STATE)); in onResume()
75 public static final String ACTION_USB_STATE = field in UsbManager
158 filter.addAction(UsbManager.ACTION_USB_STATE); in Tethering()507 if (action.equals(UsbManager.ACTION_USB_STATE)) { in onReceive()
576 Intent intent = new Intent(UsbManager.ACTION_USB_STATE);
1504 mUsbReceiver, new IntentFilter(UsbManager.ACTION_USB_STATE), null, mHandler); in MountService()