Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DCarUserServiceTest.java257 mCarUserService.runOnUser0Unlock(() -> { in testRunOnUser0UnlockImmediate()
266 mCarUserService.runOnUser0Unlock(() -> { in testRunOnUser0UnlockLater()
/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java324 public void runOnUser0Unlock(Runnable r) { in runOnUser0Unlock() method in CarUserService
/packages/services/Car/service/src/com/android/car/cluster/
DInstrumentClusterService.java140 CarLocalServices.getService(CarUserService.class).runOnUser0Unlock(() -> { in init()
/packages/services/Car/service/src/com/android/car/vms/
DVmsClientManager.java155 mUserService.runOnUser0Unlock(mSystemUserUnlockedListener); in init()
/packages/services/Car/service/src/com/android/car/
DCarMediaService.java157 CarLocalServices.getService(CarUserService.class).runOnUser0Unlock(() -> { in init()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/vms/
DVmsClientManagerTest.java164 verify(mUserService).runOnUser0Unlock(mClientManager.mSystemUserUnlockedListener); in testInit()