Searched refs:verifyInt (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/app/ |
D | DownloadManagerFunctionalTest.java | 90 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()
|
D | DownloadManagerBaseTest.java | 971 protected void verifyInt(Cursor cursor, String columnName, int expected) { in verifyInt() method in DownloadManagerBaseTest
|