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

  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerFunctionalTest.java 84 verifyInt(cursor, DownloadManager.COLUMN_REASON, error);
170 verifyInt(cursor, DownloadManager.COLUMN_STATUS, DownloadManager.STATUS_SUCCESSFUL);
400 verifyInt(cursor, DownloadManager.COLUMN_STATUS, DownloadManager.STATUS_FAILED);
401 verifyInt(cursor, DownloadManager.COLUMN_REASON,
DownloadManagerBaseTest.java     [all...]

Completed in 167 milliseconds