Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/biometrics2/ui/viewmodel/
DFingerprintEnrollFindSensorViewModel.java66 @NonNull private final MutableLiveData<Integer> mActionLiveData = new MutableLiveData<>(); field in FingerprintEnrollFindSensorViewModel
78 return mActionLiveData; in getActionLiveData()
85 mActionLiveData.setValue(null); in clearActionLiveData()
96 mActionLiveData.postValue(action); in onSkipDialogButtonClick()
109 mActionLiveData.postValue(action); in onSkipButtonClick()
120 mActionLiveData.postValue(action); in onStartButtonClick()
DFingerprintEnrollEnrollingViewModel.java88 private final MutableLiveData<Integer> mActionLiveData = new MutableLiveData<>(); field in FingerprintEnrollEnrollingViewModel
103 return mActionLiveData; in getActionLiveData()
110 mActionLiveData.setValue(null); in clearActionLiveData()
133 mActionLiveData.postValue(action); in onCancelledDueToOnSkipPressed()
144 mActionLiveData.postValue(action); in onEnrollingDone()
167 mActionLiveData.postValue(action); in onCancelledDueToOnBackPressed()
178 mActionLiveData.postValue(action); in showIconTouchDialog()
DFingerprintEnrollFinishViewModel.java63 private final MutableLiveData<Integer> mActionLiveData = new MutableLiveData<>(); field in FingerprintEnrollFinishViewModel
98 mActionLiveData.setValue(null); in clearActionLiveData()
105 return mActionLiveData; in getActionLiveData()
116 mActionLiveData.postValue(action); in onAddButtonClick()
127 mActionLiveData.postValue(action); in onNextButtonClick()