Searched refs:setShortLabel (Results 1 – 9 of 9) sorted by relevance
1218 .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()
260 .setShortLabel("Title-" + "s1") in checkRequestPinShortcut()415 .setShortLabel("Title-" + "s1") in testRequestPinShortcut_noTargetActivity_noMainActivity()595 .setShortLabel("Title-" + "s1") in testRequestPinShortcut_dynamicExists_alreadyPinned()
1524 .setShortLabel(title) in makeShortcut()1553 .setShortLabel(title) in makeShortcut()1576 .setShortLabel("title-" + id) in makeShortcutWithExtras()1592 .setShortLabel("title-" + id) in makeShortcutWithCategory()
117 () -> 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()
420 .setShortLabel("label1") in testPublishWithNoActivity()424 .setShortLabel("label2") in testPublishWithNoActivity()429 .setShortLabel("label3") in testPublishWithNoActivity()523 .setShortLabel("label1") in testPublishWithNoActivity_noMainActivityInPackage()
1097 public Builder setShortLabel(@NonNull CharSequence shortLabel) { in setShortLabel() method in ShortcutInfo.Builder1134 return setShortLabel(value); in setTitle()
4546 HSPLandroid/content/pm/ShortcutInfo$Builder;->setShortLabel(Ljava/lang/CharSequence;)Landroid/conte…
12066 …method @NonNull public android.content.pm.ShortcutInfo.Builder setShortLabel(@NonNull CharSequence…