Searched refs:isInserted (Results 1 – 2 of 2) sorted by relevance
529 boolean isInserted = insertServiceTarget(new SelectableTargetInfo(contextAsUser, in addServiceResults()533 if (isInserted && isShortcutResult) { in addServiceResults()537 shouldNotify |= isInserted; in addServiceResults()
1500 private void setSlotHasIccCard(int slotId, boolean isInserted) { in setSlotHasIccCard() argument1501 when(mTelephonyManagerProxy.hasIccCard(slotId)).thenReturn(isInserted); in setSlotHasIccCard()