Searched refs:mIsAscending (Results 1 – 1 of 1) sorted by relevance
46 private final boolean mIsAscending; field in PageTokenWrapper54 return mIsAscending; in isAscending()161 | (mIsAscending ? 0 : 1) in encode()171 builder.append("isAscending = ").append(mIsAscending); in toString()183 return mIsAscending == that.mIsAscending in equals()192 return Objects.hash(mIsAscending, mOffset, mTimeMillis, mIsTimestampSet, mIsEmpty); in hashCode()196 this.mIsAscending = isAscending; in PageTokenWrapper()204 this.mIsAscending = isAscending; in PageTokenWrapper()212 this.mIsAscending = true; in PageTokenWrapper()