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.java712 private Bundle sendBugreportFinishedAndGetSharedIntent(String bugreportPath, in sendBugreportFinishedAndGetSharedIntent() argument
714 return sendBugreportFinishedAndGetSharedIntent(NO_ID, bugreportPath, screenshotPath); in sendBugreportFinishedAndGetSharedIntent()
722 private Bundle sendBugreportFinishedAndGetSharedIntent(int id, String bugreportPath, in sendBugreportFinishedAndGetSharedIntent() argument
724 sendBugreportFinished(id, bugreportPath, screenshotPath); in sendBugreportFinishedAndGetSharedIntent()
729 private Bundle sendBugreportFinishedAndGetSharedIntent(int id, String bugreportPath, in sendBugreportFinishedAndGetSharedIntent() argument
731 sendBugreportFinished(id, bugreportPath, screenshotPath); in sendBugreportFinishedAndGetSharedIntent()
762 private void sendBugreportFinished(int id, String bugreportPath, String screenshotPath) { in sendBugreportFinished() argument
769 if (bugreportPath != null) { in sendBugreportFinished()
770 intent.putExtra(EXTRA_BUGREPORT, bugreportPath); in sendBugreportFinished()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java1110 final String bugreportPath = info.bugreportFile.getAbsolutePath(); in zipBugreport() local
1111 final String zippedPath = bugreportPath.replace(".txt", ".zip"); in zipBugreport()
1112 Log.v(TAG, "zipping " + bugreportPath + " as " + zippedPath); in zipBugreport()
1121 Log.v(TAG, "deleted original bugreport (" + bugreportPath + ")"); in zipBugreport()
1123 Log.e(TAG, "could not delete original bugreport (" + bugreportPath + ")"); in zipBugreport()