Home
last modified time | relevance | path

Searched refs:getFeatureState (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSimultaneousCallingRestrictionsTest.java543 ImsUtils.retryUntilTrue(() -> (getFeatureState(sTestSubSlot1) in attachDeviceImsServiceAndSetUnregistered()
555 private static Integer getFeatureState(int testSub) throws Exception { in getFeatureState() method in SimultaneousCallingRestrictionsTest
561 (m) -> m.getFeatureState(Runnable::run, state::offer), ImsException.class); in getFeatureState()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsServiceTest.java1077 Integer result = getFeatureState(); in testGetFeatureState()
1080 sServiceConnector.getCarrierService().getMmTelFeature().getFeatureState(), in testGetFeatureState()
1083 ImsUtils.retryUntilTrue(() -> (getFeatureState() == ImsFeature.STATE_READY))); in testGetFeatureState()
1087 result = getFeatureState(); in testGetFeatureState()
1090 sServiceConnector.getCarrierService().getMmTelFeature().getFeatureState(), in testGetFeatureState()
1094 () -> (getFeatureState() == ImsFeature.STATE_INITIALIZING))); in testGetFeatureState()
1098 result = getFeatureState(); in testGetFeatureState()
1101 sServiceConnector.getCarrierService().getMmTelFeature().getFeatureState(), in testGetFeatureState()
1105 () -> (getFeatureState() == ImsFeature.STATE_UNAVAILABLE))); in testGetFeatureState()
1108 private Integer getFeatureState() throws Exception { in getFeatureState() method in ImsServiceTest
[all …]
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dsystem-current.txt16550 …android.Manifest.permission.READ_PRIVILEGED_PHONE_STATE) public void getFeatureState(@NonNull java…
17294 method public int getFeatureState();