Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DMmsSmsDatabaseHelper.java282 String logMsg = "Corruption reported by sqlite on database: " + dbObj.getPath(); in onCorruption() local
283 localLogWtf(logMsg); in onCorruption()
567 private static void localLog(String logMsg) { in localLog() argument
568 Log.d(TAG, logMsg); in localLog()
569 PhoneFactory.localLog(TAG, logMsg); in localLog()
572 private static void localLogWtf(String logMsg) { in localLogWtf() argument
573 Slog.wtf(TAG, logMsg); in localLogWtf()
574 PhoneFactory.localLog(TAG, logMsg); in localLogWtf()
2010 String logMsg = "[getWritableDatabase]" + in getWritableDatabase() local
2015 Log.d(TAG, logMsg); in getWritableDatabase()
[all …]
DTelephonyProvider.java2624 private static void localLog(String logMsg) { in localLog() argument
2625 Log.d(TAG, logMsg); in localLog()
2626 PhoneFactory.localLog(TAG, logMsg); in localLog()
/packages/modules/NetworkStack/src/android/net/ip/
DIpReachabilityMonitor.java140 public void notifyLost(InetAddress ip, String logMsg); in notifyLost() argument
323 final String logMsg = "FAILURE: LOST_PROVISIONING, " + event;
324 Log.w(TAG, logMsg);
328 mCallback.notifyLost(ip, logMsg);
DIpClient.java230 public void onReachabilityLost(String logMsg) { in onReachabilityLost() argument
231 log("onReachabilityLost(" + logMsg + ")"); in onReachabilityLost()
233 mCallback.onReachabilityLost(logMsg); in onReachabilityLost()
449 logMsg(msg); in IpClient()
467 logMsg(msg); in IpClient()
470 private void logMsg(String msg) { in IpClient()
1230 public void notifyLost(InetAddress ip, String logMsg) { in startIpReachabilityMonitor()
1231 mCallback.onReachabilityLost(logMsg); in startIpReachabilityMonitor()