Searched defs:bugreportHash (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/admin/
H A DDeviceAdminReceiver.java843 * @param bugreportHash SHA-256 hash of the bugreport file.
846 public void onBugreportShared(Context context, Intent intent, String bugreportHash) { argument
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java6852 String bugreportHash) {
6854 mOwners.setDeviceOwnerRemoteBugreportUriAndHash(bugreportUri, bugreportHash);
6882 String bugreportHash = intent.getStringExtra(
6885 shareBugreportWithDeviceOwnerIfExists(bugreportUriString, bugreportHash);
6889 setDeviceOwnerRemoteBugreportUriAndHash(bugreportUriString, bugreportHash);
6916 String bugreportHash = null;
6919 bugreportHash = mOwners.getDeviceOwnerRemoteBugreportHash();
6922 shareBugreportWithDeviceOwnerIfExists(bugreportUriString, bugreportHash);
6945 String bugreportHash) {
6958 intent.putExtra(DeviceAdminReceiver.EXTRA_BUGREPORT_HASH, bugreportHash);
6851 setDeviceOwnerRemoteBugreportUriAndHash(String bugreportUri, String bugreportHash) argument
6944 shareBugreportWithDeviceOwnerIfExists(String bugreportUriString, String bugreportHash) argument
[all...]

Completed in 52 milliseconds