Searched refs:mAppBubble (Results 1 – 2 of 2) sorted by relevance
109 private int mAppBubble; field in NotificationConversationInfo245 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()
98 private Bubble mAppBubble; field in BubbleDataTest186 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()