Searched refs:bugreportHash (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/Shell/src/com/android/shell/
H A DRemoteBugreportReceiver.java58 final String bugreportHash = intent.getStringExtra(
63 newIntent.putExtra(DevicePolicyManager.EXTRA_REMOTE_BUGREPORT_HASH, bugreportHash);
/frameworks/base/core/java/android/app/admin/
H A DDeviceAdminReceiver.java776 * @param bugreportHash SHA-256 hash of the bugreport file.
779 public void onBugreportShared(Context context, Intent intent, String bugreportHash) { argument
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java6211 String bugreportHash) {
6212 mOwners.setDeviceOwnerRemoteBugreportUriAndHash(bugreportUri, bugreportHash);
6239 String bugreportHash = intent.getStringExtra(
6242 shareBugreportWithDeviceOwnerIfExists(bugreportUriString, bugreportHash);
6246 setDeviceOwnerRemoteBugreportUriAndHash(bugreportUriString, bugreportHash);
6273 String bugreportHash = null;
6276 bugreportHash = mOwners.getDeviceOwnerRemoteBugreportHash();
6279 shareBugreportWithDeviceOwnerIfExists(bugreportUriString, bugreportHash);
6302 String bugreportHash) {
6315 intent.putExtra(DeviceAdminReceiver.EXTRA_BUGREPORT_HASH, bugreportHash);
6210 setDeviceOwnerRemoteBugreportUriAndHash(String bugreportUri, String bugreportHash) argument
6301 shareBugreportWithDeviceOwnerIfExists(String bugreportUriString, String bugreportHash) argument
[all...]

Completed in 164 milliseconds