Searched refs:getBubbleKey (Results 1 – 3 of 3) sorted by relevance
90 + " bubble=" + getBubbleKey());109 + getBubbleKey());152 Log.w(TAG, "Exception while displaying bubble: " + getBubbleKey()154 mController.removeBubble(getBubbleKey(), Bubbles.DISMISS_INVALID_INTENT);169 + " bubble=" + getBubbleKey());188 + " bubble=" + getBubbleKey());237 Log.d(TAG, "cleanUpExpandedState: bubble=" + getBubbleKey() + " task=" + mTaskId); in cleanUpTaskView()254 public String getBubbleKey() { in getBubbleKey() method in BubbleTaskViewHelper
209 + " bubble=" + getBubbleKey());225 + getBubbleKey());271 Log.w(TAG, "Exception while displaying bubble: " + getBubbleKey()273 mController.removeBubble(getBubbleKey(), Bubbles.DISMISS_INVALID_INTENT);288 + " bubble=" + getBubbleKey());312 + " bubble=" + getBubbleKey());529 public String getBubbleKey() { in getBubbleKey() method in BubbleExpandedView614 Log.d(TAG, "onDetachedFromWindow: bubble=" + getBubbleKey()); in onDetachedFromWindow()776 + " bubble=" + getBubbleKey()); in setContentVisibility()928 Log.d(TAG, "updateHeight: bubble=" + getBubbleKey() in updateHeight()[all …]
73 assertThat(mOverflow.getExpandedView().getBubbleKey()).isEqualTo(BubbleOverflow.KEY); in test_initialize_forStack()