Home
last modified time | relevance | path

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

/frameworks/base/packages/Shell/tests/src/com/android/shell/
DBugreportReceiverTest.java452 bugreportFinishedWithWarningTest(null); in testBugreportFinished_withWarningFirstTime()
457 bugreportFinishedWithWarningTest(STATE_UNKNOWN); in testBugreportFinished_withWarningUnknownState()
462 bugreportFinishedWithWarningTest(STATE_SHOW); in testBugreportFinished_withWarningShowAgain()
465 private void bugreportFinishedWithWarningTest(Integer propertyState) throws Exception { in bugreportFinishedWithWarningTest() method in BugreportReceiverTest