Home
last modified time | relevance | path

Searched defs: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
172 ServiceConnection serviceConnection = verifyBindingIntent(); in testAllowCall() local
182 ServiceConnection serviceConnection = verifyBindingIntent(); in testDisallowCall() local
DInCallControllerTests.java327 ServiceConnection serviceConnection = serviceConnectionCaptor.getValue(); in testBindToService_DefaultDialer_FallBackToSystem() local
/packages/experimental/RpcPerformance/src/com/android/rpc_performance/
DProviderPerfActivity.java80 private ServiceConnection serviceConnection = new ServiceConnection() { field in ProviderPerfActivity