Searched refs:getNoteBubbleKeyForApp (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/notetask/ |
D | FakeNoteTaskBubbleController.kt | 52 Bubble.getNoteBubbleKeyForApp(intent.`package`, userHandle) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/ |
D | NoteTaskBubblesController.kt | 134 Bubble.getNoteBubbleKeyForApp(intent.`package`, userHandle) in <lambda>()
|
D | NoteTaskController.kt | 99 if (key != Bubble.getNoteBubbleKeyForApp(info.packageName, info.user)) return in onBubbleExpandChanged()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notetask/ |
D | NoteTaskControllerTest.kt | 180 key = Bubble.getNoteBubbleKeyForApp(expectedInfo.packageName, expectedInfo.user), in <lambda>() 195 key = Bubble.getNoteBubbleKeyForApp(expectedInfo.packageName, expectedInfo.user), in <lambda>() 210 key = Bubble.getNoteBubbleKeyForApp(expectedInfo.packageName, expectedInfo.user), in <lambda>() 224 key = Bubble.getNoteBubbleKeyForApp(expectedInfo.packageName, expectedInfo.user), in <lambda>() 242 … key = Bubble.getNoteBubbleKeyForApp(NOTE_TASK_INFO.packageName, NOTE_TASK_INFO.user), in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
D | BubblesTest.java | 2039 String noteBubbleKey = Bubble.getNoteBubbleKeyForApp(mNotesBubbleIntent.getPackage(), in testShowStackEdu_isNotConversationBubble() 2099 Bubble.getNoteBubbleKeyForApp(mContext.getPackageName(), mUser0)); in testShowOrHideNotesBubble_addsAndExpand() 2114 Bubble.getNoteBubbleKeyForApp(mContext.getPackageName(), mUser0)); in testShowOrHideNotesBubble_expandIfCollapsed() 2123 Bubble.getNoteBubbleKeyForApp(mContext.getPackageName(), mUser0)); in testShowOrHideNotesBubble_collapseIfSelected() 2130 Bubble.getNoteBubbleKeyForApp(mContext.getPackageName(), mUser0)); in testShowOrHideNotesBubble_collapseIfSelected() 2139 String notesKey = Bubble.getNoteBubbleKeyForApp(mContext.getPackageName(), user10); in testShowOrHideNotesBubbleWithNonPrimaryUser_bubbleCollapsedWithExpectedUser() 2160 String notesBubbleUser0Key = Bubble.getNoteBubbleKeyForApp(mContext.getPackageName(), in testShowOrHideNotesBubbleOnUser10AndThenUser0_user0BubbleExpanded() 2181 Bubble.getNoteBubbleKeyForApp(mContext.getPackageName(), mUser0)); in testShowOrHideNotesBubble_selectIfNotSelected() 2188 String noteBubbleKey = Bubble.getNoteBubbleKeyForApp(mNotesBubbleIntent.getPackage(), in testShowOrHideNotesBubble_addsFromOverflow() 2208 String noteBubbleKey = Bubble.getNoteBubbleKeyForApp(mNotesBubbleIntent.getPackage(), in testShowOrHideNotesBubble_updateExistedBubbleInOverflow_updateIntentInBubble()
|
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/ |
D | BubbleControllerTest.kt | 163 val expectedKey = Bubble.getNoteBubbleKeyForApp(intent.getPackage(), user) in <lambda>()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | Bubble.java | 358 getNoteBubbleKeyForApp(intent.getPackage(), user), in createNotesBubble() 413 public static String getNoteBubbleKeyForApp(String packageName, UserHandle user) { in getNoteBubbleKeyForApp() method in Bubble
|
D | BubbleController.java | 1715 String noteBubbleKey = Bubble.getNoteBubbleKeyForApp(intent.getPackage(), user); in showOrHideNotesBubble()
|