Searched refs:changeImsServiceFeatures (Results 1 – 4 of 4) sorted by relevance
252 verify(controller, atLeastOnce()).changeImsServiceFeatures(newFeatures); in testCarrierPackageChangeEmergencyCalling()414 verify(controller).changeImsServiceFeatures(newFeatureSet); in testAddDeviceFeatureNoCarrier()459 verify(deviceController).changeImsServiceFeatures(deviceFeatureSet); in testAddDeviceFeatureWithCarrier()480 verify(deviceController).changeImsServiceFeatures(newDeviceFeatureSet); in testAddDeviceFeatureWithCarrier()481 verify(carrierController, never()).changeImsServiceFeatures(any()); in testAddDeviceFeatureWithCarrier()524 verify(deviceController).changeImsServiceFeatures(deviceFeatureSet); in testAddCarrierFeature()537 verify(carrierController).changeImsServiceFeatures(carrierFeatures); in testAddCarrierFeature()539 verify(deviceController).changeImsServiceFeatures(deviceFeatureSet); in testAddCarrierFeature()582 verify(deviceController).changeImsServiceFeatures(deviceFeatureSet); in testRemoveCarrierFeature()595 verify(carrierController).changeImsServiceFeatures(carrierFeatures); in testRemoveCarrierFeature()[all …]
316 mTestImsServiceController.changeImsServiceFeatures(testFeaturesWithAddition); in testBindServiceAndAddFeature()349 mTestImsServiceController.changeImsServiceFeatures(testFeaturesWithSubtraction); in testBindServiceAndRemoveFeature()379 mTestImsServiceController.changeImsServiceFeatures(new HashSet<>()); in testBindServiceAndRemoveAllFeatures()408 mTestImsServiceController.changeImsServiceFeatures(testFeaturesWithAddition); in testBindUnbindServiceAndAddFeature()
383 changeImsServiceFeatures(new HashSet<>()); in unbind()395 public void changeImsServiceFeatures( in changeImsServiceFeatures() method in ImsServiceController
839 controller.changeImsServiceFeatures(features); in updateImsServiceFeatures()880 controller.changeImsServiceFeatures(features); in bindImsServiceWithFeatures()