Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/
DVendorSubscriptionInfoUpdater.java106 updateEmbeddedSubscriptions(cardIds, (hasChanges) -> { in handleSimReady()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java308 updateEmbeddedSubscriptions(cardIds, (hasChanges) -> { in handleMessage()
319 updateEmbeddedSubscriptions(cardIds, (hasChanges) -> { in handleMessage()
415 updateEmbeddedSubscriptions(cardIds, (hasChanges) -> { in handleSimReady()
751 updateEmbeddedSubscriptions(cardIds, (hasChanges) -> { in updateSubscriptionInfoByIccId()
787 public void updateEmbeddedSubscriptions(List<Integer> cardIds, in updateEmbeddedSubscriptions() method in SubscriptionInfoUpdater
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionInfoUpdaterTest.java588 mUpdater.updateEmbeddedSubscriptions(cardIds, null /* callback */); in testUpdateEmbeddedSubscriptions_listSuccess()
642 mUpdater.updateEmbeddedSubscriptions(cardIds, null /* callback */); in testUpdateEmbeddedSubscriptions_listFailure()
672 mUpdater.updateEmbeddedSubscriptions(cardIds, null /* callback */); in testUpdateEmbeddedSubscriptions_emptyToEmpty()