Searched refs:mGuestCreationScheduled (Results 1 – 1 of 1) sorted by relevance
147 private final AtomicBoolean mGuestCreationScheduled; field in UserSwitcherController184 mGuestCreationScheduled = new AtomicBoolean(); in UserSwitcherController()723 if (!mGuestCreationScheduled.compareAndSet(false, true)) { in scheduleGuestCreation()729 mGuestCreationScheduled.set(false); in scheduleGuestCreation()