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
407 const std::string& logStr, std::function<bool(T)> p) { in setDevicesRoleForT()459 const std::string& logStr, std::function<bool(T)> p) { in removeDevicesRoleForT()488 T t, device_role_t role, const std::string& logStr, std::function<bool(T)> p) { in removeAllDevicesRoleForT()515 T t, device_role_t role, AudioDeviceTypeAddrVector &devices, const std::string& logStr, in getDevicesRoleForT()
884 private void loge(String logStr) { in loge()889 private void logd(String logStr) { in logd()
5562 String logStr = rr.serialString() + "< " + RILUtils.requestToString(rr.mRequest) in processResponseDoneInternal() local5571 String logStr = rr.serialString() + "< " + RILUtils.requestToString(rr.mRequest) in processResponseDoneInternal() local6095 String logStr = RILUtils.responseToString(response); in unsljLog() local6104 String logStr = RILUtils.responseToString(response) + " " + more; in unsljLogMore() local6113 String logStr = RILUtils.responseToString(response) + " " + retToString(response, ret); in unsljLogRet() local6122 String logStr = RILUtils.responseToString(response) + " " + retToString(response, ret); in unsljLogvRet() local
621 private void logWithLocalLog(String logStr) { in logWithLocalLog()
2861 final String logStr = "Registration Failed for phoneId=" + phoneId in notifyRegistrationFailed() local