Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/shortcut/
DBubbleShortcutHelper.kt35 .setLongLabel(context.getString(R.string.bubble_shortcut_long_label)) in createShortcut()
/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/
DNoteTaskRoleManagerExt.kt73 .setLongLabel(longLabel) in <lambda>()
/frameworks/base/core/tests/coretests/src/android/app/people/
DPeopleManagerTest.java104 shortcutId).setLongLabel( in getConversation()
DPeopleSpaceTileTest.java265 ShortcutInfo shortcutInfo = new ShortcutInfo.Builder(mContext, "123").setLongLabel( in testCreateFromConversationChannel()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DPeopleProviderTest.java63 new ShortcutInfo.Builder(mContext, SHORTCUT_ID_A).setLongLabel(USERNAME).build();
DPeopleSpaceUtilsTest.java125 SHORTCUT_ID_1).setLongLabel(
129 SHORTCUT_ID_1).setLongLabel(
/frameworks/base/core/java/android/content/pm/
DAppSearchShortcutInfo.java339 .setLongLabel(shortcutInfo.getLongLabel()) in instance()
492 public Builder setLongLabel(@Nullable final CharSequence longLabel) { in setLongLabel() method in AppSearchShortcutInfo.Builder
DShortcutInfo.java1263 public Builder setLongLabel(@NonNull CharSequence longLabel) { in setLongLabel() method in ShortcutInfo.Builder
1284 return setLongLabel(value); in setText()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/
DPeopleServiceTest.java290 shortcutId).setLongLabel( in getConversation()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java312 SHORTCUT_ID).setLongLabel("name").build(); in setUp()
1669 .setLongLabel("name").setPerson(PERSON).build(); in getConversationWithShortcutId()
1794 convo.setShortcutInfo(new ShortcutInfo.Builder(mContext, shortcutId).setLongLabel( in getConversationChannelWrapper()
1803 ShortcutInfo shortcutInfo = new ShortcutInfo.Builder(mContext, shortcutId).setLongLabel( in getConversationChannel()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest2.java132 () -> new ShortcutInfo.Builder(getTestContext(), "id").setLongLabel(null)); in testShortcutInfoMissingMandatoryFields()
137 () -> new ShortcutInfo.Builder(getTestContext(), "id").setLongLabel("")); in testShortcutInfoMissingMandatoryFields()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt4714 HSPLandroid/content/pm/ShortcutInfo$Builder;->setLongLabel(Ljava/lang/CharSequence;)Landroid/conten…
/frameworks/base/config/
Dboot-image-profile.txt4717 HSPLandroid/content/pm/ShortcutInfo$Builder;->setLongLabel(Ljava/lang/CharSequence;)Landroid/conten…
/frameworks/base/core/api/
Dcurrent.txt13599 …method @NonNull public android.content.pm.ShortcutInfo.Builder setLongLabel(@NonNull CharSequence);