Home
last modified time | relevance | path

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

/cts/tests/tests/print/src/android/print/cts/
DPrintServicesTest.java192 private void checkNotification(float desiredProgress, CharSequence desiredStatus) in checkNotification() argument
195 eventually(() -> assertEquals(desiredStatus.toString(), getStatus().toString())); in checkNotification()