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

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DummyLogMessage.java 20 public class DummyLogMessage implements WifiLog.LogMessage {
22 public WifiLog.LogMessage r(String value) {
27 public WifiLog.LogMessage c(String value) {
32 public WifiLog.LogMessage c(long value) {
37 public WifiLog.LogMessage c(char value) {
42 public WifiLog.LogMessage c(boolean value) {
LogcatLog.java 26 * Provides a WifiLog implementation which uses logd as the
34 class LogcatLog implements WifiLog {
123 private static class RealLogMessage implements WifiLog.LogMessage {
139 public WifiLog.LogMessage r(String value) {
146 public WifiLog.LogMessage c(String value) {
156 public WifiLog.LogMessage c(long value) {
166 public WifiLog.LogMessage c(char value) {
176 public WifiLog.LogMessage c(boolean value) {
205 int placeholderPos = mFormat.indexOf(WifiLog.PLACEHOLDER, mNextFormatCharPos);
FakeWifiLog.java 19 /** WifiLog implementation that does nothing. */
20 public class FakeWifiLog implements WifiLog {
WifiMetrics.java 98 * Metrics are stored within an instance of the WifiLog proto during runtime,
100 * runtime in member lists of this WifiMetrics class, with the final WifiLog proto being pieced
103 private final WifiMetricsProto.WifiLog mWifiLogProto = new WifiMetricsProto.WifiLog();
113 * Count of number of times each scan return code, indexed by WifiLog.ScanReturnCode
118 * combination. Indexed by WifiLog.WifiState * (1 + screenOn)
272 mWifiState = WifiMetricsProto.WifiLog.WIFI_UNKNOWN;
369 case WifiMetricsProto.WifiLog.WIFI_DISABLED:
372 case WifiMetricsProto.WifiLog.WIFI_DISCONNECTED:
375 case WifiMetricsProto.WifiLog.WIFI_ASSOCIATED
    [all...]
WifiLog.java 33 * Implementations of WifiLog may or may not be thread-safe.
37 public interface WifiLog {
116 * Log a warning using the default tag for this WifiLog instance. Mark
217 * Log an error using the default tag for this WifiLog instance.
224 * Log a warning using the default tag for this WifiLog instance.
231 * Log an informational message using the default tag for this WifiLog instance.
238 * Log a debug message using the default tag for this WifiLog instance.
245 * Log a verbose message using the default tag for this WifiLog instance.
LastMileLogger.java 105 private WifiLog mLog;
WifiInjector.java 386 * Create a WifiLog instance.
389 public WifiLog makeLog(String tag) {