Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleDataTest.java100 private Bubble mAppBubble; field in BubbleDataTest
190 mAppBubble = Bubble.createAppBubble( in setUp()
231 assertThat(mAppBubble.getLastActivity()).isEqualTo(0); in testAddAppBubble_setsTime()
233 mBubbleData.notificationEntryUpdated(mAppBubble, true /* suppressFlyout*/, in testAddAppBubble_setsTime()
237 assertThat(mBubbleData.getBubbleInStackWithKey(mAppBubble.getKey())).isEqualTo(mAppBubble); in testAddAppBubble_setsTime()
238 assertThat(mAppBubble.getLastActivity()).isEqualTo(1000); in testAddAppBubble_setsTime()
1184 String appBubbleKey = mAppBubble.getKey(); in test_removeAppBubble_overflows()
1185 mBubbleData.notificationEntryUpdated(mAppBubble, true /* suppressFlyout*/, in test_removeAppBubble_overflows()
1187 assertThat(mBubbleData.getBubbleInStackWithKey(appBubbleKey)).isEqualTo(mAppBubble); in test_removeAppBubble_overflows()
1191 assertThat(mBubbleData.getOverflowBubbleWithKey(appBubbleKey)).isEqualTo(mAppBubble); in test_removeAppBubble_overflows()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationConversationInfo.java110 private int mAppBubble; field in NotificationConversationInfo
246 mAppBubble = mINotificationManager.getBubblePreferenceForPackage(mPackageName, mAppUid); in bindNotification()
249 mAppBubble = BUBBLE_PREFERENCE_SELECTED; in bindNotification()
275 if (mAppBubble == BUBBLE_PREFERENCE_ALL in bindActions()
635 if (mAppBubble == BUBBLE_PREFERENCE_NONE) { in run()