Searched refs:longLabel (Results 1 – 6 of 6) sorted by relevance
57 val longLabel = regex73 .setLongLabel(longLabel)
214 val longLabel = invalidAppLabel() regex216 setAppLabel(longLabel)221 .isEqualTo(longLabel.take(PackageItemInfo.MAX_SAFE_LABEL_LENGTH))
375 final String longLabel = getPropertyString(KEY_LONG_LABEL); in toShortcutInfo() local424 null, longLabel, 0, null, disabledMessage, in toShortcutInfo()492 public Builder setLongLabel(@Nullable final CharSequence longLabel) { in setLongLabel() argument493 if (!TextUtils.isEmpty(longLabel)) { in setLongLabel()495 longLabel, "longLabel cannot be empty").toString()); in setLongLabel()
1263 public Builder setLongLabel(@NonNull CharSequence longLabel) { in setLongLabel() argument1265 mText = Preconditions.checkStringNotEmpty(longLabel, "longLabel cannot be empty"); in setLongLabel()
757 assertThat(longLabel).isEqualTo(NOTE_TASK_LONG_LABEL)
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...