Home
last modified time | relevance | path

Searched refs:getDropboxEntries (Results 1 – 8 of 8) sorted by relevance

/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/
DDeviceUtilsTest.java760 .getDropboxEntries(DeviceUtils.DROPBOX_APP_CRASH_TAGS); in getDropboxEntries_containsEntriesOutsideTimeRange_onlyReturnsNewEntries()
764 .getDropboxEntries( in getDropboxEntries_containsEntriesOutsideTimeRange_onlyReturnsNewEntries()
805 .getDropboxEntries(DeviceUtils.DROPBOX_APP_CRASH_TAGS); in getDropboxEntries_containsOtherProcessEntries_onlyReturnsPackageEntries()
809 .getDropboxEntries( in getDropboxEntries_containsOtherProcessEntries_onlyReturnsPackageEntries()
832 List<DropboxEntry> result = sut.getDropboxEntries(Set.of("")); in getDropboxEntries_noEntries_returnsEmptyList()
859 List<DropboxEntry> result = sut.getDropboxEntries(Set.of(tag)); in getDropboxEntries_entryExists_returnsEntry()
DTestUtilsTest.java357 when(mMockDeviceUtils.getDropboxEntries(Mockito.any())).thenReturn(List.of()); in getDropboxPackageCrashLog_noEntries_returnsNull()
368 when(mMockDeviceUtils.getDropboxEntries(Mockito.any())).thenReturn(List.of()); in getDropboxPackageCrashLog_noEntries_doesNotSaveOutput()
382 when(mMockDeviceUtils.getDropboxEntries( in getDropboxPackageCrashLog_appCrashed_saveOutput()
DAppCrawlTesterTest.java121 .getDropboxEntries( in startAndAssertAppNoCrash_noCrashDetected_doesNotThrow()
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DDeviceUtils.java631 public List<DropboxEntry> getDropboxEntries(Set<String> tags) throws IOException { in getDropboxEntries() method
683 public List<DropboxEntry> getDropboxEntries( in getDropboxEntries() method
689 return getDropboxEntries(tags).stream() in getDropboxEntries()
DTestUtils.java249 mDeviceUtils.getDropboxEntries( in getDropboxPackageCrashLog()
DAppCrawlTester.java161 .getDropboxEntries( in startAndAssertAppNoCrash()
/test/app_compat/csuite/test_scripts/src/main/java/com/android/csuite/tests/
DAppLaunchTest.java198 deviceUtils.getDropboxEntries( in testAppCrash()
/test/app_compat/csuite/test_scripts/src/main/java/com/android/art/tests/
DAppCompileLaunchTest.java253 deviceUtils.getDropboxEntries( in doTestAppCrash()