Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DRemoteBugreportManager.java67 static final String BUGREPORT_MIMETYPE = "application/vnd.android.bugreport"; field in RemoteBugreportManager
231 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()
DDevicePolicyManagerService.java9270 intent.setDataAndType(bugreportUri, RemoteBugreportManager.BUGREPORT_MIMETYPE);
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java231 private static final String BUGREPORT_MIMETYPE = "application/vnd.android.bugreport"; field in BugreportProgressService
462 intent.setDataAndType(bugreportUri, BUGREPORT_MIMETYPE); in sendRemoteBugreportFinishedBroadcast()