Searched refs:subscriptionPlans (Results 1 – 2 of 2) sorted by relevance
3215 SubscriptionPlan[] subscriptionPlans = in getSubscriptionPlans() local3217 return subscriptionPlans == null in getSubscriptionPlans()3218 ? Collections.emptyList() : Arrays.asList(subscriptionPlans); in getSubscriptionPlans()
2547 List<SubscriptionPlan> subscriptionPlans = new ArrayList<>(); in testIsNetworkTypeUnmeteredViaSubscriptionPlans() local2548 doReturn(subscriptionPlans).when(mDataNetworkController).getSubscriptionPlans(); in testIsNetworkTypeUnmeteredViaSubscriptionPlans()2566 subscriptionPlans.add(generalMeteredPlan); in testIsNetworkTypeUnmeteredViaSubscriptionPlans()2567 subscriptionPlans.add(unmetered5GPlan); in testIsNetworkTypeUnmeteredViaSubscriptionPlans()2572 assertEquals(subscriptionPlans, mDataNetworkControllerUT.getSubscriptionPlans()); in testIsNetworkTypeUnmeteredViaSubscriptionPlans()2589 subscriptionPlans.clear(); in testIsNetworkTypeUnmeteredViaSubscriptionPlans()