Home
last modified time | relevance | path

Searched defs:logStr (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSectionsLogger.kt66 fun logStr(str: String) = logBuffer.log(TAG, LogLevel.DEBUG, { str1 = str }, { "$str1" }) regex
/aosp14/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
H A DSlicePurchaseBroadcastReceiver.java261 String logStr = "isPendingIntentValid: " + intentType + " intent was created by " in isPendingIntentValid() local
264 AnomalyReporter.reportAnomaly(UUID.fromString(UUID_BAD_PENDING_INTENT), logStr); in isPendingIntentValid() local
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java2784 final String logStr = "Registration Failed for phoneId=" + phoneId in notifyRegistrationFailed() local