Searched refs:getDropboxEntries (Results 1 – 8 of 8) sorted by relevance
760 .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()
357 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()
121 .getDropboxEntries( in startAndAssertAppNoCrash_noCrashDetected_doesNotThrow()
631 public List<DropboxEntry> getDropboxEntries(Set<String> tags) throws IOException { in getDropboxEntries() method683 public List<DropboxEntry> getDropboxEntries( in getDropboxEntries() method689 return getDropboxEntries(tags).stream() in getDropboxEntries()
249 mDeviceUtils.getDropboxEntries( in getDropboxPackageCrashLog()
161 .getDropboxEntries( in startAndAssertAppNoCrash()
198 deviceUtils.getDropboxEntries( in testAppCrash()
253 deviceUtils.getDropboxEntries( in doTestAppCrash()