Home
last modified time | relevance | path

Searched refs:logMsg (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/net/
DSntpClientTest.java94 final String logMsg = "mode: " + i; in testAcceptOnlyServerAndBroadcastModes() local
102 assertTrue(logMsg, rval); in testAcceptOnlyServerAndBroadcastModes()
105 assertFalse(logMsg, rval); in testAcceptOnlyServerAndBroadcastModes()
108 assertEquals(logMsg, 1, mServer.numRequestsReceived()); in testAcceptOnlyServerAndBroadcastModes()
109 assertEquals(logMsg, 1, mServer.numRepliesSent()); in testAcceptOnlyServerAndBroadcastModes()
119 final String logMsg = "stratum: " + i; in testAcceptableStrataOnly() local
124 assertTrue(logMsg, rval); in testAcceptableStrataOnly()
126 assertFalse(logMsg, rval); in testAcceptableStrataOnly()
128 assertEquals(logMsg, 1, mServer.numRequestsReceived()); in testAcceptableStrataOnly()
129 assertEquals(logMsg, 1, mServer.numRepliesSent()); in testAcceptableStrataOnly()
/frameworks/native/opengl/tools/glgen2/registry/
Dreg.py370 def logMsg(self, level, *args): member in OutputGenerator
717 self.gen.logMsg('warn', '*** Attempt to redefine',
838 self.gen.logMsg('diag', '*** tagging type:', typename, '-> required =', required)
847 self.gen.logMsg('diag', '*** Generating dependent type',
852 self.gen.logMsg('warn', '*** type:', typename , 'IS NOT DEFINED')
858 …self.gen.logMsg('diag', '*** markRequired (features = <too long to print>, required =', required, …
866 self.gen.logMsg('diag', '*** tagging enum:', name, '-> required =', required)
871 self.gen.logMsg('warn', '*** enum:', name , 'IS NOT DEFINED')
874 self.gen.logMsg('diag', '*** tagging command:', name, '-> required =', required)
887 …self.gen.logMsg('diag', '*** markRequired: command implicitly requires dependent type', ptype.text)
[all …]
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
DTrackerDataHelper.java90 public void writeEntry(String tag, String logMsg) { in writeEntry() argument
91 writeEntry(TrackerEntry.createEntry(tag, logMsg)); in writeEntry()
/frameworks/base/services/net/java/android/net/ip/
DIpManager.java115 public void onReachabilityLost(String logMsg) {} in onReachabilityLost() argument
221 public void onReachabilityLost(String logMsg) { in onReachabilityLost() argument
222 mCallback.onReachabilityLost(logMsg); in onReachabilityLost()
223 log("onReachabilityLost(" + logMsg + ")"); in onReachabilityLost()
465 logMsg(msg); in IpManager()
483 logMsg(msg); in IpManager()
486 private void logMsg(String msg) { in IpManager()
1070 public void notifyLost(InetAddress ip, String logMsg) { in startIpReachabilityMonitor()
1071 mCallback.onReachabilityLost(logMsg); in startIpReachabilityMonitor()
DIpReachabilityMonitor.java146 public void notifyLost(InetAddress ip, String logMsg); in notifyLost() argument
370 final String logMsg = "FAILURE: LOST_PROVISIONING, " + msg; in handleNeighborLost() local
371 Log.w(TAG, logMsg); in handleNeighborLost()
375 mCallback.notifyLost(ip, logMsg); in handleNeighborLost()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiStateMachine.java1139 public void onReachabilityLost(String logMsg) { in onReachabilityLost() argument
1141 sendMessage(CMD_IP_REACHABILITY_LOST, logMsg); in onReachabilityLost()