Home
last modified time | relevance | path

Searched refs:targetLabel (Results 1 – 3 of 3) sorted by relevance

/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/
DChooserListAdapterTest.kt60 private val targetLabel = "Target" constant in com.android.intentresolver.ChooserListAdapterTest
154 assertThat(view.contentDescription).isEqualTo("$targetLabel $appLabel") in onBindView_contentDescription()
165 assertThat(view.contentDescription).isEqualTo("$targetLabel $appLabel. Pinned") in onBindView_contentDescriptionPinned()
197 targetLabel, in createSelectableTargetInfo()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DChooserTargetActionsDialogFragment.java259 private CharSequence getPinLabel(boolean isPinned, CharSequence targetLabel) { in getPinLabel() argument
261 ? getResources().getString(R.string.unpin_specific_target, targetLabel) in getPinLabel()
262 : getResources().getString(R.string.pin_specific_target, targetLabel); in getPinLabel()
/packages/services/Telephony/tests/src/com/android/services/telephony/
DDisconnectCauseUtilTest.java236 private void assertBusyCauseWithTargetLabel(Integer targetLabel, in assertBusyCauseWithTargetLabel() argument
241 safeAssertLabel(targetLabel, disconnectCause); in assertBusyCauseWithTargetLabel()