/aosp12/packages/apps/DeskClock/src/com/android/deskclock/controller/ |
H A D | ShortcutController.kt | 84 .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 D | ShortcutInfoFactory.java | 73 .setLongLabel(shortcut.getLongLabel()) in buildShortcutInfos() 95 .setLongLabel(info.getLongLabel()) in withUpdatedIcon()
|
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/ |
H A D | CustomShortcutConfigActivity.java | 61 .setLongLabel(name) in createShortcutInfo()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/content/pm/ |
H A D | AppSearchShortcutInfoTest.java | 50 .setLongLabel(id) in testBuildShortcutAndGetValue()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/app/people/ |
H A D | PeopleManagerTest.java | 104 shortcutId).setLongLabel( in getConversation()
|
H A D | PeopleSpaceTileTest.java | 265 ShortcutInfo shortcutInfo = new ShortcutInfo.Builder(mContext, "123").setLongLabel( in testCreateFromConversationChannel()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/ |
H A D | PeopleProviderTest.java | 63 new ShortcutInfo.Builder(mContext, SHORTCUT_ID_A).setLongLabel(USERNAME).build();
|
H A D | PeopleSpaceUtilsTest.java | 126 SHORTCUT_ID_1).setLongLabel( 130 SHORTCUT_ID_1).setLongLabel(
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/ |
H A D | DynamicShortcuts.java | 318 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 D | PeopleServiceTest.java | 264 shortcutId).setLongLabel( in getConversation()
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | AppSearchShortcutInfo.java | 329 .setLongLabel(shortcutInfo.getLongLabel()) in instance() 518 public Builder setLongLabel(@Nullable final CharSequence longLabel) { in setLongLabel() method in AppSearchShortcutInfo.Builder
|
H A D | ShortcutInfo.java | 1191 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 D | PeopleSpaceWidgetManagerTest.java | 306 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 D | ShortcutManagerTest2.java | 127 () -> 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 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 | 4829 HSPLandroid/content/pm/ShortcutInfo$Builder;->setLongLabel(Ljava/lang/CharSequence;)Landroid/conten…
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 13075 …method @NonNull public android.content.pm.ShortcutInfo.Builder setLongLabel(@NonNull CharSequence);
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 4827 HSPLandroid/content/pm/ShortcutInfo$Builder;->setLongLabel(Ljava/lang/CharSequence;)Landroid/conten…
|