Searched refs:receivedSubscriptions (Results 1 – 1 of 1) sorted by relevance
520 Parcelable[] receivedSubscriptions = intent.getParcelableArrayExtra( in testGetDefaultDownloadableSubscriptionList_success() local522 assertNotNull(receivedSubscriptions); in testGetDefaultDownloadableSubscriptionList_success()523 assertEquals(1, receivedSubscriptions.length); in testGetDefaultDownloadableSubscriptionList_success()525 ((DownloadableSubscription) receivedSubscriptions[0]).getCarrierName()); in testGetDefaultDownloadableSubscriptionList_success()