Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DRunningState.java343 CharSequence mDisplayLabel; field in RunningState.BaseItem
425 mDisplayLabel = ai.loadLabel(pm); in ensureLabel()
426 mLabel = mDisplayLabel.toString(); in ensureLabel()
442 mDisplayLabel = ai.loadLabel(pm); in ensureLabel()
443 mLabel = mDisplayLabel.toString(); in ensureLabel()
459 mDisplayLabel = nm; in ensureLabel()
475 mDisplayLabel = mPackageInfo.loadLabel(pm); in ensureLabel()
476 mLabel = mDisplayLabel.toString(); in ensureLabel()
484 mDisplayLabel = ai.loadLabel(pm); in ensureLabel()
485 mLabel = mDisplayLabel.toString(); in ensureLabel()
[all …]
DRunningProcessesView.java186 item.mDisplayLabel = ((RunningState.MergedItem)item).mProcess.mDisplayLabel; in bind()
189 name.setText(item.mDisplayLabel); in bind()
/packages/apps/Settings/src/com/android/settings/applications/
DRunningState.java343 CharSequence mDisplayLabel; field in RunningState.BaseItem
425 mDisplayLabel = ai.loadLabel(pm); in ensureLabel()
426 mLabel = mDisplayLabel.toString(); in ensureLabel()
442 mDisplayLabel = ai.loadLabel(pm); in ensureLabel()
443 mLabel = mDisplayLabel.toString(); in ensureLabel()
459 mDisplayLabel = nm; in ensureLabel()
475 mDisplayLabel = mPackageInfo.loadLabel(pm); in ensureLabel()
476 mLabel = mDisplayLabel.toString(); in ensureLabel()
484 mDisplayLabel = ai.loadLabel(pm); in ensureLabel()
485 mLabel = mDisplayLabel.toString(); in ensureLabel()
[all …]
DRunningProcessesView.java186 item.mDisplayLabel = ((RunningState.MergedItem)item).mProcess.mDisplayLabel; in bind()
189 name.setText(item.mDisplayLabel); in bind()
/packages/apps/Contacts/tests/src/com/android/contacts/model/account/
DAccountTypeTest.java112 private final String mDisplayLabel;
115 mDisplayLabel = displayLabel;
120 return mDisplayLabel;
/packages/apps/Contacts/tests/src/com/android/contacts/editor/
DEditorUiUtilsTest.java56 private final String mDisplayLabel; field in EditorUiUtilsTest.MockAccountType
59 mDisplayLabel = displayLabel; in MockAccountType()
74 return mDisplayLabel; in getDisplayLabel()