Searched refs:cardIds (Results 1 – 3 of 3) sorted by relevance
83 List<Integer> cardIds = new ArrayList<>(); in handleSimReady() local105 cardIds.add(getCardIdFromPhoneId(phoneId)); in handleSimReady()106 updateEmbeddedSubscriptions(cardIds, (hasChanges) -> { in handleSimReady()
241 List<Integer> cardIds = new ArrayList<>(); in handleMessage() local307 cardIds.add(getCardIdFromPhoneId(msg.arg1)); in handleMessage()308 updateEmbeddedSubscriptions(cardIds, (hasChanges) -> { in handleMessage()317 cardIds.add(msg.arg1); in handleMessage()319 updateEmbeddedSubscriptions(cardIds, (hasChanges) -> { in handleMessage()412 List<Integer> cardIds = new ArrayList<>(); in handleSimReady() local414 cardIds.add(getCardIdFromPhoneId(phoneId)); in handleSimReady()415 updateEmbeddedSubscriptions(cardIds, (hasChanges) -> { in handleSimReady()743 List<Integer> cardIds = new ArrayList<>(); in updateSubscriptionInfoByIccId() local748 cardIds.add(cardId); in updateSubscriptionInfoByIccId()[all …]
586 List<Integer> cardIds = new ArrayList<>(); in testUpdateEmbeddedSubscriptions_listSuccess() local587 cardIds.add(FAKE_CARD_ID); in testUpdateEmbeddedSubscriptions_listSuccess()588 mUpdater.updateEmbeddedSubscriptions(cardIds, null /* callback */); in testUpdateEmbeddedSubscriptions_listSuccess()640 ArrayList<Integer> cardIds = new ArrayList<>(1); in testUpdateEmbeddedSubscriptions_listFailure() local641 cardIds.add(FAKE_CARD_ID); in testUpdateEmbeddedSubscriptions_listFailure()642 mUpdater.updateEmbeddedSubscriptions(cardIds, null /* callback */); in testUpdateEmbeddedSubscriptions_listFailure()670 ArrayList<Integer> cardIds = new ArrayList<>(1); in testUpdateEmbeddedSubscriptions_emptyToEmpty() local671 cardIds.add(FAKE_CARD_ID); in testUpdateEmbeddedSubscriptions_emptyToEmpty()672 mUpdater.updateEmbeddedSubscriptions(cardIds, null /* callback */); in testUpdateEmbeddedSubscriptions_emptyToEmpty()