Home
last modified time | relevance | path

Searched refs:verifyInt (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerFunctionalTest.java90 verifyInt(cursor, DownloadManager.COLUMN_REASON, error); in doErrorTest()
173 verifyInt(cursor, DownloadManager.COLUMN_STATUS, DownloadManager.STATUS_SUCCESSFUL); in testDownloadToExternal_fileExists()
413 verifyInt(cursor, DownloadManager.COLUMN_STATUS, DownloadManager.STATUS_FAILED); in testServerDropConnection_body()
414 verifyInt(cursor, DownloadManager.COLUMN_REASON, in testServerDropConnection_body()
DDownloadManagerBaseTest.java971 protected void verifyInt(Cursor cursor, String columnName, int expected) { in verifyInt() method in DownloadManagerBaseTest