Home
last modified time | relevance | path

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

/frameworks/base/packages/Shell/src/com/android/shell/
DRemoteBugreportReceiver.java19 import static com.android.shell.BugreportProgressService.EXTRA_BUGREPORT;
56 final File bugreportFile = getFileExtra(intent, EXTRA_BUGREPORT); in onReceive()
DBugreportReceiver.java19 import static com.android.shell.BugreportProgressService.EXTRA_BUGREPORT;
69 final File bugreportFile = getFileExtra(intent, EXTRA_BUGREPORT); in cleanupOldFiles()
DBugreportProgressService.java155 static final String EXTRA_BUGREPORT = "android.intent.extra.BUGREPORT"; field in BugreportProgressService
788 final File bugreportFile = getFileExtra(intent, EXTRA_BUGREPORT); in onBugreportFinished()
791 Log.wtf(TAG, "Missing " + EXTRA_BUGREPORT + " on intent " + intent); in onBugreportFinished()
1286 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;
770 intent.putExtra(EXTRA_BUGREPORT, bugreportPath); in sendBugreportFinished()