Home
last modified time | relevance | path

Searched refs:isInserted (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DChooserListAdapter.java529 boolean isInserted = insertServiceTarget(new SelectableTargetInfo(contextAsUser, in addServiceResults()
533 if (isInserted && isShortcutResult) { in addServiceResults()
537 shouldNotify |= isInserted; in addServiceResults()
/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/
H A DTelephonyConnectionServiceTest.java1500 private void setSlotHasIccCard(int slotId, boolean isInserted) { in setSlotHasIccCard() argument
1501 when(mTelephonyManagerProxy.hasIccCard(slotId)).thenReturn(isInserted); in setSlotHasIccCard()