Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DRunningState.java344 CharSequence mDisplayLabel; field in RunningState.BaseItem
426 mDisplayLabel = ai.loadLabel(pm); in ensureLabel()
427 mLabel = mDisplayLabel.toString(); in ensureLabel()
443 mDisplayLabel = ai.loadLabel(pm); in ensureLabel()
444 mLabel = mDisplayLabel.toString(); in ensureLabel()
460 mDisplayLabel = nm; in ensureLabel()
476 mDisplayLabel = mPackageInfo.loadLabel(pm); in ensureLabel()
477 mLabel = mDisplayLabel.toString(); in ensureLabel()
485 mDisplayLabel = ai.loadLabel(pm); in ensureLabel()
486 mLabel = mDisplayLabel.toString(); in ensureLabel()
[all …]
DRunningProcessesView.java183 item.mDisplayLabel = ((RunningState.MergedItem)item).mProcess.mDisplayLabel; in bind()
186 name.setText(item.mDisplayLabel); in bind()
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/account/
DAccountTypeTest.java111 private final String mDisplayLabel;
114 mDisplayLabel = displayLabel;
119 return mDisplayLabel;