/frameworks/base/core/java/android/hardware/input/ |
D | KeyboardLayout.java | 34 private final String mLabel; field in KeyboardLayout 55 mLabel = label; in KeyboardLayout() 65 mLabel = source.readString(); in KeyboardLayout() 89 return mLabel; in getLabel() 136 dest.writeString(mLabel); in writeToParcel() 150 result = mLabel.compareToIgnoreCase(another.mLabel); in compareTo() 161 return mLabel; in toString() 163 return mLabel + " - " + mCollection; in toString()
|
/frameworks/base/core/java/android/view/inputmethod/ |
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()
|
/frameworks/base/core/java/android/content/ |
D | ClipDescription.java | 91 final CharSequence mLabel; field in ClipDescription 105 mLabel = label; in ClipDescription() 113 mLabel = o.mLabel; in ClipDescription() 147 return mLabel; in getLabel() 256 if (mLabel != null) { in toShortString() 262 b.append(mLabel); in toShortString() 295 TextUtils.writeToParcel(mLabel, dest, flags); in writeToParcel() 301 mLabel = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(in); in ClipDescription()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSTileView.java | 39 protected TextView mLabel; field in QSTileView 64 return mLabel; in getLabel() 83 FontSizeUtils.updateFontSize(mLabel, R.dimen.qs_tile_text_size); in onConfigurationChanged() 88 mLabel = (TextView) view.findViewById(R.id.tile_label); in createLabel() 96 if (!Objects.equal(mLabel.getText(), state.label)) { in handleStateChanged() 97 mLabel.setText(state.label); in handleStateChanged() 99 mLabel.setEnabled(!state.disabledByPolicy); in handleStateChanged()
|
/frameworks/base/core/java/android/view/ |
D | KeyboardShortcutGroup.java | 33 private final CharSequence mLabel; field in KeyboardShortcutGroup 44 mLabel = label; in KeyboardShortcutGroup() 63 mLabel = label; in KeyboardShortcutGroup() 79 mLabel = source.readCharSequence(); in KeyboardShortcutGroup() 88 return mLabel; in getLabel() 119 dest.writeCharSequence(mLabel); in writeToParcel()
|
D | KeyboardShortcutInfo.java | 30 private final CharSequence mLabel; field in KeyboardShortcutInfo 51 mLabel = label; in KeyboardShortcutInfo() 83 mLabel = label; in KeyboardShortcutInfo() 92 mLabel = source.readCharSequence(); in KeyboardShortcutInfo() 104 return mLabel; in getLabel() 151 dest.writeCharSequence(mLabel); in writeToParcel()
|
/frameworks/base/core/java/android/content/pm/permission/ |
D | RuntimePermissionPresentationInfo.java | 38 private final CharSequence mLabel; field in RuntimePermissionPresentationInfo 50 mLabel = label; in RuntimePermissionPresentationInfo() 62 mLabel = parcel.readCharSequence(); in RuntimePermissionPresentationInfo() 86 return mLabel; in getLabel() 96 parcel.writeCharSequence(mLabel); in writeToParcel()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | ControlButtonPresenterSelector.java | 67 TextView mLabel; field in ControlButtonPresenterSelector.ActionViewHolder 73 mLabel = (TextView) view.findViewById(R.id.label); in ActionViewHolder() 97 if (vh.mLabel != null) { in onBindViewHolder() 99 vh.mLabel.setText(action.getLabel1()); in onBindViewHolder() 101 vh.mLabel.setText(null); in onBindViewHolder() 117 if (vh.mLabel != null) { in onUnbindViewHolder() 118 vh.mLabel.setText(null); in onUnbindViewHolder()
|
/frameworks/base/core/java/android/app/ |
D | RemoteInput.java | 74 private final CharSequence mLabel; field in RemoteInput 82 this.mLabel = label; in RemoteInput() 100 return mLabel; in getLabel() 132 private CharSequence mLabel; field in RemoteInput.Builder 154 mLabel = Notification.safeCharSequence(label); in setLabel() 227 return new RemoteInput(mResultKey, mLabel, mChoices, mFlags, mExtras); in build() 233 mLabel = in.readCharSequence(); in RemoteInput() 294 out.writeCharSequence(mLabel); in writeToParcel()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | StatusHints.java | 35 private final CharSequence mLabel; field in StatusHints 50 mLabel = label; in StatusHints() 70 return mLabel; in getLabel() 117 out.writeCharSequence(mLabel); in writeToParcel() 134 mLabel = in.readCharSequence(); in StatusHints() 152 return Objects.hashCode(mLabel) + Objects.hashCode(mIcon) + Objects.hashCode(mExtras); in hashCode()
|
D | PhoneAccount.java | 217 private final CharSequence mLabel; field in PhoneAccount 233 private CharSequence mLabel; field in PhoneAccount.Builder 245 this.mLabel = label; in Builder() 260 mLabel = phoneAccount.getLabel(); in Builder() 407 mLabel, in build() 433 mLabel = label; in PhoneAccount() 514 return mLabel; in getLabel() 635 out.writeCharSequence(mLabel); in writeToParcel() 680 mLabel = in.readCharSequence(); in PhoneAccount()
|
/frameworks/base/core/java/android/util/ |
D | TimingLogger.java | 57 private String mLabel; field in TimingLogger 90 mLabel = label; in reset() 136 Log.d(mTag, mLabel + ": begin"); in dumpToLog() 144 Log.d(mTag, mLabel + ": " + (now - prev) + " ms, " + splitLabel); in dumpToLog() 146 Log.d(mTag, mLabel + ": end, " + (now - first) + " ms"); in dumpToLog()
|
/frameworks/support/v4/java/android/support/v4/app/ |
D | RemoteInput.java | 38 private final CharSequence mLabel; field in RemoteInput 46 this.mLabel = label; in RemoteInput() 64 return mLabel; in getLabel() 96 private CharSequence mLabel; field in RemoteInput.Builder 118 mLabel = label; in setLabel() 176 return new RemoteInput(mResultKey, mLabel, mChoices, mAllowFreeFormInput, mExtras); in build()
|
/frameworks/base/core/java/android/service/quicksettings/ |
D | Tile.java | 64 private CharSequence mLabel; field in Tile 154 return mLabel; in getLabel() 165 this.mLabel = label; in setLabel() 217 TextUtils.writeToParcel(mLabel, dest, flags); in writeToParcel() 233 mLabel = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(source); in readFromParcel()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/ |
D | CustomizeTileView.java | 37 mLabelMinLines = mLabel.getMinLines(); in createLabel() 47 mLabel.setSingleLine(showAppLabel); in setShowAppLabel() 49 mLabel.setMinLines(mLabelMinLines); in setShowAppLabel()
|
/frameworks/base/core/java/android/widget/ |
D | AppSecurityPermissions.java | 86 CharSequence mLabel; field in AppSecurityPermissions.MyPermissionGroupInfo 111 CharSequence mLabel; field in AppSecurityPermissions.MyPermissionInfo 163 CharSequence label = perm.mLabel; in setPermission() 192 builder.setTitle(mGroup.mLabel); in onClick() 578 return sCollator.compare(a.mLabel, b.mLabel); in compare() 587 return sCollator.compare(a.mLabel, b.mLabel); in compare() 593 if (pInfo.mLabel == null) { in addPermToList() 594 pInfo.mLabel = pInfo.loadLabel(mPm); in addPermToList() 615 pInfo.mLabel = pInfo.loadLabel(mPm); in setPermissions() 626 pgrp.mLabel = pgrp.loadLabel(mPm); in setPermissions() [all …]
|
D | TabHost.java | 563 private final CharSequence mLabel; field in TabHost.LabelIndicatorStrategy 566 mLabel = label; in LabelIndicatorStrategy() 578 tv.setText(mLabel); in createIndicatorView() 595 private final CharSequence mLabel; field in TabHost.LabelAndIconIndicatorStrategy 599 mLabel = label; in LabelAndIconIndicatorStrategy() 616 final boolean bindIcon = !exclusive || TextUtils.isEmpty(mLabel); in createIndicatorView() 618 tv.setText(mLabel); in createIndicatorView()
|
/frameworks/base/core/java/android/view/textservice/ |
D | SpellCheckerInfo.java | 49 private final int mLabel; field in SpellCheckerInfo 137 mLabel = label; in SpellCheckerInfo() 146 mLabel = source.readInt(); in SpellCheckerInfo() 184 dest.writeInt(mLabel); in writeToParcel() 214 if (mLabel == 0 || pm == null) return ""; in loadLabel() 215 return pm.getText(getPackageName(), mLabel, mService.serviceInfo.applicationInfo); in loadLabel()
|
/frameworks/base/core/tests/coretests/src/android/util/ |
D | InternalSelectionView.java | 63 private String mLabel = null; field in InternalSelectionView 68 mLabel = label; in InternalSelectionView() 101 return mLabel; in getLabel() 276 if (mLabel != null) { in toString() 277 return mLabel; in toString()
|
/frameworks/base/core/java/android/print/ |
D | PrintJobInfo.java | 151 private String mLabel; field in PrintJobInfo 207 mLabel = other.mLabel; in PrintJobInfo() 228 mLabel = parcel.readString(); in PrintJobInfo() 283 return mLabel; in getLabel() 294 mLabel = label; in setLabel() 656 parcel.writeString(mLabel); in writeToParcel() 679 builder.append("label: ").append(mLabel); in toString()
|
D | PrintAttributes.java | 794 public final @NonNull String mLabel; field in PrintAttributes.MediaSize 886 mLabel = label; in MediaSize() 923 return mLabel; in getLabel() 966 return new MediaSize(mId, mLabel, mPackageName, in asPortrait() 983 return new MediaSize(mId, mLabel, mPackageName, in asLandscape() 991 parcel.writeString(mLabel); in writeToParcel() 1043 builder.append(", label: ").append(mLabel); in toString() 1074 private final @NonNull String mLabel; field in PrintAttributes.Resolution 1108 mLabel = label; in Resolution() 1133 return mLabel; in getLabel() [all …]
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardEntry.java | 306 private final String mLabel; field in VCardEntry.PhoneData 316 mLabel = label; in PhoneData() 330 builder.withValue(Phone.LABEL, mLabel); in constructInsertOperation() 355 && TextUtils.equals(mLabel, phoneData.mLabel) in equals() 363 hash = hash * 31 + (mLabel != null ? mLabel.hashCode() : 0); in hashCode() 371 mLabel, mIsPrimary); in toString() 388 return mLabel; in getLabel() 400 private final String mLabel; field in VCardEntry.EmailData 406 mLabel = label; in EmailData() 420 builder.withValue(Email.LABEL, mLabel); in constructInsertOperation() [all …]
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
D | VCardEntryTests.java | 147 private EntryLabel mLabel; field in VCardEntryTests.MockEntryElementIterator 159 assertNull(mLabel); in onIterationStarted() 167 assertNull(mLabel); in onIterationEnded() 177 assertNull(mLabel); in onElementGroupStarted() 178 mLabel = label; in onElementGroupStarted() 185 assertNotNull(mLabel); in onElementGroupEnded() 186 mLabel = null; in onElementGroupEnded()
|
/frameworks/base/media/java/android/media/tv/ |
D | TvInputInfo.java | 133 private final CharSequence mLabel; field in TvInputInfo 269 mLabel = label; in TvInputInfo() 454 } else if (!TextUtils.isEmpty(mLabel)) { in loadLabel() 455 return mLabel; in loadLabel() 550 && TextUtils.equals(mLabel, obj.mLabel) in equals() 585 TextUtils.writeToParcel(mLabel, dest, flags); in writeToParcel() 627 mLabel = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(in); in TvInputInfo() 675 private CharSequence mLabel; field in TvInputInfo.Builder 771 this.mLabel = label; in setLabel() 784 if (mLabel != null) { in setLabel() [all …]
|
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
D | AutomaticActivity.java | 123 mLabel = label; in TestResult() 134 final String mLabel; field in AutomaticActivity.TestResult 190 return lhs.mLabel.compareTo(rhs.mLabel); in logTestResultHash() 200 Log.d(LOG_TAG, String.format("%2.4f : %s", t.getAverage(), t.mLabel)); in logTestResultHash()
|