Searched refs:errorStringLiveData (Results 1 – 1 of 1) sorted by relevance
157 private DialerAppStateLiveData(LiveData<String> errorStringLiveData) { in DialerAppStateLiveData() argument158 this.mErrorStringLiveData = errorStringLiveData; in DialerAppStateLiveData()