OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLocalLog
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/java/com/android/server/
NativeDaemonConnector.java
55
private LocalLog
mLocalLog
;
79
mLocalLog
= new LocalLog(maxLogSize);
470
mLocalLog
.dump(fd, pw, args);
477
mLocalLog
.log(logstring);
482
mLocalLog
.log(logstring);
/frameworks/base/wifi/java/android/net/wifi/
WifiNative.java
100
private static final LocalLog
mLocalLog
= new LocalLog(1024);
106
return
mLocalLog
;
114
if (
mLocalLog
!= null)
115
mLocalLog
.log(mInterfaceName + ": " + s);
WifiConfigStore.java
158
private final LocalLog
mLocalLog
;
169
mLocalLog
= mWifiNative.getLocalLog();
173
mLocalLog
= null;
[
all
...]
Completed in 164 milliseconds