Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/details2/
H A DWifiPrivacyPreferenceController2Test.java71 doReturn(PRIVACY_TRUSTED).when(mPreferenceController).getRandomizationValue(); in testUpdateState_wifiPrivacy_setCorrectValue()
82 doReturn(PRIVACY_RANDOMIZED).when(mPreferenceController).getRandomizationValue(); in testUpdateState_wifiNotMetered_setCorrectValue()
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/details2/
H A DWifiPrivacyPreferenceController2.java70 final int randomizationLevel = getRandomizationValue(); in updateState()
98 int getRandomizationValue() { in getRandomizationValue() method in WifiPrivacyPreferenceController2