Searched defs:BUGREPORT_MIMETYPE (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/Shell/src/com/android/shell/
H A DRemoteBugreportReceiver.java43 private static final String BUGREPORT_MIMETYPE = "application/vnd.android.bugreport"; field in class:RemoteBugreportReceiver
62 newIntent.setDataAndType(bugreportUri, BUGREPORT_MIMETYPE);
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DRemoteBugreportUtils.java57 static final String BUGREPORT_MIMETYPE = "application/vnd.android.bugreport"; field in class:RemoteBugreportUtils

Completed in 65 milliseconds