Searched refs:getImsServiceState (Results 1 – 6 of 6) sorted by relevance
20 int getImsServiceState() throws ImsException; in getImsServiceState() method
222 status = mManager.getImsServiceState();
500 public int getImsServiceState() throws ImsException { in getImsServiceState() method in RcsFeatureManager
2238 public int getImsServiceState() throws ImsException { in getImsServiceState() method in ImsManager2242 public void getImsServiceState(Consumer<Integer> result) { in getImsServiceState() method in ImsManager2245 result.accept(getImsServiceState()); in getImsServiceState()
125 when(mImsManager.getImsServiceState()).thenReturn(ImsFeature.STATE_READY); in testNotifyStateChanged()
193 doReturn(ImsFeature.STATE_READY).when(mImsManager).getImsServiceState(); in setUp()