Searched refs:usersSetup (Results 1 – 1 of 1) sorted by relevance
8 private val usersSetup = mutableSetOf<Int>() constant in com.android.systemui.statusbar.policy.FakeDeviceProvisionedController26 return user in usersSetup in isUserSetup()30 return currentUser in usersSetup in isCurrentUserSetup()40 usersSetup.add(userId) in setUserSetup()42 usersSetup.remove(userId) in setUserSetup()