Searched refs:getBubbleKey (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleTaskViewHelper.java | 84 mDestroyed, mInitialized, getBubbleKey()); 101 getBubbleKey()); 143 Log.w(TAG, "Exception while displaying bubble: " + getBubbleKey() 146 getBubbleKey(), Bubbles.DISMISS_INVALID_INTENT); 160 taskId, getBubbleKey()); 182 taskId, getBubbleKey()); 235 public String getBubbleKey() { in getBubbleKey() method in BubbleTaskViewHelper
|
D | BubbleExpandedView.java | 208 mDestroyed, mInitialized, getBubbleKey()); 220 getBubbleKey()); 265 Log.w(TAG, "Exception while displaying bubble: " + getBubbleKey() 267 mManager.removeBubble(getBubbleKey(), Bubbles.DISMISS_INVALID_INTENT); 281 taskId, getBubbleKey()); 298 visible, getBubbleKey(), taskId); 305 taskId, getBubbleKey()); 588 public String getBubbleKey() { in getBubbleKey() method in BubbleExpandedView
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/ |
D | BubbleOverflowTest.java | 74 assertThat(mOverflow.getExpandedView().getBubbleKey()).isEqualTo(BubbleOverflow.KEY); in test_initialize_forStack()
|