Home
last modified time | relevance | path

Searched defs:locusId (Results 1 – 5 of 5) sorted by relevance

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DDataSharingService.java128 public void setLocusId(String locusId) { in setLocusId()
DCustomViewActivityTest.java477 final LocusId locusId = new LocusId("Locus At me!"); in testContentCaptureConditions() local
501 final LocusId locusId = new LocusId("Locus At me!"); in testContentCaptureConditions_otherPackage() local
DLoginActivityTest.java800 final LocusId locusId = new LocusId("com.example"); in testUserDataRemovalRequest_oneId() local
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/unit/
DContentCaptureContextTest.java120 final LocusId locusId = context.getLocusId(); in testForLocus_valid() local
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerCtsTestsBase.java408 protected ShortcutInfo makeShortcutWithLocusId(String id, String locusId) { in makeShortcutWithLocusId()
484 Icon icon, Intent intent, int rank, LocusId locusId, boolean longLived) { in makeShortcut()