Searched refs:verifyInt (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerFunctionalTest.java84 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,
H A DDownloadManagerBaseTest.java970 protected void verifyInt(Cursor cursor, String columnName, int expected) { method in class:DownloadManagerBaseTest
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerBaseTest.java545 private void verifyInt(Cursor cursor, String columnName, int expected) { method in class:DownloadManagerBaseTest

Completed in 87 milliseconds