Searched refs:runOnUser0Unlock (Results 1 – 6 of 6) sorted by relevance
257 mCarUserService.runOnUser0Unlock(() -> { in testRunOnUser0UnlockImmediate()266 mCarUserService.runOnUser0Unlock(() -> { in testRunOnUser0UnlockLater()
324 public void runOnUser0Unlock(Runnable r) { in runOnUser0Unlock() method in CarUserService
140 CarLocalServices.getService(CarUserService.class).runOnUser0Unlock(() -> { in init()
155 mUserService.runOnUser0Unlock(mSystemUserUnlockedListener); in init()
157 CarLocalServices.getService(CarUserService.class).runOnUser0Unlock(() -> { in init()
164 verify(mUserService).runOnUser0Unlock(mClientManager.mSystemUserUnlockedListener); in testInit()