Home
last modified time | relevance | path

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

/frameworks/base/packages/Shell/tests/src/com/android/shell/
DBugreportReceiverTest.java714 private Bundle sendBugreportFinishedAndGetSharedIntent(String bugreportPath, in sendBugreportFinishedAndGetSharedIntent() argument
716 return sendBugreportFinishedAndGetSharedIntent(NO_ID, bugreportPath, screenshotPath); in sendBugreportFinishedAndGetSharedIntent()
724 private Bundle sendBugreportFinishedAndGetSharedIntent(int id, String bugreportPath, in sendBugreportFinishedAndGetSharedIntent() argument
726 sendBugreportFinished(id, bugreportPath, screenshotPath); in sendBugreportFinishedAndGetSharedIntent()
731 private Bundle sendBugreportFinishedAndGetSharedIntent(int id, String bugreportPath, in sendBugreportFinishedAndGetSharedIntent() argument
733 sendBugreportFinished(id, bugreportPath, screenshotPath); in sendBugreportFinishedAndGetSharedIntent()
764 private void sendBugreportFinished(int id, String bugreportPath, String screenshotPath) { in sendBugreportFinished() argument
771 if (bugreportPath != null) { in sendBugreportFinished()
772 intent.putExtra(EXTRA_BUGREPORT, bugreportPath); in sendBugreportFinished()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java1311 final String bugreportPath = info.bugreportFile.getAbsolutePath(); in zipBugreport() local
1312 final String zippedPath = bugreportPath.replace(".txt", ".zip"); in zipBugreport()
1313 Log.v(TAG, "zipping " + bugreportPath + " as " + zippedPath); in zipBugreport()
1322 Log.v(TAG, "deleted original bugreport (" + bugreportPath + ")"); in zipBugreport()
1324 Log.e(TAG, "could not delete original bugreport (" + bugreportPath + ")"); in zipBugreport()