Searched defs:notificationTitle (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java730 String screenshotPath, String notificationTitle) {
732 return acceptBugreportAndGetSharedIntent(notificationTitle);
741 final String notificationTitle = mContext.getString(R.string.bugreport_finished_title, id);
742 return acceptBugreportAndGetSharedIntent(notificationTitle);
746 private Bundle acceptBugreportAndGetSharedIntent(String notificationTitle) { argument
747 mUiBot.clickOnNotification(notificationTitle);
729 sendBugreportFinishedAndGetSharedIntent(int id, String bugreportPath, String screenshotPath, String notificationTitle) argument

Completed in 42 milliseconds