Home
last modified time | relevance | path

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

/platform_testing/tests/functional/downloadapp/src/com/android/functional/downloadapp/
DDownloadAppTestHelper.java99 public List<String> getDownloadItemNames() { in getDownloadItemNames() method in DownloadAppTestHelper
111 List<String> nameList = getDownloadItemNames(); in verifySortedByName()
122 List<String> nameList = getDownloadItemNames(); in verifySortedBySize()
136 List<String> nameList = getDownloadItemNames(); in verifySortedByTime()
DDownloadAppTests.java177 Assert.assertFalse("", mDLAppHelper.getDownloadItemNames().contains(deleteObjText)); in testCABMenuDelete()