/aosp12/packages/apps/DeskClock/src/com/android/deskclock/controller/ |
H A D | ShortcutController.kt | 83 .setShortLabel(context.getString(R.string.shortcut_new_alarm_short)) 100 .setShortLabel(context.getString(R.string.shortcut_new_timer_short)) 123 shortcut.setShortLabel(context.getString(R.string.shortcut_pause_stopwatch_short)) 128 shortcut.setShortLabel(context.getString(R.string.shortcut_start_stopwatch_short)) 148 .setShortLabel(context.getString(R.string.shortcut_start_screensaver_short))
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/shortcuts/ |
H A D | ShortcutInfoFactory.java | 72 .setShortLabel(shortcut.getShortLabel()) in buildShortcutInfos() 94 .setShortLabel(info.getShortLabel()) in withUpdatedIcon()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/ |
H A D | SettingsInitializeTest.java | 59 .setShortLabel("test123") in refreshExistingShortcuts_shouldUpdateLaunchIntentFlagsForExistingShortcut() 85 .setShortLabel("test123") in refreshExistingShortcuts_shouldNotUpdateImmutableShortcut()
|
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/ |
H A D | CustomShortcutConfigActivity.java | 60 .setShortLabel(name) in createShortcutInfo()
|
H A D | RequestPinItemActivity.java | 77 .setShortLabel("Test shortcut") in pinShortcut()
|
/aosp12/packages/apps/Settings/src/com/android/settings/shortcut/ |
H A D | ShortcutsUpdateTask.java | 59 .setShortLabel(ri.loadLabel(pm)).build()); in doInBackground()
|
H A D | CreateShortcutPreferenceController.java | 228 .setShortLabel(label) in createShortcutInfo()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/ |
H A D | ConversationListPreferenceControllerTest.java | 227 ShortcutInfo s1 = new ShortcutInfo.Builder(mContext, "one").setShortLabel( in testCompareSpans() 236 ShortcutInfo s2 = new ShortcutInfo.Builder(mContext, "two").setShortLabel( in testCompareSpans()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/test-apps/flickerapp/src/com/android/wm/shell/flicker/testapp/ |
H A D | LaunchBubbleActivity.java | 72 .setShortLabel("BubbleChat") in addInboxShortcut()
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/ |
H A D | ShortcutsUpdater.java | 130 .setShortLabel(root.title) in createShortcut()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/ |
H A D | DynamicShortcuts.java | 324 builder.setShortLabel(label); in setLabel() 326 builder.setShortLabel(label.substring(0, mShortLabelMaxLength - 1).trim() + "…"); in setLabel()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | BaseShortcutManagerTest.java | 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()
|
H A D | ShortcutManagerTest8.java | 260 .setShortLabel("Title-" + "s1") in checkRequestPinShortcut() 415 .setShortLabel("Title-" + "s1") in testRequestPinShortcut_noTargetActivity_noMainActivity() 595 .setShortLabel("Title-" + "s1") in testRequestPinShortcut_dynamicExists_alreadyPinned()
|
H A D | ShortcutManagerTest2.java | 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()
|
H A D | ShortcutManagerTest1.java | 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()
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | AppSearchShortcutInfo.java | 326 .setShortLabel(shortcutInfo.getShortLabel()) in instance() 484 public Builder setShortLabel(@Nullable final CharSequence shortLabel) { in setShortLabel() method in AppSearchShortcutInfo.Builder
|
H A D | ShortcutInfo.java | 1163 public Builder setShortLabel(@NonNull CharSequence shortLabel) { in setShortLabel() method in ShortcutInfo.Builder 1200 return setShortLabel(value); in setTitle()
|
/aosp12/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/ |
H A D | Cat.java | 253 .setShortLabel(getName())
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/people/prediction/ |
H A D | ShareTargetPredictorTest.java | 428 .setShortLabel(shortcutId) in buildShortcut()
|
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/app/ |
H A D | ChooserActivityTest.java | 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()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
H A D | DataManagerTest.java | 1562 .setShortLabel(id) in buildShortcutInfo()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 4832 HSPLandroid/content/pm/ShortcutInfo$Builder;->setShortLabel(Ljava/lang/CharSequence;)Landroid/conte…
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 13080 …method @NonNull public android.content.pm.ShortcutInfo.Builder setShortLabel(@NonNull CharSequence…
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 4830 HSPLandroid/content/pm/ShortcutInfo$Builder;->setShortLabel(Ljava/lang/CharSequence;)Landroid/conte…
|