Searched refs:serviceCaptor (Results 1 – 4 of 4) sorted by relevance
192 ArgumentCaptor<ServiceConnection> serviceCaptor = in bindService() local195 verify(mMockContext).bindService(any(), serviceCaptor.capture(), anyInt()); in bindService()196 return serviceCaptor.getValue(); in bindService()
1505 ArgumentCaptor<ServiceConnection> serviceCaptor = in bindService() local1508 verify(mMockContext).bindService(any(), serviceCaptor.capture(), anyInt()); in bindService()1509 return serviceCaptor.getValue(); in bindService()
334 ArgumentCaptor<ServiceConnection> serviceCaptor = in bindService() local337 verify(mMockContext).bindService(any(), serviceCaptor.capture(), anyInt()); in bindService()338 return serviceCaptor.getValue(); in bindService()
281 ArgumentCaptor<ServiceConnection> serviceCaptor = in bindService() local284 serviceCaptor.capture(), eq( in bindService()289 return serviceCaptor.getValue(); in bindService()