Home
last modified time | relevance | path

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

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