Home
last modified time | relevance | path

Searched refs:mLabel (Results 1 – 25 of 42) sorted by relevance

12

/frameworks/base/core/java/android/hardware/input/
DKeyboardLayout.java34 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/
DCompletionInfo.java55 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/pm/permission/
DRuntimePermissionPresentationInfo.java38 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/base/core/java/android/view/
DKeyboardShortcutInfo.java31 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()
DKeyboardShortcutGroup.java34 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()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DControlButtonPresenterSelector.java67 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/content/
DClipDescription.java93 final CharSequence mLabel; field in ClipDescription
108 mLabel = label; in ClipDescription()
116 mLabel = o.mLabel; in ClipDescription()
174 return mLabel; in getLabel()
298 if (mLabel != null) { in toShortString()
304 b.append(mLabel); in toShortString()
347 TextUtils.writeToParcel(mLabel, dest, flags); in writeToParcel()
354 mLabel = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(in); in ClipDescription()
/frameworks/base/telecomm/java/android/telecom/
DStatusHints.java35 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()
DPhoneAccount.java324 private final CharSequence mLabel; field in PhoneAccount
344 private CharSequence mLabel; field in PhoneAccount.Builder
357 this.mLabel = label; in Builder()
372 mLabel = phoneAccount.getLabel(); in Builder()
390 this.mLabel = label; in setLabel()
566 mLabel, in build()
596 mLabel = label; in PhoneAccount()
690 return mLabel; in getLabel()
843 out.writeCharSequence(mLabel); in writeToParcel()
890 mLabel = in.readCharSequence(); in PhoneAccount()
/frameworks/base/core/java/android/util/
DTimingLogger.java57 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/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileView.java40 protected TextView mLabel; field in QSTileView
65 return mLabel; in getLabel()
71 FontSizeUtils.updateFontSize(mLabel, R.dimen.qs_tile_text_size); in onConfigurationChanged()
84 mLabel = mLabelContainer.findViewById(R.id.tile_label); in createLabel()
96 if (!Objects.equal(mLabel.getText(), state.label) || mState != state.state) { in handleStateChanged()
104 mLabel.setText(state.label); in handleStateChanged()
115 mLabel.setEnabled(!state.disabledByPolicy); in handleStateChanged()
/frameworks/base/core/java/android/view/textclassifier/
DTextClassification.java45 @Nullable private final String mLabel; field in TextClassification
64 mLabel = label; in TextClassification()
124 return mLabel; in getLabel()
164 mText, mEntityConfidence, mLabel, mIntent); in toString()
188 @Nullable private String mLabel; field in TextClassification.Builder
230 mLabel = label; in setLabel()
273 mText, mIcon, mLabel, mIntent, mOnClickListener, mEntityConfidence, in build()
/frameworks/base/core/java/android/service/quicksettings/
DTile.java64 private CharSequence mLabel; field in Tile
140 return mLabel; in getLabel()
151 this.mLabel = label; in setLabel()
197 TextUtils.writeToParcel(mLabel, dest, flags); in writeToParcel()
208 mLabel = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(source); in readFromParcel()
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/util/
DConfigToggle.java22 private String mLabel; field in ConfigToggle
25 mLabel = context.getResources().getString(labelId); in ConfigToggle()
29 return mLabel; in getText()
/frameworks/support/compat/java/android/support/v4/content/pm/
DShortcutInfoCompat.java41 private CharSequence mLabel; field in ShortcutInfoCompat
55 .setShortLabel(mLabel) in toShortcutInfo()
74 .putExtra(Intent.EXTRA_SHORTCUT_NAME, mLabel.toString()); in addToIntent()
114 return mLabel; in getShortLabel()
183 mInfo.mLabel = shortLabel; in setShortLabel()
267 if (TextUtils.isEmpty(mInfo.mLabel)) { in build()
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
DFragmentArgumentsSupport.java57 CharSequence mLabel; field in FragmentArgumentsSupport.MyFragment
81 mLabel = a.getText(R.styleable.FragmentArguments_android_label); in onInflate()
97 mLabel = label; in onCreate()
110 ((TextView)tv).setText(mLabel != null ? mLabel : "(no label)"); in onCreateView()
DSimpleJobIntentController.java47 final String mLabel; field in SimpleJobIntentController.WorkListener
51 mLabel = getText(label).toString(); in WorkListener()
57 intent.putExtra("label", mLabel); in onClick()
/frameworks/base/core/java/android/app/
DRemoteInput.java83 private final CharSequence mLabel; field in RemoteInput
92 this.mLabel = label; in RemoteInput()
111 return mLabel; in getLabel()
163 private CharSequence mLabel; field in RemoteInput.Builder
186 mLabel = Notification.safeCharSequence(label); in setLabel()
282 mResultKey, mLabel, mChoices, mFlags, mExtras, mAllowedDataTypes); in build()
288 mLabel = in.readCharSequence(); in RemoteInput()
431 out.writeCharSequence(mLabel); in writeToParcel()
/frameworks/base/core/java/android/view/textservice/
DSpellCheckerInfo.java49 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/java/android/widget/
DAppSecurityPermissions.java85 CharSequence mLabel; field in AppSecurityPermissions.MyPermissionGroupInfo
110 CharSequence mLabel; field in AppSecurityPermissions.MyPermissionInfo
162 CharSequence label = perm.mLabel; in setPermission()
191 builder.setTitle(mGroup.mLabel); in onClick()
577 return sCollator.compare(a.mLabel, b.mLabel); in compare()
586 return sCollator.compare(a.mLabel, b.mLabel); in compare()
592 if (pInfo.mLabel == null) { in addPermToList()
593 pInfo.mLabel = pInfo.loadLabel(mPm); in addPermToList()
614 pInfo.mLabel = pInfo.loadLabel(mPm); in setPermissions()
625 pgrp.mLabel = pgrp.loadLabel(mPm); in setPermissions()
[all …]
/frameworks/base/core/tests/coretests/src/android/util/
DInternalSelectionView.java63 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/
DPrintJobInfo.java151 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()
650 parcel.writeString(mLabel); in writeToParcel()
673 builder.append("label: ").append(mLabel); in toString()
/frameworks/opt/vcard/java/com/android/vcard/
DVCardEntry.java306 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/
DVCardEntryTests.java147 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/support/compat/java/android/support/v4/app/
DRemoteInput.java50 private final CharSequence mLabel; field in RemoteInput
59 this.mLabel = label; in RemoteInput()
80 return mLabel; in getLabel()
132 private CharSequence mLabel; field in RemoteInput.Builder
155 mLabel = label; in setLabel()
235 mLabel, in build()

12