Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java391 Parcelable[] receivedSubscriptions = intent.getParcelableArrayExtra( in testGetDefaultDownloadableSubscriptionList_success() local
393 assertNotNull(receivedSubscriptions); in testGetDefaultDownloadableSubscriptionList_success()
394 assertEquals(1, receivedSubscriptions.length); in testGetDefaultDownloadableSubscriptionList_success()
396 ((DownloadableSubscription) receivedSubscriptions[0]).getCarrierName()); in testGetDefaultDownloadableSubscriptionList_success()