Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/biometrics2/ui/viewmodel/
DFingerprintEnrollProgressViewModel.java60 private final MutableLiveData<EnrollmentStatusMessage> mHelpMessageLiveData = field in FingerprintEnrollProgressViewModel
87 mHelpMessageLiveData.setValue(null);
96 mHelpMessageLiveData.postValue(new EnrollmentStatusMessage(helpMsgId, helpString));
142 mHelpMessageLiveData.setValue(null); in clearProgressLiveData()
158 return mHelpMessageLiveData; in getHelpMessageLiveData()
199 mHelpMessageLiveData.setValue(null); in startEnrollment()