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()
861 @NonNull String bugreportHash) { in onBugreportShared() argument
7475 String bugreportHash) { in setDeviceOwnerRemoteBugreportUriAndHash() argument7477 mOwners.setDeviceOwnerRemoteBugreportUriAndHash(bugreportUri, bugreportHash); in setDeviceOwnerRemoteBugreportUriAndHash()7505 String bugreportHash = intent.getStringExtra( in onBugreportFinished() local7508 shareBugreportWithDeviceOwnerIfExists(bugreportUriString, bugreportHash); in onBugreportFinished()7512 setDeviceOwnerRemoteBugreportUriAndHash(bugreportUriString, bugreportHash); in onBugreportFinished()7539 String bugreportHash = null; in onBugreportSharingAccepted() local7542 bugreportHash = mOwners.getDeviceOwnerRemoteBugreportHash(); in onBugreportSharingAccepted()7545 shareBugreportWithDeviceOwnerIfExists(bugreportUriString, bugreportHash); in onBugreportSharingAccepted()7568 String bugreportHash) { in shareBugreportWithDeviceOwnerIfExists() argument7581 intent.putExtra(DeviceAdminReceiver.EXTRA_BUGREPORT_HASH, bugreportHash); in shareBugreportWithDeviceOwnerIfExists()