Searched refs:receivedSubscriptions (Results 1 – 1 of 1) sorted by relevance
391 Parcelable[] receivedSubscriptions = intent.getParcelableArrayExtra( in testGetDefaultDownloadableSubscriptionList_success() local393 assertNotNull(receivedSubscriptions); in testGetDefaultDownloadableSubscriptionList_success()394 assertEquals(1, receivedSubscriptions.length); in testGetDefaultDownloadableSubscriptionList_success()396 ((DownloadableSubscription) receivedSubscriptions[0]).getCarrierName()); in testGetDefaultDownloadableSubscriptionList_success()