Home
last modified time | relevance | path

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

/frameworks/base/packages/Shell/tests/src/com/android/shell/
DBugreportReceiverTest.java297 Bundle extras = acceptBugreportAndGetSharedIntent(mBugreportId); in testScreenshotFinishesAfterBugreport()
444 Bundle extras = acceptBugreportAndGetSharedIntent(mBugreportId); in bugreportFinishedWhileChangingDetailsTest()
534 Bundle extras = acceptBugreportAndGetSharedIntent(mBugreportId); in testShareBugreportAfterServiceDies()
625 return acceptBugreportAndGetSharedIntent(id); in sendBugreportFinishedAndGetSharedIntent()
637 return acceptBugreportAndGetSharedIntent(notificationTitle); in sendBugreportFinishedAndGetSharedIntent()
646 private Bundle acceptBugreportAndGetSharedIntent(int id) { in acceptBugreportAndGetSharedIntent() method in BugreportReceiverTest
648 return acceptBugreportAndGetSharedIntent(notificationTitle); in acceptBugreportAndGetSharedIntent()
657 private Bundle acceptBugreportAndGetSharedIntent(String notificationTitle) { in acceptBugreportAndGetSharedIntent() method in BugreportReceiverTest