Home
last modified time | relevance | path

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

/frameworks/base/packages/Shell/tests/src/com/android/shell/
DBugreportReceiverTest.java238 assertProgressNotification(mProgressTitle, 0f); in testProgress()
241 assertProgressNotification(mProgressTitle, 10); in testProgress()
244 assertProgressNotification(mProgressTitle, 95.00f); in testProgress()
248 assertProgressNotification(mProgressTitle, 99); in testProgress()
251 assertProgressNotification(mProgressTitle, 99); in testProgress()
264 assertProgressNotification(mProgressTitle, 00.00f); in testProgress_cancel()
329 assertProgressNotification(NEW_NAME, 00.00f); in testProgress_changeDetailsInvalidInput()
364 assertProgressNotification(NEW_NAME, 00.00f); in testProgress_changeDetailsTest()
585 private void assertProgressNotification(String name, float percent) { in assertProgressNotification() method in BugreportReceiverTest