Searched defs:logStr (Results 1 – 7 of 7) sorted by relevance
66 fun logStr(str: String) = logBuffer.log(TAG, LogLevel.DEBUG, { str1 = str }, { "$str1" }) in logHeadsUp() method in com.android.systemui.statusbar.notification.stack.NotificationSectionsLogger
261 String logStr = "isPendingIntentValid: " + intentType + " intent was created by " in isPendingIntentValid() local264 AnomalyReporter.reportAnomaly(UUID.fromString(UUID_BAD_PENDING_INTENT), logStr); in isPendingIntentValid() local
429 const std::string& logStr, std::function<bool(T)> p) { in setDevicesRoleForT()481 const std::string& logStr, std::function<bool(T)> p) { in removeDevicesRoleForT()510 T t, device_role_t role, const std::string& logStr, std::function<bool(T)> p) { in removeAllDevicesRoleForT()537 T t, device_role_t role, AudioDeviceTypeAddrVector &devices, const std::string& logStr, in getDevicesRoleForT()
921 private void loge(String logStr) { in loge()926 private void logd(String logStr) { in logd()
5666 String logStr = rr.serialString() + "< " + RILUtils.requestToString(rr.mRequest) in processResponseDoneInternal() local5675 String logStr = rr.serialString() + "< " + RILUtils.requestToString(rr.mRequest) in processResponseDoneInternal() local6210 String logStr = RILUtils.responseToString(response); in unsljLog() local6219 String logStr = RILUtils.responseToString(response) + " " + more; in unsljLogMore() local6228 String logStr = RILUtils.responseToString(response) + " " + retToString(response, ret); in unsljLogRet() local6237 String logStr = RILUtils.responseToString(response) + " " + retToString(response, ret); in unsljLogvRet() local
624 private void logWithLocalLog(String logStr) { in logWithLocalLog()
2974 final String logStr = "Registration Failed for phoneId=" + phoneId in notifyRegistrationFailed() local