Searched refs:BUGREPORT_MIMETYPE (Results 1 – 3 of 3) sorted by relevance
43 private static final String BUGREPORT_MIMETYPE = "application/vnd.android.bugreport"; field in RemoteBugreportReceiver62 newIntent.setDataAndType(bugreportUri, BUGREPORT_MIMETYPE); in onReceive()
55 static final String BUGREPORT_MIMETYPE = "application/vnd.android.bugreport"; field in RemoteBugreportUtils
5392 RemoteBugreportUtils.BUGREPORT_MIMETYPE); in registerRemoteBugreportReceivers()5396 Slog.w(LOG_TAG, "Failed to set type " + RemoteBugreportUtils.BUGREPORT_MIMETYPE, e); in registerRemoteBugreportReceivers()5487 intent.setDataAndType(bugreportUri, RemoteBugreportUtils.BUGREPORT_MIMETYPE); in shareBugreportWithDeviceOwnerIfExists()