Searched refs:mErrorLiveData (Results 1 – 1 of 1) sorted by relevance
62 private final MutableLiveData<Integer> mErrorLiveData; field in AppClipsViewModel74 mErrorLiveData = new MutableLiveData<>(); in AppClipsViewModel()83 mErrorLiveData.setValue(CAPTURE_CONTENT_FOR_NOTE_FAILED); in performScreenshot()106 return mErrorLiveData; in getErrorLiveData()127 mErrorLiveData.setValue(CAPTURE_CONTENT_FOR_NOTE_FAILED); in saveScreenshotThenFinish()133 mErrorLiveData.setValue(CAPTURE_CONTENT_FOR_NOTE_FAILED); in saveScreenshotThenFinish()