Searched defs:currentUserName (Results 1 – 5 of 5) sorted by relevance
36 var currentUserName = currentUserName in <lambda>() variable
28 val currentUserName: String?, constant in com.android.systemui.qs.footer.data.model.UserSwitcherStatusModel.Enabled
96 private val currentUserName: Flow<String?> = conflatedCallbackFlow { in <lambda>() constant in com.android.systemui.user.data.repository.UserSwitcherRepositoryImpl
81 val currentUserName: String? constant in com.android.systemui.statusbar.policy.UserSwitcherController
1116 final String currentUserName = mUserSwitcherController.getCurrentUserName(); in setupUserSwitcher() local