Searched refs:targetLabel (Results 1 – 3 of 3) sorted by relevance
60 private val targetLabel = "Target" constant in com.android.intentresolver.ChooserListAdapterTest152 assertThat(view.contentDescription).isEqualTo("$targetLabel $appLabel") in onBindView_contentDescription()163 assertThat(view.contentDescription).isEqualTo("$targetLabel $appLabel. Pinned") in onBindView_contentDescriptionPinned()195 targetLabel, in createSelectableTargetInfo()
260 private CharSequence getPinLabel(boolean isPinned, CharSequence targetLabel) { in getPinLabel() argument262 ? getResources().getString(R.string.unpin_specific_target, targetLabel) in getPinLabel()263 : getResources().getString(R.string.pin_specific_target, targetLabel); in getPinLabel()
219 private void assertBusyCauseWithTargetLabel(Integer targetLabel, in assertBusyCauseWithTargetLabel() argument224 safeAssertLabel(targetLabel, disconnectCause); in assertBusyCauseWithTargetLabel()