Searched defs:mLabel (Results 26 - 41 of 41) sorted by relevance

12

/frameworks/base/core/java/android/widget/
H A DAppSecurityPermissions.java86 CharSequence mLabel; field in class:AppSecurityPermissions.MyPermissionGroupInfo
111 CharSequence mLabel; field in class:AppSecurityPermissions.MyPermissionInfo
163 CharSequence label = perm.mLabel;
192 builder.setTitle(mGroup.mLabel);
578 return sCollator.compare(a.mLabel, b.mLabel);
587 return sCollator.compare(a.mLabel, b.mLabel);
593 if (pInfo.mLabel == null) {
594 pInfo.mLabel
[all...]
H A DTabHost.java563 private final CharSequence mLabel; field in class:TabHost.LabelIndicatorStrategy
566 mLabel = label;
578 tv.setText(mLabel);
595 private final CharSequence mLabel; field in class:TabHost.LabelAndIconIndicatorStrategy
599 mLabel = label;
616 final boolean bindIcon = !exclusive || TextUtils.isEmpty(mLabel);
618 tv.setText(mLabel);
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DLoaderCustomSupport.java96 return mLabel;
124 return mLabel;
128 if (mLabel == null || !mMounted) {
131 mLabel = mInfo.packageName;
135 mLabel = label != null ? label.toString() : mInfo.packageName;
143 private String mLabel; field in class:LoaderCustomSupport.AppEntry
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DLoaderCustomSupport.java96 return mLabel;
124 return mLabel;
128 if (mLabel == null || !mMounted) {
131 mLabel = mInfo.packageName;
135 mLabel = label != null ? label.toString() : mInfo.packageName;
143 private String mLabel; field in class:LoaderCustomSupport.AppEntry
/frameworks/base/core/java/android/app/
H A DVoiceInteractor.java400 final CharSequence mLabel; field in class:VoiceInteractor.PickOptionRequest.Option
413 mLabel = label;
427 mLabel = label;
446 return mLabel;
484 mLabel = in.readCharSequence();
497 dest.writeCharSequence(mLabel);
565 writer.print(prefix); writer.print(" mLabel="); writer.println(op.mLabel);
H A DActivityManager.java965 private String mLabel; field in class:ActivityManager.TaskDescription
1015 mLabel = label;
1034 mLabel = other.mLabel;
1050 mLabel = label;
1099 return mLabel;
1152 if (mLabel != null) {
1153 out.attribute(null, ATTR_TASKDESCRIPTIONLABEL, mLabel);
1188 if (mLabel == null) {
1192 dest.writeString(mLabel);
[all...]
/frameworks/base/core/java/android/content/
H A DUndoManager.java743 private CharSequence mLabel; field in class:UndoManager.UndoState
757 mLabel = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(p);
774 TextUtils.writeToParcel(mLabel, p, 0);
789 mLabel = label;
793 if (mLabel != null) {
794 mLabel = label;
799 return mLabel;
/frameworks/base/core/java/android/print/
H A DPrintJobInfo.java151 private String mLabel; field in class:PrintJobInfo
207 mLabel = other.mLabel;
228 mLabel = parcel.readString();
283 return mLabel;
294 mLabel = label;
656 parcel.writeString(mLabel);
679 builder.append("label: ").append(mLabel);
H A DPrintAttributes.java794 public final @NonNull String mLabel; field in class:PrintAttributes.MediaSize
886 mLabel = label;
923 return mLabel;
966 return new MediaSize(mId, mLabel, mPackageName,
983 return new MediaSize(mId, mLabel, mPackageName,
991 parcel.writeString(mLabel);
1043 builder.append(", label: ").append(mLabel);
1074 private final @NonNull String mLabel; field in class:PrintAttributes.Resolution
1108 mLabel = label;
1133 return mLabel;
[all...]
/frameworks/base/telecomm/java/android/telecom/
H A DPhoneAccount.java217 private final CharSequence mLabel; field in class:PhoneAccount
234 private CharSequence mLabel; field in class:PhoneAccount.Builder
247 this.mLabel = label;
262 mLabel = phoneAccount.getLabel();
431 mLabel,
459 mLabel = label;
541 return mLabel;
677 out.writeCharSequence(mLabel);
723 mLabel = in.readCharSequence();
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java83 private CharSequence mLabel; field in class:Keyboard
/frameworks/base/media/java/android/media/tv/
H A DTvInputInfo.java133 private final CharSequence mLabel; field in class:TvInputInfo
269 mLabel = label;
454 } else if (!TextUtils.isEmpty(mLabel)) {
455 return mLabel;
550 && TextUtils.equals(mLabel, obj.mLabel)
585 TextUtils.writeToParcel(mLabel, dest, flags);
627 mLabel = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(in);
675 private CharSequence mLabel; field in class:TvInputInfo.Builder
771 this.mLabel
[all...]
/frameworks/base/services/net/java/android/net/apf/
H A DApfGenerator.java106 private String mLabel; field in class:ApfGenerator.Instruction
143 mLabel = label;
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java306 private final String mLabel; field in class:VCardEntry.PhoneData
316 mLabel = label;
330 builder.withValue(Phone.LABEL, mLabel);
355 && TextUtils.equals(mLabel, phoneData.mLabel)
363 hash = hash * 31 + (mLabel != null ? mLabel.hashCode() : 0);
371 mLabel, mIsPrimary);
388 return mLabel;
400 private final String mLabel; field in class:VCardEntry.EmailData
498 private final String mLabel; field in class:VCardEntry.PostalData
1351 private final String mLabel; field in class:VCardEntry.SipData
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java3727 private final CharSequence mLabel; field in class:AccessibilityNodeInfo.AccessibilityAction
3752 mLabel = label;
3771 return mLabel;
3798 return "AccessibilityAction: " + getActionSymbolicName(mActionId) + " - " + mLabel;
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 1339 milliseconds

12