Searched refs:mActionLiveData (Results 1 – 3 of 3) sorted by relevance
66 @NonNull private final MutableLiveData<Integer> mActionLiveData = new MutableLiveData<>(); field in FingerprintEnrollFindSensorViewModel78 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()
88 private final MutableLiveData<Integer> mActionLiveData = new MutableLiveData<>(); field in FingerprintEnrollEnrollingViewModel103 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()
63 private final MutableLiveData<Integer> mActionLiveData = new MutableLiveData<>(); field in FingerprintEnrollFinishViewModel98 mActionLiveData.setValue(null); in clearActionLiveData()105 return mActionLiveData; in getActionLiveData()116 mActionLiveData.postValue(action); in onAddButtonClick()127 mActionLiveData.postValue(action); in onNextButtonClick()