Searched refs:screenshotPath (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/Shell/tests/src/com/android/shell/ |
D | BugreportReceiverTest.java | 713 String screenshotPath) { in sendBugreportFinishedAndGetSharedIntent() argument 714 return sendBugreportFinishedAndGetSharedIntent(NO_ID, bugreportPath, screenshotPath); in sendBugreportFinishedAndGetSharedIntent() 723 String screenshotPath) { in sendBugreportFinishedAndGetSharedIntent() argument 724 sendBugreportFinished(id, bugreportPath, screenshotPath); in sendBugreportFinishedAndGetSharedIntent() 730 String screenshotPath, String notificationTitle) { in sendBugreportFinishedAndGetSharedIntent() argument 731 sendBugreportFinished(id, bugreportPath, screenshotPath); in sendBugreportFinishedAndGetSharedIntent() 762 private void sendBugreportFinished(int id, String bugreportPath, String screenshotPath) { in sendBugreportFinished() argument 772 if (screenshotPath != null) { in sendBugreportFinished() 773 intent.putExtra(EXTRA_SCREENSHOT, screenshotPath); in sendBugreportFinished()
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | BugreportProgressService.java | 686 final String screenshotPath = in takeScreenshot() local 689 Message.obtain(mScreenshotHandler, MSG_SCREENSHOT_REQUEST, id, UNUSED_ARG2, screenshotPath) in takeScreenshot()
|