Home
last modified time | relevance | path

Searched refs:setLocusId (Results 1 – 5 of 5) sorted by relevance

/cts/tests/app/app/src/android/app/stubs/
DSendBubbleActivity.java118 boolean suppressBubble, boolean useShortcut, boolean setLocusId) { in sendBubble() argument
142 if (setLocusId) { in sendBubble()
143 nb.setLocusId(new LocusId(String.valueOf(notifId))); in sendBubble()
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DDataSharingService.java128 public void setLocusId(String locusId) { in setLocusId() method in DataSharingService
/cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/
DDirectActionsActivity.java96 .setLocusId(Utils.DIRECT_ACTIONS_LOCUS_ID) in onGetDirectActions()
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerClientApiTest.java156 () -> new ShortcutInfo.Builder(getTestContext(), "id").setLocusId(null)); in testShortcutInfoMissingMandatoryFields()
405 .setLocusId(locusId("4815162342")) in testSetDynamicShortcuts_details()
465 .setLocusId(locusId("4815162342")) in testSetDynamicShortcuts_details()
762 .setLocusId(locusId("4815162342")) in testAddDynamicShortcuts_details()
822 .setLocusId(locusId("4815162342")) in testAddDynamicShortcuts_details()
1101 .setLocusId(locusId("4815162342")) in testUpdateShortcut_details()
1351 .setLocusId(locusId("108")) in testUpdateShortcut_details()
DShortcutManagerCtsTestsBase.java499 b.setLocusId(locusId); in makeShortcut()