Home
last modified time | relevance | path

Searched refs:setShortLabel (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java1548 .setShortLabel(title) in makeShortcut()
1577 .setShortLabel(title) in makeShortcut()
1600 .setShortLabel("title-" + id) in makeShortcutWithExtras()
1616 .setShortLabel("title-" + id) in makeShortcutWithCategory()
1632 .setShortLabel("title-" + id) in makeShortcutWithLocusId()
1648 .setShortLabel("title-" + id) in makeLongLivedShortcut()
DShortcutManagerTest8.java260 .setShortLabel("Title-" + "s1") in checkRequestPinShortcut()
415 .setShortLabel("Title-" + "s1") in testRequestPinShortcut_noTargetActivity_noMainActivity()
595 .setShortLabel("Title-" + "s1") in testRequestPinShortcut_dynamicExists_alreadyPinned()
DShortcutManagerTest2.java117 () -> new ShortcutInfo.Builder(getTestContext(), "id").setShortLabel(null)); in testShortcutInfoMissingMandatoryFields()
122 () -> new ShortcutInfo.Builder(getTestContext(), "id").setShortLabel("")); in testShortcutInfoMissingMandatoryFields()
167 .setShortLabel("x") in testShortcutInfoMissingMandatoryFields()
176 .setShortLabel("x") in testShortcutInfoMissingMandatoryFields()
DShortcutManagerTest1.java544 .setShortLabel("label1") in testPublishWithNoActivity()
548 .setShortLabel("label2") in testPublishWithNoActivity()
553 .setShortLabel("label3") in testPublishWithNoActivity()
647 .setShortLabel("label1") in testPublishWithNoActivity_noMainActivityInPackage()
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java1129 public Builder setShortLabel(@NonNull CharSequence shortLabel) { in setShortLabel() method in ShortcutInfo.Builder
1166 return setShortLabel(value); in setTitle()
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
DCat.java253 .setShortLabel(getName())
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DChooserActivityTest.java2287 .setIntent(testIntent).setShortLabel("label1").setRank(3).build(), // 0 2 in createShortcuts()
2291 .setIntent(testIntent).setShortLabel("label2").setRank(7).build(), // 1 3 in createShortcuts()
2295 .setIntent(testIntent).setShortLabel("label3").setRank(1).build(), // 2 0 in createShortcuts()
2299 .setIntent(testIntent).setShortLabel("label4").setRank(3).build(), // 3 2 in createShortcuts()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/prediction/
DShareTargetPredictorTest.java398 .setShortLabel(shortcutId) in buildShortcut()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DDataManagerTest.java852 .setShortLabel(id) in buildShortcutInfo()
/frameworks/base/core/java/com/android/internal/app/
DChooserActivity.java2340 .setShortLabel(ChooserUtil.md5(chooserTarget.getTitle().toString()))
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt12468 …method @NonNull public android.content.pm.ShortcutInfo.Builder setShortLabel(@NonNull CharSequence…