Searched refs:BUGREPORT_MIMETYPE (Results 1 – 3 of 3) sorted by relevance
67 static final String BUGREPORT_MIMETYPE = "application/vnd.android.bugreport"; field in RemoteBugreportManager231 new IntentFilter(ACTION_REMOTE_BUGREPORT_DISPATCH, BUGREPORT_MIMETYPE); in registerRemoteBugreportReceivers()236 Slogf.w(LOG_TAG, e, "Failed to set type %s", BUGREPORT_MIMETYPE); in registerRemoteBugreportReceivers()
9270 intent.setDataAndType(bugreportUri, RemoteBugreportManager.BUGREPORT_MIMETYPE);
231 private static final String BUGREPORT_MIMETYPE = "application/vnd.android.bugreport"; field in BugreportProgressService462 intent.setDataAndType(bugreportUri, BUGREPORT_MIMETYPE); in sendRemoteBugreportFinishedBroadcast()