Home
last modified time | relevance | path

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

/frameworks/opt/net/ims/tests/src/com/android/ims/
DFeatureConnectionTest.java83 private TestFeatureConnection mTestFeatureConnection; field in FeatureConnectionTest
99 mTestFeatureConnection = new TestFeatureConnection(mContext, PHONE_ID, SUB_ID); in setUp()
100 mTestFeatureConnection.setBinder(mBinder); in setUp()
115 mTestFeatureConnection.setFeatureState(ImsFeature.STATE_READY); in testServiceIsReady()
118 mTestFeatureConnection.checkServiceIsReady(); in testServiceIsReady()
134 mTestFeatureConnection.checkServiceIsReady(); in testServiceIsNotReady()
142 mTestFeatureConnection.setFeatureState(ImsFeature.STATE_UNAVAILABLE); in testServiceIsNotReady()
145 mTestFeatureConnection.checkServiceIsReady(); in testServiceIsNotReady()
162 mTestFeatureConnection.getRegistrationTech()); in testRegistrationTech()
173 assertEquals(0 /*base state*/, mTestFeatureConnection.mCapabilities); in testUpdateCapabilities()
[all …]