Home
last modified time | relevance | path

Searched refs:getLocusId (Results 1 – 25 of 30) sorted by relevance

12

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleEntry.java80 public LocusId getLocusId() { in getLocusId() method in BubbleEntry
81 return mSbn.getNotification().getLocusId(); in getLocusId()
H A DBubble.java199 mLocusId = entry.getLocusId(); in Bubble()
227 public LocusId getLocusId() { in getLocusId() method in Bubble
H A DBubbleData.java354 LocusId locusId = bubble.getLocusId(); in notificationEntryUpdated()
927 if (locusId.equals(bubble.getLocusId())) { in getBubbleInStackWithLocusId()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DConversationInfoTest.java75 assertEquals(LOCUS_ID, conversationInfo.getLocusId()); in testBuild()
102 assertNull(conversationInfo.getLocusId()); in testBuildEmpty()
151 assertEquals(LOCUS_ID, destination.getLocusId()); in testBuildFromAnotherConversationInfo()
H A DConversationStoreTest.java94 assertEquals(LOCUS_ID, mConversationStore.getConversation(SHORTCUT_ID).getLocusId()); in testUpdateConversation()
102 assertEquals(newLocusId, updated.getLocusId()); in testUpdateConversation()
/aosp12/frameworks/base/services/people/java/com/android/server/people/data/
H A DPackageData.java157 LocusId locusId = conversationInfo.getLocusId(); in getEventHistory()
223 if (conversationInfo.getLocusId() != null) { in deleteDataForConversation()
225 CATEGORY_LOCUS_ID_BASED, conversationInfo.getLocusId().getId()); in deleteDataForConversation()
H A DUsageStatsQueryHelper.java97 LocusId locusId = e.getLocusId() != null ? new LocusId(e.getLocusId()) : null; in querySince()
204 addEventByLocusId(packageData, new LocusId(startEvent.getLocusId()), event); in onInAppConversationEnded()
H A DConversationStore.java142 LocusId locusId = conversationInfo.getLocusId(); in deleteConversation()
264 LocusId locusId = conversationInfo.getLocusId(); in updateConversationsInMemory()
H A DConversationInfo.java130 LocusId getLocusId() { in getLocusId() method in ConversationInfo
H A DDataManager.java885 builder.setLocusId(shortcutInfo.getLocusId()); in addOrUpdateConversationInfo()
/aosp12/frameworks/base/core/java/android/view/contentcapture/
H A DDataRemovalRequest.java192 parcel.writeValue(request.getLocusId()); in writeToParcel()
230 public LocusId getLocusId() { in getLocusId() method in DataRemovalRequest.LocusIdRequest
H A DContentCaptureCondition.java72 public LocusId getLocusId() { in getLocusId() method in ContentCaptureCondition
H A DDataShareRequest.java84 public @Nullable LocusId getLocusId() { in getLocusId() method in DataShareRequest
H A DContentCaptureContext.java172 public LocusId getLocusId() { in getLocusId() method in ContentCaptureContext
/aosp12/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
H A DContentCaptureContextTest.java56 assertThat(newCtx.getLocusId()).isNull(); in testConstructorAdditionalFlags()
H A DContentCaptureEventTest.java186 assertThat(clientContext.getLocusId()).isEqualTo(ID); in assertSessionStartedEvent()
312 assertThat(clientContext.getLocusId()).isEqualTo(ID); in assertContextUpdatedEvent()
/aosp12/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java333 assertEquals(locusId, notification.getLocusId()); in testBuilder_setLocusId()
336 assertEquals(locusId, clone.getLocusId()); in testBuilder_setLocusId()
343 assertNull(notification.getLocusId()); in testBuilder_setLocusId_null()
346 assertNull(clone.getLocusId()); in testBuilder_setLocusId_null()
/aosp12/frameworks/base/core/java/android/app/
H A DDirectAction.java119 public LocusId getLocusId() { in getLocusId() method in DirectAction
/aosp12/frameworks/base/core/java/android/app/usage/
H A DUsageEvents.java694 public String getLocusId() { in getLocusId() method in UsageEvents.Event
/aosp12/frameworks/base/core/java/android/content/pm/
H A DAppSearchShortcutInfo.java349 .setLocusId(shortcutInfo.getLocusId()) in instance()
H A DShortcutInfo.java1415 public LocusId getLocusId() { in getLocusId() method in ShortcutInfo
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutPackage.java1816 final LocusId locusId = si.getLocusId(); in saveShortcut()
1818 ShortcutService.writeAttr(out, ATTR_LOCUS_ID, si.getLocusId().getId()); in saveShortcut()
H A DLauncherAppsService.java1408 if (locusIds != null && !locusIds.contains(si.getLocusId())) { in filterShortcutsByQuery()
H A DShortcutService.java3252 if (locIds != null && !locIds.contains(si.getLocusId())) { in getFilterFromQuery()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest2.java999 assertEquals("1.2.3.4.5", si.getLocusId().getId()); in testShortcutInfoSaveAndLoad()
1014 assertEquals("6.7.8.9", si.getLocusId().getId()); in testShortcutInfoSaveAndLoad()

12