Searched refs:runOnUser0Unlock (Results 1 – 4 of 4) sorted by relevance
104 ).when(mCarUserService).runOnUser0Unlock(any()); in setUp()
279 CarLocalServices.getService(CarUserService.class).runOnUser0Unlock(() -> { in init()
362 mCarUserService.runOnUser0Unlock(() -> { in testRunOnUser0UnlockImmediate()371 mCarUserService.runOnUser0Unlock(() -> { in testRunOnUser0UnlockLater()
1727 public void runOnUser0Unlock(@NonNull Runnable r) { in runOnUser0Unlock() method