Searched refs:currentUserName (Results 1 – 7 of 7) sorted by relevance
31 currentUserName: String = "", in <lambda>()36 var currentUserName = currentUserName in <lambda>() variable57 whenever(controller.currentUserName).thenAnswer { this.currentUserName } in <lambda>()
96 private val currentUserName: Flow<String?> = conflatedCallbackFlow { in <lambda>() constant in com.android.systemui.user.data.repository.UserSwitcherRepositoryImpl127 combine(currentUserName, currentUserInfo) { name, (icon, isGuest) -> in enabled()143 return withContext(bgDispatcher) { userSwitcherController.currentUserName } in getCurrentUser()
28 val currentUserName: String?, constant in com.android.systemui.qs.footer.data.model.UserSwitcherStatusModel.Enabled
81 val currentUserName: String? constant in com.android.systemui.statusbar.policy.UserSwitcherController
133 MockUserSwitcherControllerWrapper(currentUserName = "foo") in <lambda>()177 userSwitcherControllerWrapper.currentUserName = "bar" in <lambda>()
329 userSwitcherContentDescription(qsThemedContext, status.currentUserName) in userSwitcherButtonViewModel()
1116 final String currentUserName = mUserSwitcherController.getCurrentUserName(); in setupUserSwitcher() local1119 mUserSwitcher.setText(currentUserName); in setupUserSwitcher()