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

  /frameworks/support/documents-archive/src/android/support/provider/
Preconditions.java 36 static void checkArgumentNotNull(Object object, String message) {
DocumentArchive.java 278 Preconditions.checkArgumentNotNull(parsedId.mPath, "Not a document within an archive.");
300 Preconditions.checkArgumentNotNull(parsedId.mPath,
338 Preconditions.checkArgumentNotNull(parsedId.mPath, "Not a document within an archive.");
368 Preconditions.checkArgumentNotNull(parsedId.mPath, "Not a document within an archive.");
441 Preconditions.checkArgumentNotNull(parsedId.mPath, "Not a document within an archive.");

Completed in 442 milliseconds