Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationConversationInfo.java109 private int mAppBubble; field in NotificationConversationInfo
245 mAppBubble = mINotificationManager.getBubblePreferenceForPackage(mPackageName, mAppUid); in bindNotification()
248 mAppBubble = BUBBLE_PREFERENCE_SELECTED; in bindNotification()
274 if (mAppBubble == BUBBLE_PREFERENCE_ALL in bindActions()
636 if (mAppBubble == BUBBLE_PREFERENCE_NONE) { in run()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DBubbleDataTest.java98 private Bubble mAppBubble; field in BubbleDataTest
186 mAppBubble = Bubble.createAppBubble( in setUp()
1105 String appBubbleKey = mAppBubble.getKey(); in test_removeAppBubble_skipsOverflow()
1106 mBubbleData.notificationEntryUpdated(mAppBubble, true /* suppressFlyout*/, in test_removeAppBubble_skipsOverflow()
1108 assertThat(mBubbleData.getBubbleInStackWithKey(appBubbleKey)).isEqualTo(mAppBubble); in test_removeAppBubble_skipsOverflow()