Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/pm/
DVendorServiceControllerTest.java79 private static final String SERVICE_START_SYSTEM_UNLOCKED = "com.android.car/.SystemUser"; field in VendorServiceControllerTest
84 SERVICE_START_SYSTEM_UNLOCKED + "#bind=start,user=system,trigger=userUnlocked"
156 mContext.expectServices(SERVICE_START_SYSTEM_UNLOCKED); in systemUserUnlocked()
163 mContext.assertStartedService(SERVICE_START_SYSTEM_UNLOCKED); in systemUserUnlocked()