Home
last modified time | relevance | path

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

/frameworks/base/packages/Shell/src/com/android/shell/
DRemoteBugreportReceiver.java58 final String bugreportHash = intent.getStringExtra( in onReceive() local
63 newIntent.putExtra(DevicePolicyManager.EXTRA_REMOTE_BUGREPORT_HASH, bugreportHash); in onReceive()
/frameworks/base/core/java/android/app/admin/
DDeviceAdminReceiver.java606 public void onBugreportShared(Context context, Intent intent, String bugreportHash) { in onBugreportShared() argument
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java5384 String bugreportHash) { in setDeviceOwnerRemoteBugreportUriAndHash() argument
5385 mOwners.setDeviceOwnerRemoteBugreportUriAndHash(bugreportUri, bugreportHash); in setDeviceOwnerRemoteBugreportUriAndHash()
5412 String bugreportHash = intent.getStringExtra( in onBugreportFinished() local
5415 shareBugreportWithDeviceOwnerIfExists(bugreportUriString, bugreportHash); in onBugreportFinished()
5419 setDeviceOwnerRemoteBugreportUriAndHash(bugreportUriString, bugreportHash); in onBugreportFinished()
5446 String bugreportHash = null; in onBugreportSharingAccepted() local
5449 bugreportHash = mOwners.getDeviceOwnerRemoteBugreportHash(); in onBugreportSharingAccepted()
5452 shareBugreportWithDeviceOwnerIfExists(bugreportUriString, bugreportHash); in onBugreportSharingAccepted()
5475 String bugreportHash) { in shareBugreportWithDeviceOwnerIfExists() argument
5488 intent.putExtra(DeviceAdminReceiver.EXTRA_BUGREPORT_HASH, bugreportHash); in shareBugreportWithDeviceOwnerIfExists()