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

/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java627 String screenshotPath) {
628 return sendBugreportFinishedAndGetSharedIntent(NO_ID, bugreportPath, screenshotPath);
637 String screenshotPath) {
638 sendBugreportFinished(id, bugreportPath, screenshotPath);
670 private void sendBugreportFinished(int id, String bugreportPath, String screenshotPath) { argument
679 if (screenshotPath != null) {
680 intent.putExtra(EXTRA_SCREENSHOT, screenshotPath);
626 sendBugreportFinishedAndGetSharedIntent(String bugreportPath, String screenshotPath) argument
636 sendBugreportFinishedAndGetSharedIntent(int id, String bugreportPath, String screenshotPath) argument

Completed in 492 milliseconds