Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsServiceControllerCompatTest.java192 ArgumentCaptor<ServiceConnection> serviceCaptor = in bindService() local
195 verify(mMockContext).bindService(any(), serviceCaptor.capture(), anyInt()); in bindService()
196 return serviceCaptor.getValue(); in bindService()
DImsServiceControllerTest.java1505 ArgumentCaptor<ServiceConnection> serviceCaptor = in bindService() local
1508 verify(mMockContext).bindService(any(), serviceCaptor.capture(), anyInt()); in bindService()
1509 return serviceCaptor.getValue(); in bindService()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/domainselection/
DDomainSelectionControllerTest.java334 ArgumentCaptor<ServiceConnection> serviceCaptor = in bindService() local
337 verify(mMockContext).bindService(any(), serviceCaptor.capture(), anyInt()); in bindService()
338 return serviceCaptor.getValue(); in bindService()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGbaManagerTest.java281 ArgumentCaptor<ServiceConnection> serviceCaptor = in bindService() local
284 serviceCaptor.capture(), eq( in bindService()
289 return serviceCaptor.getValue(); in bindService()