Searched refs:setLongLabel (Results 1 – 4 of 4) sorted by relevance
1125 public Builder setLongLabel(@NonNull CharSequence longLabel) { in setLongLabel() method in ShortcutInfo.Builder1146 return setLongLabel(value); in setText()
127 () -> new ShortcutInfo.Builder(getTestContext(), "id").setLongLabel(null)); in testShortcutInfoMissingMandatoryFields()132 () -> new ShortcutInfo.Builder(getTestContext(), "id").setLongLabel("")); in testShortcutInfoMissingMandatoryFields()
12061 …method @NonNull public android.content.pm.ShortcutInfo.Builder setLongLabel(@NonNull CharSequence);