Home
last modified time | relevance | path

Searched refs:METERED_CHOICE_AUTO (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DNetworkRequestEntry.java104 return METERED_CHOICE_AUTO; in getMeteredChoice()
DPasspointWifiEntry.java92 private int mMeteredOverride = METERED_CHOICE_AUTO;
373 return METERED_CHOICE_AUTO; in getMeteredChoice()
388 case METERED_CHOICE_AUTO: in setMeteredChoice()
DWifiEntry.java121 METERED_CHOICE_AUTO,
129 public static final int METERED_CHOICE_AUTO = 0; field in WifiEntry
636 return METERED_CHOICE_AUTO; in getMeteredChoice()
DStandardWifiEntry.java521 return METERED_CHOICE_AUTO; in getMeteredChoice()
538 if (meteredChoice == METERED_CHOICE_AUTO) { in setMeteredChoice()