Searched refs:targetLabel (Results 1 – 3 of 3) sorted by relevance
60 private val targetLabel = "Target" constant in com.android.intentresolver.ChooserListAdapterTest154 assertThat(view.contentDescription).isEqualTo("$targetLabel $appLabel") in onBindView_contentDescription()165 assertThat(view.contentDescription).isEqualTo("$targetLabel $appLabel. Pinned") in onBindView_contentDescriptionPinned()197 targetLabel, in createSelectableTargetInfo()
259 private CharSequence getPinLabel(boolean isPinned, CharSequence targetLabel) { in getPinLabel() argument261 ? getResources().getString(R.string.unpin_specific_target, targetLabel) in getPinLabel()262 : getResources().getString(R.string.pin_specific_target, targetLabel); in getPinLabel()
236 private void assertBusyCauseWithTargetLabel(Integer targetLabel, in assertBusyCauseWithTargetLabel() argument241 safeAssertLabel(targetLabel, disconnectCause); in assertBusyCauseWithTargetLabel()