HomeSort by relevance Sort by last modified time
    Searched defs:checkArgumentEquals (Results 1 - 2 of 2) sorted by null

  /frameworks/support/documents-archive/src/android/support/provider/
Preconditions.java 42 static void checkArgumentEquals(String expected, @Nullable String actual, String message) {
DocumentArchive.java 248 Preconditions.checkArgumentEquals(mDocumentId, parsedParentId.mArchiveId,
276 Preconditions.checkArgumentEquals(mDocumentId, parsedId.mArchiveId,
298 Preconditions.checkArgumentEquals(mDocumentId, parsedParentId.mArchiveId,
336 Preconditions.checkArgumentEquals(mDocumentId, parsedId.mArchiveId,
362 Preconditions.checkArgumentEquals("r", mode,
366 Preconditions.checkArgumentEquals(mDocumentId, parsedId.mArchiveId,
439 Preconditions.checkArgumentEquals(mDocumentId, parsedId.mArchiveId,

Completed in 699 milliseconds