Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallScreeningServiceFilterTest.java164 ServiceConnection serviceConnection = verifyBindingIntent(); in testExceptionInScreeningService() local
165 serviceConnection.onServiceConnected(COMPONENT_NAME, mBinder); in testExceptionInScreeningService()
172 ServiceConnection serviceConnection = verifyBindingIntent(); in testAllowCall() local
173 serviceConnection.onServiceConnected(COMPONENT_NAME, mBinder); in testAllowCall()
182 ServiceConnection serviceConnection = verifyBindingIntent(); in testDisallowCall() local
183 serviceConnection.onServiceConnected(COMPONENT_NAME, mBinder); in testDisallowCall()
DInCallControllerTests.java382 ServiceConnection serviceConnection = serviceConnectionCaptor.getValue(); in testBindToService_DefaultDialer_FallBackToSystem() local
390 serviceConnection.onServiceConnected(defDialerComponentName, mockBinder); in testBindToService_DefaultDialer_FallBackToSystem()
394 serviceConnection.onServiceDisconnected(defDialerComponentName); in testBindToService_DefaultDialer_FallBackToSystem()
/packages/experimental/RpcPerformance/src/com/android/rpc_performance/
DProviderPerfActivity.java80 private ServiceConnection serviceConnection = new ServiceConnection() { field in ProviderPerfActivity
231 serviceConnection, Context.BIND_AUTO_CREATE); in onResume()
236 if (serviceConnection != null) { in onPause()
237 unbindService(serviceConnection); in onPause()