Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/user/
H A DCarUserService.java176 private final ArrayList<Runnable> mUser0UnlockTasks = new ArrayList<>(); field in CarUserService
1913 tasks = new ArrayList<>(mUser0UnlockTasks); in onUserUnlocked()
1914 mUser0UnlockTasks.clear(); in onUserUnlocked()
2295 mUser0UnlockTasks.add(r); in runOnUser0Unlock()