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

/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java626 private Bundle sendBugreportFinishedAndGetSharedIntent(String bugreportPath, argument
628 return sendBugreportFinishedAndGetSharedIntent(NO_ID, bugreportPath, screenshotPath);
636 private Bundle sendBugreportFinishedAndGetSharedIntent(int id, String bugreportPath, argument
638 sendBugreportFinished(id, bugreportPath, screenshotPath);
670 private void sendBugreportFinished(int id, String bugreportPath, String screenshotPath) { argument
676 if (bugreportPath != null) {
677 intent.putExtra(EXTRA_BUGREPORT, bugreportPath);
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java1092 final String bugreportPath = info.bugreportFile.getAbsolutePath();
1093 final String zippedPath = bugreportPath.replace(".txt", ".zip");
1094 Log.v(TAG, "zipping " + bugreportPath + " as " + zippedPath);
1103 Log.v(TAG, "deleted original bugreport (" + bugreportPath + ")");
1105 Log.e(TAG, "could not delete original bugreport (" + bugreportPath + ")");

Completed in 2203 milliseconds