Searched refs:receivedSubscriptions (Results 1 – 1 of 1) sorted by relevance
374 Parcelable[] receivedSubscriptions = intent.getParcelableArrayExtra( in testGetDefaultDownloadableSubscriptionList_success() local376 assertNotNull(receivedSubscriptions); in testGetDefaultDownloadableSubscriptionList_success()377 assertEquals(1, receivedSubscriptions.length); in testGetDefaultDownloadableSubscriptionList_success()379 ((DownloadableSubscription) receivedSubscriptions[0]).getCarrierName()); in testGetDefaultDownloadableSubscriptionList_success()