Home
last modified time | relevance | path

Searched refs:AllInOneTetherSettings (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/
H A DAllInOneTetherSettingsTest.java19 import static com.android.settings.AllInOneTetherSettings.BLUETOOTH_TETHER_KEY;
20 import static com.android.settings.AllInOneTetherSettings.ETHERNET_TETHER_KEY;
21 import static com.android.settings.AllInOneTetherSettings.EXPANDED_CHILD_COUNT_DEFAULT;
22 import static com.android.settings.AllInOneTetherSettings.EXPANDED_CHILD_COUNT_MAX;
24 import static com.android.settings.AllInOneTetherSettings.USB_TETHER_KEY;
25 import static com.android.settings.AllInOneTetherSettings.WIFI_TETHER_DISABLE_KEY;
73 private AllInOneTetherSettings mAllInOneTetherSettings;
104 mAllInOneTetherSettings = spy(new AllInOneTetherSettings()); in setUp()
123 AllInOneTetherSettings.KEY_WIFI_TETHER_NETWORK_PASSWORD); in getNonIndexableKeys_tetherAvailable_featureEnabled_keysReturnedCorrectly()
145 assertThat(niks).contains(AllInOneTetherSettings.KEY_WIFI_TETHER_AUTO_OFF); in getNonIndexableKeys_tetherAvailable_featureDisabled_keysReturned()
[all …]
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/tether/
H A DWifiTetherSecurityPreferenceController.java19 import static com.android.settings.AllInOneTetherSettings.DEDUP_POSTFIX;
H A DWifiTetherApBandPreferenceController.java19 import static com.android.settings.AllInOneTetherSettings.DEDUP_POSTFIX;
H A DWifiTetherPasswordPreferenceController.java19 import static com.android.settings.AllInOneTetherSettings.DEDUP_POSTFIX;
H A DWifiTetherSSIDPreferenceController.java19 import static com.android.settings.AllInOneTetherSettings.DEDUP_POSTFIX;
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DAllInOneTetherSettings.java73 public class AllInOneTetherSettings extends RestrictedDashboardFragment class
177 public AllInOneTetherSettings() { in AllInOneTetherSettings() method in AllInOneTetherSettings
H A DSettings.java73 AllInOneTetherSettings.class.getCanonicalName()); in wrapIntentWithAllInOneTetherSettingsIfNeeded()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/network/
H A DWifiTetherDisablePreferenceControllerTest.java19 import static com.android.settings.AllInOneTetherSettings.WIFI_TETHER_DISABLE_KEY;
/aosp12/packages/apps/Settings/src/com/android/settings/core/gateway/
H A DSettingsGateway.java19 import com.android.settings.AllInOneTetherSettings;
185 AllInOneTetherSettings.class.getName(),