Searched refs:assertProgressNotification (Results 1 – 1 of 1) sorted by relevance
235 assertProgressNotification(mProgressTitle, 0f); in testProgress()238 assertProgressNotification(mProgressTitle, 10); in testProgress()241 assertProgressNotification(mProgressTitle, 95.00f); in testProgress()245 assertProgressNotification(mProgressTitle, 99); in testProgress()248 assertProgressNotification(mProgressTitle, 99); in testProgress()276 assertProgressNotification(mProgressTitle, 00.00f); in testProgress_cancel()341 assertProgressNotification(NEW_NAME, 00.00f); in testProgress_changeDetailsInvalidInput()376 assertProgressNotification(NEW_NAME, 00.00f); in testProgress_changeDetailsTest()607 private void assertProgressNotification(String name, float percent) { in assertProgressNotification() method in BugreportReceiverTest