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

/frameworks/base/packages/Shell/src/com/android/shell/
H A DRemoteBugreportReceiver.java19 import static com.android.shell.BugreportProgressService.EXTRA_BUGREPORT;
56 final File bugreportFile = getFileExtra(intent, EXTRA_BUGREPORT);
H A DBugreportReceiver.java19 import static com.android.shell.BugreportProgressService.EXTRA_BUGREPORT;
70 final File bugreportFile = getFileExtra(intent, EXTRA_BUGREPORT);
H A DBugreportProgressService.java138 static final String EXTRA_BUGREPORT = "android.intent.extra.BUGREPORT"; field in class:BugreportProgressService
837 final File bugreportFile = getFileExtra(intent, EXTRA_BUGREPORT);
848 Log.wtf(TAG, "Missing " + EXTRA_BUGREPORT + " on intent " + intent);
1272 addExtra(buffer, intent, EXTRA_BUGREPORT);
/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java28 import static com.android.shell.BugreportProgressService.EXTRA_BUGREPORT;
677 intent.putExtra(EXTRA_BUGREPORT, bugreportPath);

Completed in 210 milliseconds