Searched refs:ACTION_TETHER_STATE_CHANGED (Results 1 – 15 of 15) sorted by relevance
19 import static android.net.TetheringManager.ACTION_TETHER_STATE_CHANGED;83 TETHER_STATE_CHANGE_FILTER = new IntentFilter(ACTION_TETHER_STATE_CHANGED);276 if (action.equals(ACTION_TETHER_STATE_CHANGED)) { in onReceive()
20 import static android.net.TetheringManager.ACTION_TETHER_STATE_CHANGED;145 if (TextUtils.equals(action, ACTION_TETHER_STATE_CHANGED)) {254 IntentFilter filter = new IntentFilter(ACTION_TETHER_STATE_CHANGED); in onStart()
266 if (action.equals(TetheringManager.ACTION_TETHER_STATE_CHANGED)) { in onReceive()362 IntentFilter filter = new IntentFilter(TetheringManager.ACTION_TETHER_STATE_CHANGED); in registerReceiver()
124 TetheringManager.ACTION_TETHER_STATE_CHANGED); in setUp()155 if (action.equals(TetheringManager.ACTION_TETHER_STATE_CHANGED)) { in onReceive()
99 Intent intent = new Intent(ConnectivityManager.ACTION_TETHER_STATE_CHANGED); in sendTetherStateChanged()
200 context.sendBroadcast(new Intent(TetheringManager.ACTION_TETHER_STATE_CHANGED)); in tetherStatesChanged_shouldUpdateSummary()
146 mTetherReceiver, new IntentFilter(TetheringManager.ACTION_TETHER_STATE_CHANGED)); in onResume()
150 TetheringManager.ACTION_TETHER_STATE_CHANGED); in onStart()
38 …field @Deprecated public static final String ACTION_TETHER_STATE_CHANGED = "android.net.conn.TETHE…
36 import static android.net.TetheringManager.ACTION_TETHER_STATE_CHANGED;620 new IntentFilter(ACTION_TETHER_STATE_CHANGED)); in setUp()801 assertEquals(ACTION_TETHER_STATE_CHANGED, bcast.getAction()); in verifyTetheringBroadcast()
92 public static final String ACTION_TETHER_STATE_CHANGED = field in TetheringManager
367 public static final String ACTION_TETHER_STATE_CHANGED = field in ConnectivityManager368 TetheringManager.ACTION_TETHER_STATE_CHANGED;
31 import static android.net.TetheringManager.ACTION_TETHER_STATE_CHANGED;991 final Intent bcast = new Intent(ACTION_TETHER_STATE_CHANGED); in buildStateChangeIntent()
953 }, new IntentFilter(TetheringManager.ACTION_TETHER_STATE_CHANGED)); in P2pStateMachine()
286 Intent intent = new Intent(TetheringManager.ACTION_TETHER_STATE_CHANGED); in simulateTetherReady()