/packages/apps/Settings/src/com/android/settings/ |
D | AllInOneTetherSettings.java | 54 import com.android.settings.wifi.tether.WifiTetherApBandPreferenceController; 55 import com.android.settings.wifi.tether.WifiTetherAutoOffPreferenceController; 56 import com.android.settings.wifi.tether.WifiTetherBasePreferenceController; 57 import com.android.settings.wifi.tether.WifiTetherFooterPreferenceController; 58 import com.android.settings.wifi.tether.WifiTetherPasswordPreferenceController; 59 import com.android.settings.wifi.tether.WifiTetherSSIDPreferenceController; 60 import com.android.settings.wifi.tether.WifiTetherSecurityPreferenceController;
|
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
D | TetheringService.java | 100 TetheringConnector(Tethering tether, TetheringService service) { in TetheringConnector() argument 101 mTethering = tether; in TetheringConnector() 106 public void tether(String iface, String callerPkg, String callingAttributionTag, in tether() method in TetheringService.TetheringConnector 110 mTethering.tether(iface, IpServer.STATE_TETHERED, listener); in tether()
|
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | TetheringServiceTest.java | 163 mTetheringConnector.tether(TEST_IFACE_NAME, TEST_CALLER_PKG, TEST_ATTRIBUTION_TAG, result); in runTether() 165 verify(mTethering).tether(TEST_IFACE_NAME, IpServer.STATE_TETHERED, result); in runTether() 171 mTetheringConnector.tether(TEST_IFACE_NAME, TEST_CALLER_PKG, TEST_ATTRIBUTION_TAG, in testTether()
|
/packages/modules/Connectivity/tests/cts/net/util/java/android/net/cts/util/ |
D | CtsTetheringUtils.java | 266 for (TetheringInterface tether : tetheringIfaces) { in assertHasAllTetheringInterfaces() 267 assertTrue("iface " + tether.getInterface() in assertHasAllTetheringInterfaces() 269 ifaces.contains(tether.getInterface())); in assertHasAllTetheringInterfaces()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/ |
D | AllInOneTetherSettingsTest.java | 47 import com.android.settings.wifi.tether.WifiTetherAutoOffPreferenceController; 48 import com.android.settings.wifi.tether.WifiTetherSecurityPreferenceController;
|
/packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/ |
D | TetheringManager.java | 490 public int tether(@NonNull final String iface) { in tether() method in TetheringManager 497 connector.tether(iface, callerPkg, getAttributionTag(), listener); in tether() 1119 for (TetheringInterface tether : tetherIfaces) { 1120 ifaces.add(tether.getInterface());
|
D | ITetheringConnector.aidl | 25 void tether(String iface, String callerPkg, String callingAttributionTag, in tether() method
|
/packages/apps/Settings/src/com/android/settings/wifi/tether/ |
D | NoOpOnStartTetheringCallback.java | 17 package com.android.settings.wifi.tether;
|
D | WifiDeviceNameTextValidator.java | 17 package com.android.settings.wifi.tether;
|
D | WifiTetherFooterPreferenceController.java | 17 package com.android.settings.wifi.tether;
|
D | WifiTetherSoftApManager.java | 1 package com.android.settings.wifi.tether;
|
D | WifiTetherAutoOffPreferenceController.java | 17 package com.android.settings.wifi.tether;
|
D | WifiTetherBasePreferenceController.java | 17 package com.android.settings.wifi.tether;
|
D | WifiTetherMaximizeCompatibilityPreferenceController.java | 17 package com.android.settings.wifi.tether;
|
D | WifiTetherSsidPreference.java | 17 package com.android.settings.wifi.tether;
|
D | WifiTetherSecurityPreferenceController.java | 17 package com.android.settings.wifi.tether;
|
D | WifiTetherApBandPreferenceController.java | 17 package com.android.settings.wifi.tether;
|
D | WifiTetherSSIDPreferenceController.java | 17 package com.android.settings.wifi.tether;
|
D | WifiTetherPasswordPreferenceController.java | 17 package com.android.settings.wifi.tether;
|
D | WifiTetherSwitchBarController.java | 17 package com.android.settings.wifi.tether;
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/tether/ |
D | WifiTetherFooterPreferenceControllerTest.java | 17 package com.android.settings.wifi.tether;
|
D | WifiTetherAutoOffPreferenceControllerTest.java | 17 package com.android.settings.wifi.tether;
|
D | WifiTetherSwitchBarControllerTest.java | 17 package com.android.settings.wifi.tether;
|
D | WifiTetherPreferenceControllerTest.java | 17 package com.android.settings.wifi.tether;
|
/packages/modules/Connectivity/Tethering/common/TetheringLib/api/ |
D | module-lib-current.txt | 26 method @Deprecated public int tether(@NonNull String);
|