Home
last modified time | relevance | path

Searched refs:wifiPrivacyValues (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/tests/spa_unit/src/com/android/settings/wifi/details2/
DWifiPrivacyPageProviderTest.kt115 val wifiPrivacyValues = context.resources.getStringArray(R.array.wifi_privacy_values) in category_mac_list_default_selected() constant
117 wifiPrivacyEntries[wifiPrivacyValues.indexOf("0")] in category_mac_list_default_selected()
/packages/apps/Settings/src/com/android/settings/wifi/details2/
DWifiPrivacyPageProvider.kt97 val wifiPrivacyValues = stringArrayResource(R.array.wifi_privacy_values) in WifiPrivacyPage() constant
101 ListPreferenceOption(id = wifiPrivacyValues[index].toInt(), text = text) in WifiPrivacyPage()