Home
last modified time | relevance | path

Searched refs:setLongLabel (Results 1 – 18 of 18) sorted by relevance

/aosp12/packages/apps/DeskClock/src/com/android/deskclock/controller/
H A DShortcutController.kt84 .setLongLabel(context.getString(R.string.shortcut_new_alarm_long))
101 .setLongLabel(context.getString(R.string.shortcut_new_timer_long))
124 .setLongLabel(context.getString(R.string.shortcut_pause_stopwatch_long))
129 .setLongLabel(context.getString(R.string.shortcut_start_stopwatch_long))
149 .setLongLabel(context.getString(R.string.shortcut_start_screensaver_long))
/aosp12/packages/apps/Dialer/java/com/android/dialer/shortcuts/
H A DShortcutInfoFactory.java73 .setLongLabel(shortcut.getLongLabel()) in buildShortcutInfos()
95 .setLongLabel(info.getLongLabel()) in withUpdatedIcon()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
H A DCustomShortcutConfigActivity.java61 .setLongLabel(name) in createShortcutInfo()
/aosp12/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppSearchShortcutInfoTest.java50 .setLongLabel(id) in testBuildShortcutAndGetValue()
/aosp12/frameworks/base/core/tests/coretests/src/android/app/people/
H A DPeopleManagerTest.java104 shortcutId).setLongLabel( in getConversation()
H A DPeopleSpaceTileTest.java265 ShortcutInfo shortcutInfo = new ShortcutInfo.Builder(mContext, "123").setLongLabel( in testCreateFromConversationChannel()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
H A DPeopleProviderTest.java63 new ShortcutInfo.Builder(mContext, SHORTCUT_ID_A).setLongLabel(USERNAME).build();
H A DPeopleSpaceUtilsTest.java126 SHORTCUT_ID_1).setLongLabel(
130 SHORTCUT_ID_1).setLongLabel(
/aosp12/packages/apps/Contacts/src/com/android/contacts/
H A DDynamicShortcuts.java318 builder.setLongLabel(label); in setLabel()
320 builder.setLongLabel(label.substring(0, mLongLabelMaxLength - 1).trim() + "…"); in setLabel()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/people/
H A DPeopleServiceTest.java264 shortcutId).setLongLabel( in getConversation()
/aosp12/frameworks/base/core/java/android/content/pm/
H A DAppSearchShortcutInfo.java329 .setLongLabel(shortcutInfo.getLongLabel()) in instance()
518 public Builder setLongLabel(@Nullable final CharSequence longLabel) { in setLongLabel() method in AppSearchShortcutInfo.Builder
H A DShortcutInfo.java1191 public Builder setLongLabel(@NonNull CharSequence longLabel) { in setLongLabel() method in ShortcutInfo.Builder
1212 return setLongLabel(value); in setText()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManagerTest.java306 SHORTCUT_ID).setLongLabel("name").build(); in setUp()
1599 .setLongLabel("name").setPerson(PERSON).build(); in getConversationWithShortcutId()
1724 convo.setShortcutInfo(new ShortcutInfo.Builder(mContext, shortcutId).setLongLabel( in getConversationChannelWrapper()
1733 ShortcutInfo shortcutInfo = new ShortcutInfo.Builder(mContext, shortcutId).setLongLabel( in getConversationChannel()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest2.java127 () -> new ShortcutInfo.Builder(getTestContext(), "id").setLongLabel(null)); in testShortcutInfoMissingMandatoryFields()
132 () -> new ShortcutInfo.Builder(getTestContext(), "id").setLongLabel("")); in testShortcutInfoMissingMandatoryFields()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt4829 HSPLandroid/content/pm/ShortcutInfo$Builder;->setLongLabel(Ljava/lang/CharSequence;)Landroid/conten…
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt13075 …method @NonNull public android.content.pm.ShortcutInfo.Builder setLongLabel(@NonNull CharSequence);
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt4827 HSPLandroid/content/pm/ShortcutInfo$Builder;->setLongLabel(Ljava/lang/CharSequence;)Landroid/conten…