Searched refs:appBubbleKey (Results 1 – 3 of 3) sorted by relevance
1105 String appBubbleKey = mAppBubble.getKey(); in test_removeAppBubble_skipsOverflow() local1108 assertThat(mBubbleData.getBubbleInStackWithKey(appBubbleKey)).isEqualTo(mAppBubble); in test_removeAppBubble_skipsOverflow()1110 mBubbleData.dismissBubbleWithKey(appBubbleKey, Bubbles.DISMISS_USER_GESTURE); in test_removeAppBubble_skipsOverflow()1112 assertThat(mBubbleData.getOverflowBubbleWithKey(appBubbleKey)).isNull(); in test_removeAppBubble_skipsOverflow()1113 assertThat(mBubbleData.getBubbleInStackWithKey(appBubbleKey)).isNull(); in test_removeAppBubble_skipsOverflow()
1228 String appBubbleKey = Bubble.getAppBubbleKeyForApp(intent.getPackage(), user); in showOrHideAppBubble() local1230 if (!isResizableActivity(intent, packageManager, appBubbleKey)) return; in showOrHideAppBubble()1232 Bubble existingAppBubble = mBubbleData.getBubbleInStackWithKey(appBubbleKey); in showOrHideAppBubble()1236 if (selectedBubble != null && appBubbleKey.equals(selectedBubble.getKey())) { in showOrHideAppBubble()
1807 String appBubbleKey = Bubble.getAppBubbleKeyForApp(mContext.getPackageName(), user10); in testShowOrHideAppBubbleWithNonPrimaryUser_bubbleCollapsedWithExpectedUser() local1809 assertThat(mBubbleData.getSelectedBubble().getKey()).isEqualTo(appBubbleKey); in testShowOrHideAppBubbleWithNonPrimaryUser_bubbleCollapsedWithExpectedUser()1817 assertThat(mBubbleData.getSelectedBubble().getKey()).isEqualTo(appBubbleKey); in testShowOrHideAppBubbleWithNonPrimaryUser_bubbleCollapsedWithExpectedUser()