Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/watchdog/
H A DCarWatchdogTestFragment.java308 showErrorAlert("No I/O overuse stats available for the application after writing " in fetchInitialDiskIoStats()
314 showErrorAlert("Actual written bytes to disk '" + TEN_MEGABYTES in fetchInitialDiskIoStats()
324 showErrorAlert("Zero remaining bytes reported." + System.lineSeparator() in fetchInitialDiskIoStats()
366 showErrorAlert("Failed to write '" + bytes + "' bytes to disk. '" in writeToFile()
380 showErrorAlert(message + System.lineSeparator() + System.lineSeparator() in writeToFile()
422 showErrorAlert(message + System.lineSeparator() + System.lineSeparator() in waitFor()
427 private void showErrorAlert(String message) { in showErrorAlert() method in CarWatchdogTestFragment
482 showErrorAlert("No I/O overuse stats reported for the application in the " in onOveruse()
499 showErrorAlert("Expected non-zero remaining write bytes in the " in onOveruse()
511 showErrorAlert("Expected total overuses " + mExceptedTotalOveruses in onOveruse()
[all …]