Home
last modified time | relevance | path

Searched refs:displayLabel (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/tests/
DFakeAccountType.java30 public String displayLabel = "The Default Label"; field in FakeAccountType
64 return displayLabel; in getDisplayLabel()
80 result.displayLabel = label; in create()
88 result.displayLabel = label; in create()
/packages/apps/Contacts/src/com/android/contacts/model/
DSimCard.java246 public static SimCard create(TelephonyManager telephony, String displayLabel) { in create() argument
249 telephony.getSimOperatorName(), displayLabel, telephony.getLine1Number(), in create()
253 return new SimCard(/* SIM id */ "", /* operator name */ null, displayLabel, in create()
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DAppChooserActivity.java179 CharSequence displayLabel; field in AppChooserActivity.DisplayAppInfo
187 displayLabel = label; in DisplayAppInfo()
261 holder.text.setText(appInfo.displayLabel); in getView()
/packages/apps/Contacts/tests/src/com/android/contacts/model/account/
DAccountTypeTest.java114 public AccountTypeForDisplayLabelTest(String displayLabel) {
115 mDisplayLabel = displayLabel;
/packages/apps/Contacts/tests/src/com/android/contacts/editor/
DEditorUiUtilsTest.java58 private MockAccountType(String displayLabel) { in MockAccountType() argument
59 mDisplayLabel = displayLabel; in MockAccountType()