OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bugreportPath
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/Shell/tests/src/com/android/shell/
BugreportReceiverTest.java
626
private Bundle sendBugreportFinishedAndGetSharedIntent(String
bugreportPath
,
628
return sendBugreportFinishedAndGetSharedIntent(NO_ID,
bugreportPath
, screenshotPath);
636
private Bundle sendBugreportFinishedAndGetSharedIntent(int id, String
bugreportPath
,
638
sendBugreportFinished(id,
bugreportPath
, screenshotPath);
670
private void sendBugreportFinished(int id, String
bugreportPath
, String screenshotPath) {
676
if (
bugreportPath
!= null) {
677
intent.putExtra(EXTRA_BUGREPORT,
bugreportPath
);
[
all
...]
/frameworks/base/packages/Shell/src/com/android/shell/
BugreportProgressService.java
[
all
...]
Completed in 527 milliseconds