Home
last modified time | relevance | path

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

/cts/tests/tests/print/src/android/print/cts/
DPrintServicesTest.java197 private void checkNotification(float desiredProgress, CharSequence desiredStatus) in checkNotification() argument
199 eventually(() -> assertEquals(desiredProgress, getProgress(), 0.1)); in checkNotification()