Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationConversationInfo.java108 private int mAppBubble; field in NotificationConversationInfo
241 mAppBubble = mINotificationManager.getBubblePreferenceForPackage(mPackageName, mAppUid); in bindNotification()
244 mAppBubble = BUBBLE_PREFERENCE_SELECTED; in bindNotification()
269 if (mAppBubble == BUBBLE_PREFERENCE_ALL) { in bindActions()
623 if (mAppBubble == BUBBLE_PREFERENCE_NONE) { in run()