Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DChooserActivityTest.java1218 .setIntent(testIntent).setShortLabel("label1").setRank(3).build(), // 0 2 in createShortcuts()
1222 .setIntent(testIntent).setShortLabel("label2").setRank(7).build(), // 1 3 in createShortcuts()
1226 .setIntent(testIntent).setShortLabel("label3").setRank(1).build(), // 2 0 in createShortcuts()
1230 .setIntent(testIntent).setShortLabel("label4").setRank(3).build(), // 3 2 in createShortcuts()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest8.java260 .setShortLabel("Title-" + "s1") in checkRequestPinShortcut()
415 .setShortLabel("Title-" + "s1") in testRequestPinShortcut_noTargetActivity_noMainActivity()
595 .setShortLabel("Title-" + "s1") in testRequestPinShortcut_dynamicExists_alreadyPinned()
DBaseShortcutManagerTest.java1524 .setShortLabel(title) in makeShortcut()
1553 .setShortLabel(title) in makeShortcut()
1576 .setShortLabel("title-" + id) in makeShortcutWithExtras()
1592 .setShortLabel("title-" + id) in makeShortcutWithCategory()
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.java420 .setShortLabel("label1") in testPublishWithNoActivity()
424 .setShortLabel("label2") in testPublishWithNoActivity()
429 .setShortLabel("label3") in testPublishWithNoActivity()
523 .setShortLabel("label1") in testPublishWithNoActivity_noMainActivityInPackage()
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java1097 public Builder setShortLabel(@NonNull CharSequence shortLabel) { in setShortLabel() method in ShortcutInfo.Builder
1134 return setShortLabel(value); in setTitle()
/frameworks/base/config/
Dboot-image-profile.txt4546 HSPLandroid/content/pm/ShortcutInfo$Builder;->setShortLabel(Ljava/lang/CharSequence;)Landroid/conte…
/frameworks/base/non-updatable-api/
Dcurrent.txt12066 …method @NonNull public android.content.pm.ShortcutInfo.Builder setShortLabel(@NonNull CharSequence…
/frameworks/base/api/
Dcurrent.txt12066 …method @NonNull public android.content.pm.ShortcutInfo.Builder setShortLabel(@NonNull CharSequence…