OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bugreportfile
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/packages/Shell/src/com/android/shell/
BugreportReceiver.java
68
final File
bugreportFile
= getFileExtra(intent, EXTRA_BUGREPORT);
73
final Uri bugreportUri = FileProvider.getUriForFile(context, AUTHORITY,
bugreportFile
);
103
bugreportFile
.getParentFile(), MIN_KEEP_COUNT, MIN_KEEP_AGE);
Completed in 60 milliseconds