Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A DImsServiceFeatureQueryManager.java192 public boolean isQueryInProgress() { in isQueryInProgress() method in ImsServiceFeatureQueryManager
H A DImsResolver.java1603 if (!mFeatureQueryManager.isQueryInProgress()) { in dynamicQueryComplete()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
H A DImsResolverTest.java472 when(mMockQueryManager.isQueryInProgress()).thenReturn(true); in testDeviceCarrierPackageBindMultipleServices()
474 when(mMockQueryManager.isQueryInProgress()).thenReturn(false); in testDeviceCarrierPackageBindMultipleServices()
524 when(mMockQueryManager.isQueryInProgress()).thenReturn(true); in testCarrierPackageBindOneConfigTwoSupport()
526 when(mMockQueryManager.isQueryInProgress()).thenReturn(false); in testCarrierPackageBindOneConfigTwoSupport()