/aosp14/frameworks/base/core/java/android/service/chooser/ |
H A D | ChooserAction.java | 36 private final CharSequence mLabel; field in ChooserAction 44 mLabel = label; in ChooserAction() 53 return mLabel; in getLabel() 80 TextUtils.writeToParcel(mLabel, dest, flags); in writeToParcel() 86 return "ChooserAction {" + "label=" + mLabel + ", intent=" + mAction + "}"; in toString() 111 private final CharSequence mLabel; field in ChooserAction.Builder 130 mLabel = label; in Builder() 141 return new ChooserAction(mIcon, mLabel, mAction); in build()
|
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | CompletionInfo.java | 55 private final CharSequence mLabel; field in CompletionInfo 70 mLabel = null; in CompletionInfo() 91 mLabel = label; in CompletionInfo() 98 mLabel = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(source); in CompletionInfo() 131 return mLabel; in getLabel() 137 + "\" id=" + mId + " label=" + mLabel + "}"; in toString() 150 TextUtils.writeToParcel(mLabel, dest, flags); in writeToParcel()
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | Attribution.java | 42 private final @IdRes int mLabel; field in Attribution 76 this.mLabel = label; in Attribution() 78 IdRes.class, null, mLabel); in Attribution() 97 return mLabel; in getLabel() 107 dest.writeInt(mLabel); in writeToParcel() 127 this.mLabel = label; in Attribution() 129 IdRes.class, null, mLabel); in Attribution()
|
/aosp14/frameworks/base/core/java/android/content/pm/permission/ |
H A D | RuntimePermissionPresentationInfo.java | 42 private final CharSequence mLabel; field in RuntimePermissionPresentationInfo 54 mLabel = label; in RuntimePermissionPresentationInfo() 66 mLabel = parcel.readCharSequence(); in RuntimePermissionPresentationInfo() 90 return mLabel; in getLabel() 100 parcel.writeCharSequence(mLabel); in writeToParcel()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | KeyboardShortcutGroup.java | 34 private final CharSequence mLabel; field in KeyboardShortcutGroup 45 mLabel = label; in KeyboardShortcutGroup() 65 mLabel = label; in KeyboardShortcutGroup() 82 mLabel = source.readCharSequence(); in KeyboardShortcutGroup() 91 return mLabel; in getLabel() 123 dest.writeCharSequence(mLabel); in writeToParcel()
|
H A D | KeyboardShortcutInfo.java | 31 private final CharSequence mLabel; field in KeyboardShortcutInfo 52 mLabel = label; in KeyboardShortcutInfo() 84 mLabel = label; in KeyboardShortcutInfo() 93 mLabel = source.readCharSequence(); in KeyboardShortcutInfo() 105 return mLabel; in getLabel() 152 dest.writeCharSequence(mLabel); in writeToParcel()
|
/aosp14/frameworks/base/apex/blobstore/framework/java/android/app/blob/ |
H A D | BlobInfo.java | 38 private final CharSequence mLabel; field in BlobInfo 46 mLabel = label; in BlobInfo() 55 mLabel = in.readCharSequence(); in BlobInfo() 69 return mLabel; in getLabel() 84 dest.writeCharSequence(mLabel); in writeToParcel() 98 + "label: " + mLabel + "," in toShortString()
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | ClipDescription.java | 190 final CharSequence mLabel; field in ClipDescription 208 mLabel = label; in ClipDescription() 216 mLabel = o.mLabel; in ClipDescription() 274 return mLabel; in getLabel() 495 if (mLabel != null) { in toShortString() 501 b.append("hasLabel(").append(mLabel.length()).append(')'); in toShortString() 503 b.append('"').append(mLabel).append('"'); in toShortString() 557 if (mLabel != null) { in dumpDebug() 558 proto.write(ClipDescriptionProto.LABEL, mLabel.toString()); in dumpDebug() 577 TextUtils.writeToParcel(mLabel, dest, flags); in writeToParcel() [all …]
|
/aosp14/frameworks/base/core/java/android/util/ |
H A D | TimingLogger.java | 64 private String mLabel; field in TimingLogger 97 mLabel = label; in reset() 143 Log.d(mTag, mLabel + ": begin"); in dumpToLog() 151 Log.d(mTag, mLabel + ": " + (now - prev) + " ms, " + splitLabel); in dumpToLog() 153 Log.d(mTag, mLabel + ": end, " + (now - first) + " ms"); in dumpToLog()
|
/aosp14/frameworks/base/core/java/android/hardware/input/ |
H A D | KeyboardLayout.java | 66 private final String mLabel; field in KeyboardLayout 149 mLabel = label; in KeyboardLayout() 160 mLabel = source.readString(); in KeyboardLayout() 185 return mLabel; in getLabel() 241 dest.writeString(mLabel); in writeToParcel() 259 result = mLabel.compareToIgnoreCase(another.mLabel); in compareTo() 270 return "KeyboardLayout " + mLabel + collectionString in toString()
|
/aosp14/frameworks/base/telecomm/java/android/telecom/ |
H A D | StatusHints.java | 40 private final CharSequence mLabel; field in StatusHints 55 mLabel = label; in StatusHints() 66 mLabel = null; in StatusHints() 95 return mLabel; in getLabel() 166 out.writeCharSequence(mLabel); in writeToParcel() 183 mLabel = in.readCharSequence(); in StatusHints() 201 return Objects.hashCode(mLabel) + Objects.hashCode(mIcon) + Objects.hashCode(mExtras); in hashCode()
|
H A D | PhoneAccount.java | 486 private final CharSequence mLabel; field in PhoneAccount 507 Objects.equals(mLabel, that.mLabel) && in equals() 533 private CharSequence mLabel; field in PhoneAccount.Builder 551 this.mLabel = label; in Builder() 566 mLabel = phoneAccount.getLabel(); in Builder() 589 this.mLabel = label; in setLabel() 807 mLabel, in build() 837 mLabel = label; in PhoneAccount() 931 return mLabel; in getLabel() 1084 out.writeCharSequence(mLabel); in writeToParcel() [all …]
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | GameState.java | 90 private final int mLabel; field in GameState 114 mLabel = label; in GameState() 121 mLabel = in.readInt(); in GameState() 144 return mLabel; in getLabel() 164 parcel.writeInt(mLabel); in writeToParcel()
|
H A D | RemoteInput.java | 119 private final CharSequence mLabel; field in RemoteInput 130 this.mLabel = label; in RemoteInput() 155 return mLabel; in getLabel() 218 private CharSequence mLabel; field in RemoteInput.Builder 244 mLabel = Notification.safeCharSequence(label); in setLabel() 363 return new RemoteInput(mResultKey, mLabel, mChoices, mFlags, mEditChoicesBeforeSending, in build() 370 mLabel = in.readCharSequence(); in RemoteInput() 556 out.writeCharSequence(mLabel); in writeToParcel()
|
/aosp14/frameworks/base/core/java/android/flags/ |
H A D | BooleanFlagBase.java | 25 private String mLabel; field in BooleanFlagBase 36 mLabel = name; in BooleanFlagBase() 55 mLabel = label; in defineMetaData() 64 return mLabel; in getLabel()
|
/aosp14/frameworks/base/core/java/android/os/storage/ |
H A D | CrateInfo.java | 55 private CharSequence mLabel; field in CrateInfo 112 mLabel = label; in CrateInfo() 132 if (TextUtils.isEmpty(mLabel)) { in getLabel() 135 return mLabel; in getLabel() 208 dest.writeCharSequence(mLabel); in writeToParcel() 228 mLabel = in.readCharSequence(); in readFromParcel()
|
/aosp14/frameworks/base/core/java/android/permission/ |
H A D | RuntimePermissionPresentationInfo.java | 40 private final @NonNull CharSequence mLabel; field in RuntimePermissionPresentationInfo 54 mLabel = label; in RuntimePermissionPresentationInfo() 85 return mLabel; in getLabel() 95 parcel.writeCharSequence(mLabel); in writeToParcel()
|
/aosp14/frameworks/base/core/java/android/service/quicksettings/ |
H A D | Tile.java | 66 private CharSequence mLabel; field in Tile 145 return mLabel; in getLabel() 156 this.mLabel = label; in setLabel() 269 TextUtils.writeToParcel(mLabel, dest, flags); in writeToParcel() 287 mLabel = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(source); in readFromParcel()
|
/aosp14/frameworks/base/tests/BlobStoreTestUtils/src/com/android/utils/blob/ |
H A D | FakeBlobData.java | 45 private final CharSequence mLabel; field in FakeBlobData 55 mLabel = builder.getLabel(); in FakeBlobData() 63 private CharSequence mLabel = "Test label"; field in FakeBlobData.Builder 94 mLabel = label; in setLabel() 99 return mLabel; in getLabel() 134 return BlobHandle.createWithSha256(mFileDigest, mLabel, in getBlobHandle()
|
/aosp14/frameworks/base/core/java/android/view/textservice/ |
H A D | SpellCheckerInfo.java | 49 private final int mLabel; field in SpellCheckerInfo 138 mLabel = label; in SpellCheckerInfo() 147 mLabel = source.readInt(); in SpellCheckerInfo() 185 dest.writeInt(mLabel); in writeToParcel() 215 if (mLabel == 0 || pm == null) return ""; in loadLabel() 216 return pm.getText(getPackageName(), mLabel, mService.serviceInfo.applicationInfo); in loadLabel()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/util/ |
H A D | InternalSelectionView.java | 60 private String mLabel = null; field in InternalSelectionView 65 mLabel = label; in InternalSelectionView() 98 return mLabel; in getLabel() 273 if (mLabel != null) { in toString() 274 return mLabel; in toString()
|
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
H A D | UninstallUninstalling.java | 59 private String mLabel; field in UninstallUninstalling 71 mLabel = getIntent().getStringExtra(EXTRA_APP_LABEL); in onCreate() 163 Toast.makeText(this, getString(R.string.uninstall_failed_app, mLabel), in onResult() 194 ((UninstallUninstalling) getActivity()).mLabel)); in onCreateDialog() 197 ((UninstallUninstalling) getActivity()).mLabel)); in onCreateDialog()
|
H A D | InstallFailed.java | 43 private CharSequence mLabel; field in InstallFailed 106 mLabel = as.label; in onCreate() 143 .setMessage(getString(R.string.out_of_space_dlg_text, mActivity.mLabel)) in onCreateDialog()
|
/aosp14/frameworks/base/core/java/android/print/ |
H A D | PrintJobInfo.java | 158 private String mLabel; field in PrintJobInfo 214 mLabel = other.mLabel; in PrintJobInfo() 235 mLabel = parcel.readString(); in PrintJobInfo() 290 return mLabel; in getLabel() 301 mLabel = label; in setLabel() 668 parcel.writeString(mLabel); in writeToParcel() 691 builder.append("label: ").append(mLabel); in toString()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | UserTypeDetails.java | 58 private final int mLabel; field in UserTypeDetails 184 this.mLabel = label; in UserTypeDetails() 234 return mLabel; in getLabel() 351 pw.print(prefix); pw.print("mLabel: "); pw.println(mLabel); in dump() 400 private int mLabel = Resources.ID_NULL; field in UserTypeDetails.Builder 475 mLabel = label; in setLabel() 548 mLabel, in createUserTypeDetails()
|