Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DCallDetailsTest.java83 private MockConnection mConnection; field in CallDetailsTest
98 mConnection = (MockConnection) connection; in setUp()
173 mConnection.setConnectionCapabilities( in testCallLocalVideoCapability()
177 mConnection.setConnectionCapabilities(Connection.CAPABILITY_SUPPORTS_VT_LOCAL_RX); in testCallLocalVideoCapability()
180 mConnection.setConnectionCapabilities(Connection.CAPABILITY_SUPPORTS_VT_LOCAL_TX); in testCallLocalVideoCapability()
183 mConnection.setConnectionCapabilities( in testCallLocalVideoCapability()
187 mConnection.setConnectionCapabilities(Connection.CAPABILITY_SUPPORTS_VT_REMOTE_RX); in testCallLocalVideoCapability()
190 mConnection.setConnectionCapabilities(Connection.CAPABILITY_SUPPORTS_VT_REMOTE_TX); in testCallLocalVideoCapability()
194 mConnection.setActive(); in testCallLocalVideoCapability()
196 mConnection.setConnectionCapabilities( in testCallLocalVideoCapability()
[all …]
DRemoteConnectionTest.java52 MockConnection mConnection; field in RemoteConnectionTest
66 mConnection.setActive(); in testRemoteConnectionOutgoingCall()
70 assertConnectionState(mConnection, Connection.STATE_ACTIVE); in testRemoteConnectionOutgoingCall()
76 assertConnectionState(mConnection, Connection.STATE_HOLDING); in testRemoteConnectionOutgoingCall()
82 assertConnectionState(mConnection, Connection.STATE_ACTIVE); in testRemoteConnectionOutgoingCall()
88 assertConnectionState(mConnection, Connection.STATE_DISCONNECTED); in testRemoteConnectionOutgoingCall()
103 assertConnectionState(mConnection, Connection.STATE_RINGING); in testRemoteConnectionIncomingCallAccept()
109 assertConnectionState(mConnection, Connection.STATE_ACTIVE); in testRemoteConnectionIncomingCallAccept()
124 assertConnectionState(mConnection, Connection.STATE_RINGING); in testRemoteConnectionIncomingCallReject()
130 assertConnectionState(mConnection, Connection.STATE_DISCONNECTED); in testRemoteConnectionIncomingCallReject()
[all …]
/cts/tests/tests/externalservice/src/android/externalservice/cts/
DExternalServiceTest.java43 private Connection mConnection = new Connection(); field in ExternalServiceTest
50 if (mConnection.service != null) in tearDown()
51 getContext().unbindService(mConnection); in tearDown()
59 getContext().bindService(intent, mConnection, Context.BIND_AUTO_CREATE); in testFailBindIsolated()
70 getContext().bindService(intent, mConnection, in testFailBindExternalIsolated()
83 getContext().bindService(intent, mConnection, in testFailBindExternalExported()
96 getContext().bindService(intent, mConnection, in testFailBindExternalNonExported()
109 getContext().bindService(intent, mConnection, in testFailBindExternalNonIsolated()
121 getContext().bindService(intent, mConnection, Context.BIND_AUTO_CREATE); in testFailBindWithoutBindExternal()
134 assertTrue(getContext().bindService(intent, mConnection, in testBindExternalService()
[all …]
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DAlertWindowsImportanceTests.java97 context.bindService(intent, mConnection, in setUp()
99 synchronized (mConnection) { in setUp()
101 mConnection.wait(WAIT_TIME_MS); in setUp()
112 context.unbindService(mConnection); in tearDown()
210 private final ServiceConnection mConnection = new ServiceConnection() { field in AlertWindowsImportanceTests
216 synchronized (mConnection) {
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCrossProfileWidgetPrimaryUserTest.java58 private Connection mConnection; field in CrossProfileWidgetPrimaryUserTest
67 mConnection = new Connection(); in setUp()
68 getContext().bindService(intent, mConnection, Context.BIND_AUTO_CREATE); in setUp()
69 mConnection.waitForService(); in setUp()
/cts/tests/tests/uidisolation/src/android/uidisolation/cts/
DServiceRunnerActivity.java79 private ServiceConnection mConnection = new ServiceConnection() { field in ServiceRunnerActivity
109 mConnection, Context.BIND_AUTO_CREATE); in doBindService()
115 unbindService(mConnection); in doUnbindService()
/cts/tests/tests/media/src/android/media/cts/
DAudioPlaybackCaptureActivity.java57 private final ServiceConnection mConnection = new ServiceConnection() { field in AudioPlaybackCaptureActivity
86 unbindService(mConnection); in onDestroy()
94 bindService(intent, mConnection, Context.BIND_AUTO_CREATE); in bindMediaProjectionService()
DEncodeVirtualDisplayWithCompositionTest.java1449 private final ServiceConnection mConnection = new ServiceConnection() { field in EncodeVirtualDisplayWithCompositionTest.RemoteVirtualDisplayPresentation
1473 mContext.bindService(intent, mConnection, Context.BIND_AUTO_CREATE); in connect()
1480 mContext.unbindService(mConnection); in disconnect()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/
DProjectionActivity.java55 protected final ServiceConnection mConnection = new ServiceConnection() { field in ProjectionActivity
126 bindService(mStartIntent, mConnection, Context.BIND_AUTO_CREATE); in onSurfaceTextureAvailable()
144 unbindService(mConnection); in onSurfaceTextureDestroyed()
/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
DErrorLoggingService.java399 private ServiceConnection mConnection = new ServiceConnection() { field in ErrorLoggingService.ErrorServiceConnection
424 … mContext.bindService(new Intent(mContext, ErrorLoggingService.class), mConnection, in blockingGetBoundService()
445 … mContext.bindService(new Intent(mContext, ErrorLoggingService.class), mConnection, in getBoundService()
462 … mContext.bindService(new Intent(mContext, ErrorLoggingService.class), mConnection, in start()
478 mContext.unbindService(mConnection); in stop()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/offscreen/
DProjectionOffscreenActivity.java120 protected final ServiceConnection mConnection = new ServiceConnection() { field in ProjectionOffscreenActivity
174 bindService(new Intent(this, ProjectionService.class), mConnection, in onCreate()
189 if (mConnection != null) { in onDestroy()
190 unbindService(mConnection); in onDestroy()
/cts/tests/tests/os/src/android/os/cts/
DMessengerTest.java56 private ServiceConnection mConnection = new ServiceConnection() { field in MessengerTest
74 getContext().bindService(new Intent(mContext, MessengerService.class), mConnection, in setUp()
86 getContext().unbindService(mConnection); in tearDown()
/cts/tests/tests/permission/src/android/permission/cts/
DLocationAccessCheckTest.java130 private ServiceConnection mConnection; field in LocationAccessCheckTest
135 mConnection = new ServiceConnection() { in accessLocation()
151 sContext.bindService(testAppService, mConnection, BIND_AUTO_CREATE); in accessLocation()
532 if (mConnection != null) { in locationUnbind()
533 sContext.unbindService(mConnection); in locationUnbind()
/cts/tests/app/src/android/app/cts/
DServiceTest.java1365 IsolatedConnection mConnection; field in ServiceTest.IsolatedConnectionInfo
1398 if (mConnection != null) { in bind()
1401 Log.i("XXXXXXX", "Binding " + mLabel + ": conn=" + mConnection in bind()
1403 mConnection = new IsolatedConnection(); in bind()
1408 mInstanceName, mContextMainExecutor, mConnection); in bind()
1410 mConnection = null; in bind()
1416 return mConnection; in getConnection()
1420 if (mConnection != null) { in unbind()
1421 Log.i("XXXXXXX", "Unbinding " + mLabel + ": conn=" + mConnection in unbind()
1423 context.unbindService(mConnection); in unbind()
[all …]
/cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
DLauncherAppsTests.java89 private Connection mConnection; field in LauncherAppsTests
108 mConnection = new Connection(); in setUp()
109 mInstrumentation.getContext().bindService(intent, mConnection, Context.BIND_AUTO_CREATE); in setUp()
110 mConnection.waitForService(); in setUp()
/cts/tests/tests/view/surfacevalidator/src/android/view/cts/surfacevalidator/
DCapturedActivity.java129 private ServiceConnection mConnection = new ServiceConnection() { field in CapturedActivity
147 bindService(intent, mConnection, Context.BIND_AUTO_CREATE); in bindMediaProjectionService()
159 unbindService(mConnection); in onDestroy()
/cts/libs/testserver/src/android/webkit/cts/
DCtsTestServer.java1024 private DefaultHttpServerConnection mConnection; field in CtsTestServer.ServerThread.HandleResponseTask
1032 this.mConnection = connection; in HandleResponseTask()
1041 mConnection.sendResponseHeader(response); in run()
1042 mConnection.sendResponseEntity(response); in run()
1043 mConnection.close(); in run()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/
DUsbDeviceTestActivity.java1281 protected final UsbDeviceConnection mConnection; field in UsbDeviceTestActivity.TestThread
1301 mConnection = connection; in TestThread()
1482 UsbRequest request = mConnection.requestWait(); in run()