Home
last modified time | relevance | path

Searched refs:assertBoundService (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/pm/
DVendorServiceControllerTest.java145 mContext.assertBoundService(SERVICE_BIND_ALL_USERS_ASAP); in init_systemUser()
183 mContext.assertBoundService(SERVICE_BIND_ALL_USERS_ASAP); in fgUserUnlocked()
190 mContext.assertBoundService(SERVICE_BIND_FG_USER_UNLOCKED); in fgUserUnlocked()
311 void assertBoundService(String service) throws InterruptedException { in assertBoundService() method in VendorServiceControllerTest.ServiceLauncherContext
/packages/services/Car/experimental/tests/experimentalcarservice_unit_test/src/com/android/experimentalcar/
DDriverDistractionExperimentalFeatureServiceTest.java241 serviceLauncherContext.assertBoundService(SERVICE_BIND_GAZE_SUPPLIER); in testInit_bindsToServicesInXmlConfig()
765 void assertBoundService(String service) { in assertBoundService() method in DriverDistractionExperimentalFeatureServiceTest.ServiceLauncherContext