Searched refs:logUpdateNotificationRequest (Results 1 – 2 of 2) sorted by relevance
178 fun logUpdateNotificationRequest(key: String, alert: Boolean, hasEntry: Boolean) { in logUpdateNotificationRequest() method in com.android.systemui.statusbar.policy.HeadsUpManagerLogger
229 mLogger.logUpdateNotificationRequest(key, shouldHeadsUpAgain, headsUpEntry != null); in updateNotification()