HomeSort by relevance Sort by last modified time
    Searched refs:localLog (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigStore.java 52 import android.util.LocalLog;
415 private final LocalLog mLocalLog;
543 if (VDBG) localLog("wpa_supplicant.conf changed; new size = " + file.length());
    [all...]
WifiNative.java 30 import android.util.LocalLog;
125 private static final LocalLog mLocalLog = new LocalLog(1024);
130 public LocalLog getLocalLog() {
138 private void localLog(String s) {
145 localLog(mInterfacePrefix + "connectToSupplicant");
150 localLog(mInterfacePrefix + "closeSupplicantConnection");
165 localLog(toLog + " -> " + result);
177 localLog(toLog + " -> " + result);
198 localLog(toLog + " -> " + result)
    [all...]

Completed in 58 milliseconds