Home
last modified time | relevance | path

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

/packages/modules/IntentResolver/java/src/com/android/intentresolver/chooser/
DDisplayResolveInfo.java65 CharSequence displayLabel, in newDisplayResolveInfo() argument
71 displayLabel, in newDisplayResolveInfo()
79 CharSequence displayLabel, in DisplayResolveInfo() argument
84 mDisplayLabel = displayLabel; in DisplayResolveInfo()
145 public void setDisplayLabel(CharSequence displayLabel) { in setDisplayLabel() argument
146 mDisplayLabel = displayLabel; in setDisplayLabel()
DImmutableTargetInfo.java208 public Builder setDisplayLabel(CharSequence displayLabel) { in setDisplayLabel() argument
209 mDisplayLabel = displayLabel; in setDisplayLabel()
597 CharSequence displayLabel, in ImmutableTargetInfo() argument
617 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/tests/unit/src/com/android/intentresolver/chooser/
DImmutableTargetInfoTest.kt44 private val displayLabel: CharSequence = "Display Label" constant in com.android.intentresolver.chooser.ImmutableTargetInfoTest
92 .setDisplayLabel(displayLabel) in testBasicProperties()
112 assertThat(info.displayLabel).isEqualTo(displayLabel) in testBasicProperties()
146 .setDisplayLabel(displayLabel) in testToBuilderPreservesBasicProperties()
168 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.java115 public AccountTypeForDisplayLabelTest(String displayLabel) {
116 mDisplayLabel = displayLabel;
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DAppChooserActivity.java192 CharSequence displayLabel; field in AppChooserActivity.DisplayAppInfo
200 displayLabel = label; in DisplayAppInfo()
275 holder.text.setText(appInfo.displayLabel); in getView()
/packages/apps/Contacts/tests/src/com/android/contacts/editor/
DEditorUiUtilsTest.java59 private MockAccountType(String displayLabel) { in MockAccountType() argument
60 mDisplayLabel = displayLabel; in MockAccountType()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DChooserListAdapter.java377 final CharSequence displayLabel = Objects.requireNonNullElse(info.getDisplayLabel(), ""); in onBindView() local
379 holder.bindLabel(displayLabel, extendedInfo); in onBindView()
380 if (mAnimateItems && !TextUtils.isEmpty(displayLabel)) { in onBindView()
DResolverActivity.java1908 CharSequence displayLabel = info.getDisplayLabel();
1909 return displayLabel == null ? "" : displayLabel;
DChooserActivity.java985 CharSequence displayLabel = info.getDisplayLabel(); in getOrLoadDisplayLabel() local
986 return displayLabel == null ? "" : displayLabel; in getOrLoadDisplayLabel()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/icons/
DDefaultTargetDataLoader.kt113 info.displayLabel = result.label in <lambda>()
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/
DShortcutSelectionLogicTest.kt321 actual[i].displayLabel in <lambda>()
/packages/modules/ImsMedia/test/app/ImsMediaTestingApp/app/src/main/java/com/example/imsmediatestingapp/
DMainActivity.java2646 TextView displayLabel = findViewById(R.id.displayLabel); in updateVideoUi() local
2652 displayLabel.setVisibility(View.VISIBLE); in updateVideoUi()
2659 displayLabel.setVisibility(View.GONE); in updateVideoUi()