Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/pm/
DVendorServiceControllerTest.java141 mContext.expectServices(SERVICE_BIND_ALL_USERS_ASAP); in init_systemUser()
156 mContext.expectServices(SERVICE_START_SYSTEM_UNLOCKED); in systemUserUnlocked()
173 mContext.expectServices(SERVICE_BIND_ALL_USERS_ASAP, SERVICE_BIND_FG_USER_UNLOCKED); in fgUserUnlocked()
275 private void expectServices(String... services) { in expectServices() method in VendorServiceControllerTest.ServiceLauncherContext