Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/autofill/
DPasswordsPreferenceController.java156 final MutableLiveData<Integer> passwordCount = new MutableLiveData<>(); in addPasswordPreferences() local
157 passwordCount.observe( in addPasswordPreferences()
166 requestSavedPasswordCount(service, user, passwordCount); in addPasswordPreferences()