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

/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java185 assertProgressNotification(NAME, 0f);
188 assertProgressNotification(NAME, 10.80f);
190 assertProgressNotification(NAME, 50.00f);
193 assertProgressNotification(NAME, 95.00f);
198 assertProgressNotification(NAME, 95.00f);
201 assertProgressNotification(NAME, 95.00f);
205 assertProgressNotification(NAME, 95.10f);
208 assertProgressNotification(NAME, 98.00f);
212 assertProgressNotification(NAME, 99.00f);
215 assertProgressNotification(NAM
582 private void assertProgressNotification(String name, float percent) { method in class:BugreportReceiverTest
[all...]

Completed in 42 milliseconds