Searched refs:TestConnection (Results 1 – 4 of 4) sorted by relevance
56 private class TestConnection extends Connection { class in ConnectionTest58 private TestConnection(int phoneType) { in TestConnection() method in ConnectionTest.TestConnection139 mTestConnection = new TestConnection(TEST_PHONE_TYPE); in setUp()151 Connection connection1 = new TestConnection(TEST_PHONE_TYPE); in testMigrateFrom()152 Connection connection2 = new TestConnection(TEST_PHONE_TYPE); in testMigrateFrom()172 Connection connection = new TestConnection(TEST_PHONE_TYPE); in testEmergencyCallParameters()202 Connection connection = new TestConnection(TEST_PHONE_TYPE); in testUpdateEmergencyRouting()210 connection = new TestConnection(TEST_PHONE_TYPE); in testUpdateEmergencyRouting()222 connection = new TestConnection(TEST_PHONE_TYPE); in testUpdateEmergencyRouting()
76 TestConnection mCurConnection;83 class TestConnection implements ServiceConnection, IBinder.DeathRecipient { class in FrameworkPerfActivity251 void dispatchCurOp(TestConnection conn) { in dispatchCurOp()327 final TestConnection conn = mCurConnection; in disconnect()352 void connectionDied(TestConnection conn) { in connectionDied()376 mCurConnection = new TestConnection(); in startCurOp()
74 private TestConnection mCurrentConnection;202 mCurrentConnection = new TestConnection(); in bindService()207 private static class TestConnection implements ServiceConnection { class in ServiceTest
139 private TestConnection mTestConnection;168 mTestConnection = new TestConnection(CALL_ID); in setUp()1240 private static class TestConnection extends Connection { class in SatelliteSOSMessageRecommenderTest1243 TestConnection(String callId) { in TestConnection() method in SatelliteSOSMessageRecommenderTest.TestConnection