Searched refs:setShortLabel (Results 1 – 13 of 13) sorted by relevance
1880 .setShortLabel(title) in makeShortcut()1909 .setShortLabel(title) in makeShortcut()1932 .setShortLabel("title-" + id) in makeShortcutWithExtras()1948 .setShortLabel("title-" + id) in makeShortcutWithCategory()1964 .setShortLabel("title-" + id) in makeShortcutWithLocusId()1980 .setShortLabel("title-" + id) in makeLongLivedShortcut()
260 .setShortLabel("Title-" + "s1") in checkRequestPinShortcut()415 .setShortLabel("Title-" + "s1") in testRequestPinShortcut_noTargetActivity_noMainActivity()595 .setShortLabel("Title-" + "s1") in testRequestPinShortcut_dynamicExists_alreadyPinned()
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()
580 .setShortLabel("label1") in testPublishWithNoActivity()584 .setShortLabel("label2") in testPublishWithNoActivity()589 .setShortLabel("label3") in testPublishWithNoActivity()683 .setShortLabel("label1") in testPublishWithNoActivity_noMainActivityInPackage()2105 .setShortLabel("label") in testGetShortcuts_personsFlag()
326 .setShortLabel(shortcutInfo.getShortLabel()) in instance()484 public Builder setShortLabel(@Nullable final CharSequence shortLabel) { in setShortLabel() method in AppSearchShortcutInfo.Builder
1163 public Builder setShortLabel(@NonNull CharSequence shortLabel) { in setShortLabel() method in ShortcutInfo.Builder1200 return setShortLabel(value); in setTitle()
253 .setShortLabel(getName())
428 .setShortLabel(shortcutId) in buildShortcut()
2576 .setIntent(testIntent).setShortLabel("label1").setRank(3).build(), // 0 2 in createShortcuts()2580 .setIntent(testIntent).setShortLabel("label2").setRank(7).build(), // 1 3 in createShortcuts()2584 .setIntent(testIntent).setShortLabel("label3").setRank(1).build(), // 2 0 in createShortcuts()2588 .setIntent(testIntent).setShortLabel("label4").setRank(3).build(), // 3 2 in createShortcuts()
1562 .setShortLabel(id) in buildShortcutInfo()
4832 HSPLandroid/content/pm/ShortcutInfo$Builder;->setShortLabel(Ljava/lang/CharSequence;)Landroid/conte…
13073 …method @NonNull public android.content.pm.ShortcutInfo.Builder setShortLabel(@NonNull CharSequence…
4830 HSPLandroid/content/pm/ShortcutInfo$Builder;->setShortLabel(Ljava/lang/CharSequence;)Landroid/conte…