Searched defs:logMsg (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerDataHelper.java90 public void writeEntry(String tag, String logMsg) { argument
91 writeEntry(TrackerEntry.createEntry(tag, logMsg));
/frameworks/base/services/net/java/android/net/ip/
H A DIpReachabilityMonitor.java147 public void notifyLost(InetAddress ip, String logMsg); argument
321 final String logMsg = "FAILURE: LOST_PROVISIONING, " + event;
322 Log.w(TAG, logMsg);
326 mCallback.notifyLost(ip, logMsg);
H A DIpClient.java170 public void onReachabilityLost(String logMsg) {} argument
275 public void onReachabilityLost(String logMsg) { argument
276 mCallback.onReachabilityLost(logMsg);
277 log("onReachabilityLost(" + logMsg + ")");
743 logMsg(msg);
761 logMsg(msg);
764 private void logMsg(String msg) {
1387 public void notifyLost(InetAddress ip, String logMsg) {
1388 mCallback.onReachabilityLost(logMsg);
/frameworks/native/opengl/tools/glgen2/registry/
H A Dreg.py330 # logMsg(level, *args) - log messages of different categories
363 # logMsg - write a message of different categories to different
370 def logMsg(self, level, *args): member in class:OutputGenerator
386 '*** FATAL ERROR in Generator.logMsg: unknown level:' + level)
717 self.gen.logMsg('warn', '*** Attempt to redefine',
729 # self.gen.logMsg('diag', 'Found API-specific element for feature', fname)
732 # self.gen.logMsg('diag', 'Found generic element for feature', fname)
838 self.gen.logMsg('diag', '*** tagging type:', typename, '-> required =', required)
847 self.gen.logMsg('diag', '*** Generating dependent type',
852 self.gen.logMsg('war
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java1022 public void onReachabilityLost(String logMsg) { argument
1024 sendMessage(CMD_IP_REACHABILITY_LOST, logMsg);

Completed in 316 milliseconds