Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
DControlsProviderSelectorActivity.kt61 private val startingUser = listingController.currentUserId constant
64 if (newUserId != startingUser) { in onUserSwitched()
DControlsEditingActivity.kt62 private val startingUser = controller.currentUserId constant
65 if (newUserId != startingUser) { in onUserSwitched()
DControlsRequestDialog.kt62 private val startingUser = controller.currentUserId constant
65 if (newUserId != startingUser) { in onUserSwitched()
DControlsFavoritingActivity.kt94 private val startingUser = controller.currentUserId in <lambda>() constant
97 if (newUserId != startingUser) { in <lambda>()