Searched refs:usersToEnabledInputMethods (Results 1 – 1 of 1) sorted by relevance
29 private var usersToEnabledInputMethods: MutableMap<Int, Flow<InputMethodModel>> = mutableMapOf() variable in com.android.systemui.inputmethod.data.repository.FakeInputMethodRepository40 usersToEnabledInputMethods[userId] = enabledInputMethods.asFlow() in setEnabledInputMethods()47 return usersToEnabledInputMethods[user.identifier] ?: flowOf() in enabledInputMethods()