Searched refs:getRandomizationValue (Results 1 – 2 of 2) sorted by relevance
71 doReturn(PRIVACY_TRUSTED).when(mPreferenceController).getRandomizationValue(); in testUpdateState_wifiPrivacy_setCorrectValue()82 doReturn(PRIVACY_RANDOMIZED).when(mPreferenceController).getRandomizationValue(); in testUpdateState_wifiNotMetered_setCorrectValue()
70 final int randomizationLevel = getRandomizationValue(); in updateState()98 int getRandomizationValue() { in getRandomizationValue() method in WifiPrivacyPreferenceController2