Searched refs:mServiceTestRule (Results 1 – 6 of 6) sorted by relevance
81 public ServiceTestRule mServiceTestRule = new ServiceTestRule(); field in AbstractVoiceInteractionServiceTest102 mServiceTestRule.bindService(serviceIntent) in setUp()129 mServiceTestRule.unbindService(); in tearDown()
72 public ServiceTestRule mServiceTestRule = new ServiceTestRule(); field in VoiceInteractionMultiDetectorTest86 mServiceTestRule.bindService(serviceIntent) in setUp()114 mServiceTestRule.unbindService(); in tearDown()
85 private final ServiceTestRule mServiceTestRule = new ServiceTestRule(); field in StaticSharedLibsTests125 mServiceTestRule.bindService(intent, new ServiceConnection() { in testInstallStaticSharedLib_notKillDependentApp()152 mServiceTestRule.bindService(intent, new ServiceConnection() { in testSamegradeStaticSharedLib_killDependentApp()
85 public ServiceTestRule mServiceTestRule = new ServiceTestRule(); field in SplitAppTest173 final BaseService.LocalBinder localBinder = (BaseService.LocalBinder) mServiceTestRule in getService()
95 @Rule public ServiceTestRule mServiceTestRule = new ServiceTestRule(); field in EuiccServiceTest192 IBinder binder = mServiceTestRule.bindService(mockServiceIntent); in setUp()204 mServiceTestRule.unbindService(); in tearDown()
349 private final ServiceTestRule mServiceTestRule = new ServiceTestRule(); field in PackageManagerTest2332 mServiceTestRule.bindService(intent, new ServiceConnection() { in setComponentEnabledSettings_disableSelfAndStubApp_killStubApp()2586 mServiceTestRule.bindService(intent, new ServiceConnection() { in testInstallUpdate_applicationIsKilled()2610 mServiceTestRule.bindService(intent, new ServiceConnection() { in testInstallUpdate_dontKill_applicationIsNotKilled()