Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/network/
H A DWifiTetherDisablePreferenceControllerTest.java92 public WifiTetherDisablePreferenceControllerTest(int tetherState, int summaryResId) { in WifiTetherDisablePreferenceControllerTest()
H A DAllInOneTetherPreferenceControllerTest.java127 public AllInOneTetherPreferenceControllerTest(int tetherState, int summaryResId) { in AllInOneTetherPreferenceControllerTest()
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DTethering.java795 TetherState tetherState = mTetherStates.get(iface); in tether() local
831 TetherState tetherState = mTetherStates.get(iface); in untether() local
854 TetherState tetherState = mTetherStates.get(iface); in getLastErrorForTest() local
924 final TetherState tetherState = mTetherStates.valueAt(i); in sendTetherStateChangedBroadcast() local
1454 TetherState tetherState = mTetherStates.valueAt(i); in getTetheredIfaces() local
1465 TetherState tetherState = mTetherStates.valueAt(i); in getTetherableIfacesForTest() local
2372 final TetherState tetherState = mTetherStates.valueAt(i); in doDump() local
/aosp12/packages/apps/Settings/src/com/android/settings/network/
H A DTetherEnabler.java223 int tetherState = TETHERING_OFF; in getTetheringState() local
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DTetheringTest.java1836 TetherStatesParcel tetherState = callback.pollTetherStatesChanged(); in testRegisterTetheringEventCallback() local