/frameworks/base/core/tests/coretests/src/android/net/ |
D | SntpClientTest.java | 103 final String logMsg = "mode: " + i; in testAcceptOnlyServerAndBroadcastModes() local 112 assertTrue(logMsg, rval); in testAcceptOnlyServerAndBroadcastModes() 115 assertFalse(logMsg, rval); in testAcceptOnlyServerAndBroadcastModes() 118 assertEquals(logMsg, 1, mServer.numRequestsReceived()); in testAcceptOnlyServerAndBroadcastModes() 119 assertEquals(logMsg, 1, mServer.numRepliesSent()); in testAcceptOnlyServerAndBroadcastModes() 129 final String logMsg = "stratum: " + i; in testAcceptableStrataOnly() local 135 assertTrue(logMsg, rval); in testAcceptableStrataOnly() 137 assertFalse(logMsg, rval); in testAcceptableStrataOnly() 139 assertEquals(logMsg, 1, mServer.numRequestsReceived()); in testAcceptableStrataOnly() 140 assertEquals(logMsg, 1, mServer.numRepliesSent()); in testAcceptableStrataOnly()
|
/frameworks/native/opengl/tools/glgen2/registry/ |
D | reg.py | 370 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/opt/telephony/src/java/com/android/internal/telephony/ |
D | NitzStateMachine.java | 489 String logMsg = "handleTimeFromNitz:" in handleTimeFromNitz() local 496 logMsg += ": First update received."; in handleTimeFromNitz() 497 setAndBroadcastNetworkSetTime(logMsg, adjustedCurrentTimeMillis); in handleTimeFromNitz() 507 logMsg += ": New update received."; in handleTimeFromNitz() 508 setAndBroadcastNetworkSetTime(logMsg, adjustedCurrentTimeMillis); in handleTimeFromNitz() 511 Rlog.d(LOG_TAG, logMsg + ": Update throttled."); in handleTimeFromNitz() 650 String logMsg = "updateTimeZoneByNetworkCountryCode: set time" in updateTimeZoneByNetworkCountryCode() local 654 Rlog.d(LOG_TAG, logMsg); in updateTimeZoneByNetworkCountryCode() 656 mTimeZoneLog.log(logMsg); in updateTimeZoneByNetworkCountryCode()
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
D | TrackerDataHelper.java | 90 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/ |
D | IpReachabilityMonitor.java | 147 public void notifyLost(InetAddress ip, String logMsg); in notifyLost() argument 321 final String logMsg = "FAILURE: LOST_PROVISIONING, " + event; 322 Log.w(TAG, logMsg); 326 mCallback.notifyLost(ip, logMsg);
|
D | IpClient.java | 170 public void onReachabilityLost(String logMsg) {} in onReachabilityLost() argument 275 public void onReachabilityLost(String logMsg) { in onReachabilityLost() argument 276 mCallback.onReachabilityLost(logMsg); in onReachabilityLost() 277 log("onReachabilityLost(" + logMsg + ")"); in onReachabilityLost() 743 logMsg(msg); in IpClient() 761 logMsg(msg); in IpClient() 764 private void logMsg(String msg) { in IpClient() 1387 public void notifyLost(InetAddress ip, String logMsg) { in startIpReachabilityMonitor() 1388 mCallback.onReachabilityLost(logMsg); in startIpReachabilityMonitor()
|
/frameworks/base/cmds/incident_helper/src/parsers/ |
D | SystemPropertiesParser.cpp | 91 Message logMsg(&logTable); in Parse() local 92 sysProp.addSubMessage(SystemPropertiesProto::LOG, &logMsg); in Parse()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiStateMachine.java | 1022 public void onReachabilityLost(String logMsg) { in onReachabilityLost() argument 1024 sendMessage(CMD_IP_REACHABILITY_LOST, logMsg); in onReachabilityLost()
|
/frameworks/base/services/core/java/com/android/server/ |
D | ConnectivityService.java | 2237 final String logMsg = !TextUtils.isEmpty(redirectUrl) in maybeHandleNetworkMonitorMessage() local 2240 log(nai.name() + " validation " + (valid ? "passed" : "failed") + logMsg); in maybeHandleNetworkMonitorMessage()
|