Searched refs:ACTION_TETHER_STATE_CHANGED (Results 1 – 4 of 4) sorted by relevance
254 case TetheringManager.ACTION_TETHER_STATE_CHANGED:309 filter.addAction(TetheringManager.ACTION_TETHER_STATE_CHANGED); in DeviceStateMonitor()
85 public static final String ACTION_TETHER_STATE_CHANGED = field in ConnectivityManager86 TetheringManager.ACTION_TETHER_STATE_CHANGED;
298 Intent intent = new Intent(TetheringManager.ACTION_TETHER_STATE_CHANGED); in testTethering()307 intent = new Intent(ConnectivityManager.ACTION_TETHER_STATE_CHANGED); in testTethering()
147 mIntentFilter.addAction(TetheringManager.ACTION_TETHER_STATE_CHANGED); in setUp()