Home
last modified time | relevance | path

Searched refs:METERED_CHOICE_UNMETERED (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/
DPasspointWifiEntryTest.java133 entry.setMeteredChoice(WifiEntry.METERED_CHOICE_UNMETERED); in testGetMeteredChoice_afterSetMeteredChoice_getCorrectValue()
135 assertThat(entry.getMeteredChoice()).isEqualTo(WifiEntry.METERED_CHOICE_UNMETERED); in testGetMeteredChoice_afterSetMeteredChoice_getCorrectValue()
/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DPasspointWifiEntry.java371 return METERED_CHOICE_UNMETERED; in getMeteredChoice()
394 case METERED_CHOICE_UNMETERED: in setMeteredChoice()
DWifiEntry.java123 METERED_CHOICE_UNMETERED,
131 public static final int METERED_CHOICE_UNMETERED = 2; field in WifiEntry
DStandardWifiEntry.java518 return METERED_CHOICE_UNMETERED; in getMeteredChoice()
542 } else if (meteredChoice == METERED_CHOICE_UNMETERED) { in setMeteredChoice()
DUtils.java519 } else if (wifiEntry.getMeteredChoice() == WifiEntry.METERED_CHOICE_UNMETERED) { in getMeteredDescription()