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()
857 @NonNull String bugreportHash) { in onBugreportShared() argument
7459 String bugreportHash) { in setDeviceOwnerRemoteBugreportUriAndHash() argument7461 mOwners.setDeviceOwnerRemoteBugreportUriAndHash(bugreportUri, bugreportHash); in setDeviceOwnerRemoteBugreportUriAndHash()7489 String bugreportHash = intent.getStringExtra( in onBugreportFinished() local7492 shareBugreportWithDeviceOwnerIfExists(bugreportUriString, bugreportHash); in onBugreportFinished()7496 setDeviceOwnerRemoteBugreportUriAndHash(bugreportUriString, bugreportHash); in onBugreportFinished()7523 String bugreportHash = null; in onBugreportSharingAccepted() local7526 bugreportHash = mOwners.getDeviceOwnerRemoteBugreportHash(); in onBugreportSharingAccepted()7529 shareBugreportWithDeviceOwnerIfExists(bugreportUriString, bugreportHash); in onBugreportSharingAccepted()7552 String bugreportHash) { in shareBugreportWithDeviceOwnerIfExists() argument7565 intent.putExtra(DeviceAdminReceiver.EXTRA_BUGREPORT_HASH, bugreportHash); in shareBugreportWithDeviceOwnerIfExists()