OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BUGREPORT_MIMETYPE
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/Shell/src/com/android/shell/
RemoteBugreportReceiver.java
43
private static final String
BUGREPORT_MIMETYPE
= "application/vnd.android.bugreport";
62
newIntent.setDataAndType(bugreportUri,
BUGREPORT_MIMETYPE
);
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
RemoteBugreportUtils.java
55
static final String
BUGREPORT_MIMETYPE
= "application/vnd.android.bugreport";
Completed in 358 milliseconds