Searched refs:getErrorCode (Results 1 – 3 of 3) sorted by relevance
98 public int getErrorCode() { in getErrorCode() method in DataModelException
440 public int getErrorCode() { in getErrorCode() method in PlaybackViewModel.PlaybackStateWrapper441 return mState.getErrorCode(); in getErrorCode()
307 } else if (state.getErrorCode() != PlaybackStateCompat.ERROR_CODE_UNKNOWN_ERROR) { in handlePlaybackState()