Searched refs:mServiceTestRule (Results 1 – 4 of 4) sorted by relevance
43 public ServiceTestRule mServiceTestRule; field in SuggestionServiceTest48 mServiceTestRule = new ServiceTestRule(); in setUp()61 mServiceTestRule.startService(mMockServiceIntent); in canStartService()69 IBinder binder = mServiceTestRule.bindService(mMockServiceIntent); in dismissSuggestion_shouldCallImplementation()80 IBinder binder = mServiceTestRule.bindService(mMockServiceIntent); in launchSuggestion_shouldCallImplementation()
50 public final ServiceTestRule mServiceTestRule = new ServiceTestRule(); field in InCallServiceImplTest59 IBinder binder = mServiceTestRule.bindService(intent); in setUp()
70 @Rule public ServiceTestRule mServiceTestRule; field in TetheringServiceTest108 mServiceTestRule = new ServiceTestRule(); in setUp()113 (MockTetheringConnector) mServiceTestRule.bindService(mMockServiceIntent); in setUp()121 mServiceTestRule.unbindService(); in tearDown()
57 @Rule public final ServiceTestRule mServiceTestRule = new ServiceTestRule(); field in ProfileServiceTest74 mServiceTestRule.startService(startIntent); in setProfileState()