HomeSort by relevance Sort by last modified time
    Searched refs:verifyInt (Results 1 - 3 of 3) 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...]
  /frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DownloadManagerBaseTest.java 545 private void verifyInt(Cursor cursor, String columnName, int expected) {

Completed in 86 milliseconds