Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DConnectionTest.java56 private class TestConnection extends Connection { class in ConnectionTest
58 private TestConnection(int phoneType) { in TestConnection() method in ConnectionTest.TestConnection
139 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()
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
DFrameworkPerfActivity.java76 TestConnection mCurConnection;
83 class TestConnection implements ServiceConnection, IBinder.DeathRecipient { class in FrameworkPerfActivity
251 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()
/frameworks/base/core/tests/coretests/src/android/app/activity/
DServiceTest.java74 private TestConnection mCurrentConnection;
202 mCurrentConnection = new TestConnection(); in bindService()
207 private static class TestConnection implements ServiceConnection { class in ServiceTest
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/
DSatelliteSOSMessageRecommenderTest.java139 private TestConnection mTestConnection;
168 mTestConnection = new TestConnection(CALL_ID); in setUp()
1240 private static class TestConnection extends Connection { class in SatelliteSOSMessageRecommenderTest
1243 TestConnection(String callId) { in TestConnection() method in SatelliteSOSMessageRecommenderTest.TestConnection