Searched refs:bugreportHash (Results 1 – 5 of 5) sorted by relevance
257 final String bugreportHash = intent.getStringExtra(EXTRA_REMOTE_BUGREPORT_HASH); in onBugreportFinished() local259 shareBugreportWithDeviceOwnerIfExists(bugreportUriString, bugreportHash); in onBugreportFinished()262 mService.setDeviceOwnerRemoteBugreportUriAndHash(bugreportUriString, bugreportHash); in onBugreportFinished()307 String bugreportUriString, String bugreportHash) { in shareBugreportWithDeviceOwnerIfExists() argument313 mService.sendBugreportToDeviceOwner(bugreportUri, bugreportHash); in shareBugreportWithDeviceOwnerIfExists()
9266 void sendBugreportToDeviceOwner(Uri bugreportUri, String bugreportHash) {9271 intent.putExtra(DeviceAdminReceiver.EXTRA_BUGREPORT_HASH, bugreportHash);9285 void setDeviceOwnerRemoteBugreportUriAndHash(String bugreportUri, String bugreportHash) {9287 mOwners.setDeviceOwnerRemoteBugreportUriAndHash(bugreportUri, bugreportHash);
924 @NonNull String bugreportHash) { in onBugreportShared() argument
458 final String bugreportHash = generateFileHash(bugreportFileName); in sendRemoteBugreportFinishedBroadcast() local459 if (bugreportHash == null) { in sendRemoteBugreportFinishedBroadcast()463 intent.putExtra(DevicePolicyManager.EXTRA_REMOTE_BUGREPORT_HASH, bugreportHash); in sendRemoteBugreportFinishedBroadcast()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...