Searched refs:mAppBubble (Results 1 – 2 of 2) sorted by relevance
100 private Bubble mAppBubble; field in BubbleDataTest190 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()
110 private int mAppBubble; field in NotificationConversationInfo246 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()