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.java56 private final MutableLiveData<EnrollmentStatusMessage> mHelpMessageLiveData = field in FingerprintEnrollProgressViewModel
80 mHelpMessageLiveData.setValue(null);
89 mHelpMessageLiveData.postValue(new EnrollmentStatusMessage(helpMsgId, helpString));
132 mHelpMessageLiveData.setValue(null); in clearProgressLiveData()
148 return mHelpMessageLiveData; in getHelpMessageLiveData()
185 mHelpMessageLiveData.setValue(null); in startEnrollment()