Searched refs:bugreportHash (Results 1 – 3 of 3) sorted by relevance
58 final String bugreportHash = intent.getStringExtra( in onReceive() local63 newIntent.putExtra(DevicePolicyManager.EXTRA_REMOTE_BUGREPORT_HASH, bugreportHash); in onReceive()
606 public void onBugreportShared(Context context, Intent intent, String bugreportHash) { in onBugreportShared() argument
5384 String bugreportHash) { in setDeviceOwnerRemoteBugreportUriAndHash() argument5385 mOwners.setDeviceOwnerRemoteBugreportUriAndHash(bugreportUri, bugreportHash); in setDeviceOwnerRemoteBugreportUriAndHash()5412 String bugreportHash = intent.getStringExtra( in onBugreportFinished() local5415 shareBugreportWithDeviceOwnerIfExists(bugreportUriString, bugreportHash); in onBugreportFinished()5419 setDeviceOwnerRemoteBugreportUriAndHash(bugreportUriString, bugreportHash); in onBugreportFinished()5446 String bugreportHash = null; in onBugreportSharingAccepted() local5449 bugreportHash = mOwners.getDeviceOwnerRemoteBugreportHash(); in onBugreportSharingAccepted()5452 shareBugreportWithDeviceOwnerIfExists(bugreportUriString, bugreportHash); in onBugreportSharingAccepted()5475 String bugreportHash) { in shareBugreportWithDeviceOwnerIfExists() argument5488 intent.putExtra(DeviceAdminReceiver.EXTRA_BUGREPORT_HASH, bugreportHash); in shareBugreportWithDeviceOwnerIfExists()