Searched refs:METERED_CHOICE_UNMETERED (Results 1 – 5 of 5) sorted by relevance
133 entry.setMeteredChoice(WifiEntry.METERED_CHOICE_UNMETERED); in testGetMeteredChoice_afterSetMeteredChoice_getCorrectValue()135 assertThat(entry.getMeteredChoice()).isEqualTo(WifiEntry.METERED_CHOICE_UNMETERED); in testGetMeteredChoice_afterSetMeteredChoice_getCorrectValue()
371 return METERED_CHOICE_UNMETERED; in getMeteredChoice()394 case METERED_CHOICE_UNMETERED: in setMeteredChoice()
123 METERED_CHOICE_UNMETERED,131 public static final int METERED_CHOICE_UNMETERED = 2; field in WifiEntry
518 return METERED_CHOICE_UNMETERED; in getMeteredChoice()542 } else if (meteredChoice == METERED_CHOICE_UNMETERED) { in setMeteredChoice()
519 } else if (wifiEntry.getMeteredChoice() == WifiEntry.METERED_CHOICE_UNMETERED) { in getMeteredDescription()