HomeSort by relevance Sort by last modified time
    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 57 static final String BUGREPORT_MIMETYPE = "application/vnd.android.bugreport";

Completed in 90 milliseconds