Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/service/settings/suggestions/
H A DSuggestionServiceTest.java43 public ServiceTestRule mServiceTestRule; field in SuggestionServiceTest
48 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()
/aosp12/packages/apps/Car/Launcher/tests/src/com/android/car/carlauncher/homescreen/audio/telecom/
H A DInCallServiceImplTest.java50 public final ServiceTestRule mServiceTestRule = new ServiceTestRule(); field in InCallServiceImplTest
59 IBinder binder = mServiceTestRule.bindService(intent); in setUp()
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DTetheringServiceTest.java70 @Rule public ServiceTestRule mServiceTestRule; field in TetheringServiceTest
108 mServiceTestRule = new ServiceTestRule(); in setUp()
113 (MockTetheringConnector) mServiceTestRule.bindService(mMockServiceIntent); in setUp()
121 mServiceTestRule.unbindService(); in tearDown()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
H A DProfileServiceTest.java57 @Rule public final ServiceTestRule mServiceTestRule = new ServiceTestRule(); field in ProfileServiceTest
74 mServiceTestRule.startService(startIntent); in setProfileState()