Home
last modified time | relevance | path

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

/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java157 static final String EXTRA_BUGREPORT = "android.intent.extra.BUGREPORT"; field in BugreportProgressService
410 intent.putExtra(EXTRA_BUGREPORT, bugreportFilePath); in sendBugreportFinishedBroadcastLocked()
430 intent.putExtra(EXTRA_BUGREPORT, bugreportFileName); in sendRemoteBugreportFinishedBroadcast()
1504 addExtra(buffer, intent, EXTRA_BUGREPORT); in dumpIntent()
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DBugreportReceiverTest.java28 import static com.android.shell.BugreportProgressService.EXTRA_BUGREPORT;
772 intent.putExtra(EXTRA_BUGREPORT, bugreportPath); in sendBugreportFinished()