Home
last modified time | relevance | path

Searched refs:mDisplayLabel (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/app/chooser/
H A DDisplayResolveInfo.java52 private CharSequence mDisplayLabel; field in DisplayResolveInfo
72 mDisplayLabel = pLabel; in DisplayResolveInfo()
91 mDisplayLabel = other.mDisplayLabel; in DisplayResolveInfo()
102 mDisplayLabel = other.mDisplayLabel; in DisplayResolveInfo()
114 if (mDisplayLabel == null && mResolveInfoPresentationGetter != null) { in getDisplayLabel()
115 mDisplayLabel = mResolveInfoPresentationGetter.getLabel(); in getDisplayLabel()
118 return mDisplayLabel; in getDisplayLabel()
122 return mDisplayLabel != null; in hasDisplayLabel()
126 mDisplayLabel = displayLabel; in setDisplayLabel()
215 dest.writeCharSequence(mDisplayLabel); in writeToParcel()
[all …]
H A DSelectableTargetInfo.java59 private final String mDisplayLabel; field in SelectableTargetInfo
106 mDisplayLabel = sanitizeDisplayLabel(chooserTarget.getTitle()); in SelectableTargetInfo()
124 mDisplayLabel = sanitizeDisplayLabel(mChooserTarget.getTitle()); in SelectableTargetInfo()
259 return mDisplayLabel; in getDisplayLabel()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/model/account/
H A DAccountTypeTest.java112 private final String mDisplayLabel;
115 mDisplayLabel = displayLabel;
120 return mDisplayLabel;
/aosp12/packages/apps/Settings/src/com/android/settings/applications/
H A DRunningState.java349 CharSequence mDisplayLabel; field in RunningState.BaseItem
431 mDisplayLabel = ai.loadLabel(pm); in ensureLabel()
448 mDisplayLabel = ai.loadLabel(pm); in ensureLabel()
465 mDisplayLabel = nm; in ensureLabel()
482 mLabel = mDisplayLabel.toString(); in ensureLabel()
490 mDisplayLabel = ai.loadLabel(pm); in ensureLabel()
491 mLabel = mDisplayLabel.toString(); in ensureLabel()
519 si.mDisplayLabel = makeLabel(pm, in updateService()
521 mLabel = mDisplayLabel != null ? mDisplayLabel.toString() : null; in updateService()
651 mDisplayLabel = mLabel; in update()
[all …]
H A DRunningProcessesView.java186 item.mDisplayLabel = ((RunningState.MergedItem)item).mProcess.mDisplayLabel; in bind()
189 name.setText(item.mDisplayLabel); in bind()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/editor/
H A DEditorUiUtilsTest.java56 private final String mDisplayLabel; field in EditorUiUtilsTest.MockAccountType
59 mDisplayLabel = displayLabel; in MockAccountType()
74 return mDisplayLabel; in getDisplayLabel()