Home
last modified time | relevance | path

Searched refs:logSendPendingIntent (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarterLogger.kt65 fun logSendPendingIntent(entry: NotificationEntry, pendingIntent: PendingIntent, result: Int) { regex
H A DStatusBarNotificationActivityStarter.java465 mLogger.logSendPendingIntent(entry, intent, result); in startNotificationIntent()