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
388 const std::string& logStr, std::function<bool(T)> p) { in setDevicesRoleForT()440 const std::string& logStr, std::function<bool(T)> p) { in removeDevicesRoleForT()469 T t, device_role_t role, const std::string& logStr, std::function<bool(T)> p) { in removeAllDevicesRoleForT()496 T t, device_role_t role, AudioDeviceTypeAddrVector &devices, const std::string& logStr, in getDevicesRoleForT()
505 private String logStr(String message) { in logStr() method in FakeOsAccess
6789 String logStr = RILUtils.responseToString(response); in unsljLog() local6798 String logStr = RILUtils.responseToString(response) + " " + more; in unsljLogMore() local6807 String logStr = RILUtils.responseToString(response) + " " + retToString(response, ret); in unsljLogRet() local6816 String logStr = RILUtils.responseToString(response) + " " + retToString(response, ret); in unsljLogvRet() local
619 private void logWithLocalLog(String logStr) { in logWithLocalLog()
2784 final String logStr = "Registration Failed for phoneId=" + phoneId in notifyRegistrationFailed() local