Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/watchdog/
H A DCarWatchdogTestFragment.java264 listener.expectNewNotification(minBytesWritten, diskIoStats.totalOveruses, in overuseDiskIo()
276 listener.expectNewNotification(remainingBytes, diskIoStats.totalOveruses + 1, in overuseDiskIo()
526 public void expectNewNotification(long expectedMinBytesWritten, long expectedTotalOveruses, in expectNewNotification() method in CarWatchdogTestFragment.IoOveruseListener