Home
last modified time | relevance | path

Searched refs:BUGREPORT_MIMETYPE (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/Shell/src/com/android/shell/
DRemoteBugreportReceiver.java43 private static final String BUGREPORT_MIMETYPE = "application/vnd.android.bugreport"; field in RemoteBugreportReceiver
62 newIntent.setDataAndType(bugreportUri, BUGREPORT_MIMETYPE); in onReceive()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DRemoteBugreportUtils.java55 static final String BUGREPORT_MIMETYPE = "application/vnd.android.bugreport"; field in RemoteBugreportUtils
DDevicePolicyManagerService.java5392 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()