Searched refs:isSuccess (Results 1 – 2 of 2) sorted by relevance
138 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
331 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()