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.java66 private static final String SERVICE_START_SYSTEM_UNLOCKED = "com.andorid.car/.SystemUser"; field in VendorServiceControllerTest
71 SERVICE_START_SYSTEM_UNLOCKED + "#bind=start,user=system,trigger=userUnlocked"
142 mContext.assertStartedService(SERVICE_START_SYSTEM_UNLOCKED); in systemUserUnlocked()