Searched refs:getFeatureState (Results 1 – 1 of 1) sorted by relevance
835 Integer result = getFeatureState(); in testGetFeatureState()838 sServiceConnector.getCarrierService().getMmTelFeature().getFeatureState(), in testGetFeatureState()841 ImsUtils.retryUntilTrue(() -> (getFeatureState() == ImsFeature.STATE_READY))); in testGetFeatureState()845 result = getFeatureState(); in testGetFeatureState()848 sServiceConnector.getCarrierService().getMmTelFeature().getFeatureState(), in testGetFeatureState()852 () -> (getFeatureState() == ImsFeature.STATE_INITIALIZING))); in testGetFeatureState()856 result = getFeatureState(); in testGetFeatureState()859 sServiceConnector.getCarrierService().getMmTelFeature().getFeatureState(), in testGetFeatureState()863 () -> (getFeatureState() == ImsFeature.STATE_UNAVAILABLE))); in testGetFeatureState()866 private Integer getFeatureState() throws Exception { in getFeatureState() method in ImsServiceTest[all …]