Searched refs:ACTION_TETHER_STATE_CHANGED (Results 1 – 19 of 19) sorted by relevance
12 ActionValue: android.net.TetheringManager#ACTION_TETHER_STATE_CHANGED:
52 …field public static final String ACTION_TETHER_STATE_CHANGED = "android.net.conn.TETHER_STATE_CHAN…
11 ActionValue: android.net.TetheringManager#ACTION_TETHER_STATE_CHANGED:
2222 …field public static final String ACTION_TETHER_STATE_CHANGED = "android.net.conn.TETHER_STATE_CHAN…
6471 …field public static final String ACTION_TETHER_STATE_CHANGED = "android.net.conn.TETHER_STATE_CHAN…
244 Intent intent = new Intent(ConnectivityManager.ACTION_TETHER_STATE_CHANGED); in testTethering()253 intent = new Intent(ConnectivityManager.ACTION_TETHER_STATE_CHANGED); in testTethering()
99 Intent intent = new Intent(ConnectivityManager.ACTION_TETHER_STATE_CHANGED); in sendTetherStateChanged()
241 case TetheringManager.ACTION_TETHER_STATE_CHANGED:301 filter.addAction(ConnectivityManager.ACTION_TETHER_STATE_CHANGED); in DeviceStateMonitor()
144 mIntentFilter.addAction(ConnectivityManager.ACTION_TETHER_STATE_CHANGED); in setUp()
29 …field public static final String ACTION_TETHER_STATE_CHANGED = "android.net.conn.TETHER_STATE_CHAN…
28 import static android.net.TetheringManager.ACTION_TETHER_STATE_CHANGED;540 new IntentFilter(ACTION_TETHER_STATE_CHANGED)); in setUp()672 assertEquals(ACTION_TETHER_STATE_CHANGED, bcast.getAction()); in verifyTetheringBroadcast()
90 public static final String ACTION_TETHER_STATE_CHANGED = field in TetheringManager
360 public static final String ACTION_TETHER_STATE_CHANGED = field in ConnectivityManager361 TetheringManager.ACTION_TETHER_STATE_CHANGED;
27 import static android.net.ConnectivityManager.ACTION_TETHER_STATE_CHANGED;500 final IntentFilter tetherFilter = new IntentFilter(ACTION_TETHER_STATE_CHANGED); in systemReady()
31 import static android.net.TetheringManager.ACTION_TETHER_STATE_CHANGED;892 final Intent bcast = new Intent(ACTION_TETHER_STATE_CHANGED); in sendTetherStateChangedBroadcast()
883 }, new IntentFilter(TetheringManager.ACTION_TETHER_STATE_CHANGED)); in P2pStateMachine()
264 Intent intent = new Intent(TetheringManager.ACTION_TETHER_STATE_CHANGED); in simulateTetherReady()