Home
last modified time | relevance | path

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

/test/cts-root/tests/bugreport/src/android/bugreport/cts_root/
DBugreportManagerTest.java138 assertThat(callback.isSuccess()).isTrue(); in testRetrieveBugreportConsentGranted()
188 assertThat(callback.isSuccess()).isTrue(); in testRetrieveBugreportConsentDenied()
252 assertThat(callback.isSuccess()).isTrue(); in testBugreportsLimitReached()
404 assertThat(callback.isSuccess()).isTrue(); in startFullReport()
422 assertThat(callback.isSuccess()).isTrue(); in startDeferredReport()
548 public boolean isSuccess() { in isSuccess() method in BugreportManagerTest.BugreportCallbackImpl
/test/catbox/report/src/com/android/catbox/result/
DResultReportCollector.java331 boolean isSuccess = device.pullFile(filePath, destinationFile); in pullFileUsingFilePath()
333 if (!isSuccess) { in pullFileUsingFilePath()
418 boolean isSuccess = device.pullDir(dirPath, destinationDir); in pullDirectoryUsingDirPath()
420 if (!isSuccess) { in pullDirectoryUsingDirPath()