Home
last modified time | relevance | path

Searched defs:tetherState (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/network/
DWifiTetherDisablePreferenceControllerTest.java92 public WifiTetherDisablePreferenceControllerTest(int tetherState, int summaryResId) { in WifiTetherDisablePreferenceControllerTest()
DAllInOneTetherPreferenceControllerTest.java127 public AllInOneTetherPreferenceControllerTest(int tetherState, int summaryResId) { in AllInOneTetherPreferenceControllerTest()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTethering.java937 TetherState tetherState = mTetherStates.get(iface); in tether() local
973 TetherState tetherState = mTetherStates.get(iface); in untether() local
996 TetherState tetherState = mTetherStates.get(iface); in getLastErrorForTest() local
1047 final TetherState tetherState = mTetherStates.valueAt(i); in sendTetherStateChangedBroadcast() local
1592 TetherState tetherState = mTetherStates.valueAt(i); in getTetheredIfaces() local
1603 TetherState tetherState = mTetherStates.valueAt(i); in getTetherableIfacesForTest() local
2573 final TetherState tetherState = mTetherStates.valueAt(i); in doDump() local
/packages/apps/Settings/src/com/android/settings/network/
DTetherEnabler.java246 int tetherState = TETHERING_OFF; in getTetheringState() local
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java1873 TetherStatesParcel tetherState = callback.pollTetherStatesChanged(); in testRegisterTetheringEventCallback() local