Home
last modified time | relevance | path

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

/packages/modules/IntentResolver/java/src/com/android/intentresolver/chooser/
DDisplayResolveInfo.java70 CharSequence displayLabel, in newDisplayResolveInfo() argument
77 displayLabel, in newDisplayResolveInfo()
86 CharSequence displayLabel, in DisplayResolveInfo() argument
92 mDisplayLabel = displayLabel; in DisplayResolveInfo()
161 public void setDisplayLabel(CharSequence displayLabel) { in setDisplayLabel() argument
162 mDisplayLabel = displayLabel; in setDisplayLabel()
DImmutableTargetInfo.java207 public Builder setDisplayLabel(CharSequence displayLabel) { in setDisplayLabel() argument
208 mDisplayLabel = displayLabel; in setDisplayLabel()
596 CharSequence displayLabel, in ImmutableTargetInfo() argument
616 mDisplayLabel = displayLabel; in ImmutableTargetInfo()
/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/modules/IntentResolver/java/tests/src/com/android/intentresolver/chooser/
DImmutableTargetInfoTest.kt41 private val displayLabel: CharSequence = "Display Label" constant in com.android.intentresolver.chooser.ImmutableTargetInfoTest
88 .setDisplayLabel(displayLabel) in testBasicProperties()
108 assertThat(info.displayLabel).isEqualTo(displayLabel) in testBasicProperties()
141 .setDisplayLabel(displayLabel) in testToBuilderPreservesBasicProperties()
163 assertThat(info.displayLabel).isEqualTo(displayLabel) in testToBuilderPreservesBasicProperties()
/packages/apps/Contacts/src/com/android/contacts/model/
DSimCard.java242 public static SimCard create(TelephonyManager telephony, String displayLabel) { in create() argument
245 telephony.getSimOperatorName(), displayLabel, telephony.getLine1Number(), in create()
251 /* operator name */ null, displayLabel, in create()
/packages/apps/Contacts/tests/src/com/android/contacts/model/account/
DAccountTypeTest.java114 public AccountTypeForDisplayLabelTest(String displayLabel) {
115 mDisplayLabel = displayLabel;
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DAppChooserActivity.java193 CharSequence displayLabel; field in AppChooserActivity.DisplayAppInfo
201 displayLabel = label; in DisplayAppInfo()
276 holder.text.setText(appInfo.displayLabel); in getView()
/packages/apps/Contacts/tests/src/com/android/contacts/editor/
DEditorUiUtilsTest.java58 private MockAccountType(String displayLabel) { in MockAccountType() argument
59 mDisplayLabel = displayLabel; in MockAccountType()
/packages/modules/IntentResolver/java/tests/src/com/android/intentresolver/
DShortcutSelectionLogicTest.kt302 actual[i].displayLabel in <lambda>()