Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/
H A DNoteTaskRoleManagerExt.kt72 .setShortLabel(shortLabel)
/aosp14/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
H A DLaunchBubbleActivity.java72 .setShortLabel("BubbleChat") in addInboxShortcut()
/aosp14/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppSearchShortcutInfoTest.java52 .setShortLabel(id) in testBuildShortcutAndGetValue()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java1529 .setShortLabel("Title-" + id) in makeShortcutExcludedFromLauncher()
1642 .setShortLabel(title) in makeShortcut()
1671 .setShortLabel(title) in makeShortcut()
1694 .setShortLabel("title-" + id) in makeShortcutWithExtras()
1710 .setShortLabel("title-" + id) in makeShortcutWithCategory()
1726 .setShortLabel("title-" + id) in makeShortcutWithLocusId()
1742 .setShortLabel("title-" + id) in makeLongLivedShortcut()
H A DShortcutManagerTest8.java263 .setShortLabel("Title-" + "s1") in checkRequestPinShortcut()
420 .setShortLabel("Title-" + "s1") in testRequestPinShortcut_noTargetActivity_noMainActivity()
600 .setShortLabel("Title-" + "s1") in testRequestPinShortcut_dynamicExists_alreadyPinned()
H A DShortcutManagerTest2.java122 () -> new ShortcutInfo.Builder(getTestContext(), "id").setShortLabel(null)); in testShortcutInfoMissingMandatoryFields()
127 () -> new ShortcutInfo.Builder(getTestContext(), "id").setShortLabel("")); in testShortcutInfoMissingMandatoryFields()
172 .setShortLabel("x") in testShortcutInfoMissingMandatoryFields()
181 .setShortLabel("x") in testShortcutInfoMissingMandatoryFields()
H A DShortcutManagerTest1.java585 .setShortLabel("label1") in testPublishWithNoActivity()
589 .setShortLabel("label2") in testPublishWithNoActivity()
594 .setShortLabel("label3") in testPublishWithNoActivity()
688 .setShortLabel("label1") in testPublishWithNoActivity_noMainActivityInPackage()
2110 .setShortLabel("label") in testGetShortcuts_personsFlag()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DAppSearchShortcutInfo.java338 .setShortLabel(shortcutInfo.getShortLabel()) in instance()
480 public Builder setShortLabel(@Nullable final CharSequence shortLabel) { in setShortLabel() method in AppSearchShortcutInfo.Builder
H A DShortcutInfo.java1235 public Builder setShortLabel(@NonNull CharSequence shortLabel) { in setShortLabel() method in ShortcutInfo.Builder
1272 return setShortLabel(value); in setTitle()
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DCat.java253 .setShortLabel(getName())
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/prediction/
H A DShareTargetPredictorTest.java428 .setShortLabel(shortcutId) in buildShortcut()
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DChooserActivityTest.java3147 .setIntent(testIntent).setShortLabel("label1").setRank(3).build(), // 0 2 in createShortcuts()
3151 .setIntent(testIntent).setShortLabel("label2").setRank(7).build(), // 1 3 in createShortcuts()
3155 .setIntent(testIntent).setShortLabel("label3").setRank(1).build(), // 2 0 in createShortcuts()
3159 .setIntent(testIntent).setShortLabel("label4").setRank(3).build(), // 3 2 in createShortcuts()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DDataManagerTest.java1694 .setShortLabel(id) in buildShortcutInfo()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt4794 HSPLandroid/content/pm/ShortcutInfo$Builder;->setShortLabel(Ljava/lang/CharSequence;)Landroid/conte…
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt4797 HSPLandroid/content/pm/ShortcutInfo$Builder;->setShortLabel(Ljava/lang/CharSequence;)Landroid/conte…
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt13123 …method @NonNull public android.content.pm.ShortcutInfo.Builder setShortLabel(@NonNull CharSequence…