Home
last modified time | relevance | path

Searched refs:getNoteBubbleKeyForApp (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/notetask/
DFakeNoteTaskBubbleController.kt52 Bubble.getNoteBubbleKeyForApp(intent.`package`, userHandle) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/
DNoteTaskBubblesController.kt134 Bubble.getNoteBubbleKeyForApp(intent.`package`, userHandle) in <lambda>()
DNoteTaskController.kt99 if (key != Bubble.getNoteBubbleKeyForApp(info.packageName, info.user)) return in onBubbleExpandChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notetask/
DNoteTaskControllerTest.kt180 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/
DBubblesTest.java2039 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/
DBubbleControllerTest.kt163 val expectedKey = Bubble.getNoteBubbleKeyForApp(intent.getPackage(), user) in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java358 getNoteBubbleKeyForApp(intent.getPackage(), user), in createNotesBubble()
413 public static String getNoteBubbleKeyForApp(String packageName, UserHandle user) { in getNoteBubbleKeyForApp() method in Bubble
DBubbleController.java1715 String noteBubbleKey = Bubble.getNoteBubbleKeyForApp(intent.getPackage(), user); in showOrHideNotesBubble()