Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DTestConnectionService.java130 final class TestConnection extends Connection { class in TestConnectionService
142 destroyCall(TestConnection.this);
211 activateCall(TestConnection.this); in startOutgoing()
388 final TestConnection connection =
426 final TestConnection connection = new TestConnection(true, request);
477 final TestConnection connection = new TestConnection(false, request);
502 TestConnection c = mCalls.get(0);
514 TestConnection c = mCalls.get(0);
535 private void activateCall(TestConnection connection) {
544 private void destroyCall(TestConnection connection) {
[all …]
H A DTestVideoProvider.java23 import com.android.server.telecom.testapps.TestConnectionService.TestConnection;
57 private TestConnection mConnection;
77 public TestVideoProvider(Context context, TestConnection connection) { in TestVideoProvider()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DConnectionTest.java43 private class TestConnection extends Connection { class in ConnectionTest
45 private TestConnection(int phoneType) { in TestConnection() method in ConnectionTest.TestConnection
129 Connection connection1 = new TestConnection(TEST_PHONE_TYPE); in testMigrateFrom()
130 Connection connection2 = new TestConnection(TEST_PHONE_TYPE); in testMigrateFrom()
150 Connection connection = new TestConnection(TEST_PHONE_TYPE); in testEmergencyCallParameters()
/aosp12/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A 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()
/aosp12/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DServiceTest.java74 private TestConnection mCurrentConnection;
187 mCurrentConnection = new TestConnection(); in bindService()
192 private static class TestConnection implements ServiceConnection { class in ServiceTest