Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DNetworkRequestEntry.java109 public boolean canSetMeteredChoice() { in canSetMeteredChoice() method in NetworkRequestEntry
DPasspointWifiEntry.java369 public synchronized boolean canSetMeteredChoice() { in canSetMeteredChoice() method in PasspointWifiEntry
375 if (mPasspointConfig == null || !canSetMeteredChoice()) { in setMeteredChoice()
DStandardWifiEntry.java483 public boolean canSetMeteredChoice() { in canSetMeteredChoice() method in StandardWifiEntry
489 if (!canSetMeteredChoice()) { in setMeteredChoice()
DWifiEntry.java565 public boolean canSetMeteredChoice() { in canSetMeteredChoice() method in WifiEntry
DUtils.java535 if (!wifiEntry.canSetMeteredChoice() in getMeteredDescription()