Searched refs:bugreportHash (Results 1 – 5 of 5) sorted by relevance
241 final String bugreportHash = intent.getStringExtra(EXTRA_REMOTE_BUGREPORT_HASH); in onBugreportFinished() local243 shareBugreportWithDeviceOwnerIfExists(bugreportUriString, bugreportHash); in onBugreportFinished()247 mService.setDeviceOwnerRemoteBugreportUriAndHash(bugreportUriString, bugreportHash); in onBugreportFinished()296 String bugreportUriString, String bugreportHash) { in shareBugreportWithDeviceOwnerIfExists() argument302 mService.sendBugreportToDeviceOwner(bugreportUri, bugreportHash); in shareBugreportWithDeviceOwnerIfExists()
8124 void sendBugreportToDeviceOwner(Uri bugreportUri, String bugreportHash) {8129 intent.putExtra(DeviceAdminReceiver.EXTRA_BUGREPORT_HASH, bugreportHash);8143 void setDeviceOwnerRemoteBugreportUriAndHash(String bugreportUri, String bugreportHash) {8145 mOwners.setDeviceOwnerRemoteBugreportUriAndHash(bugreportUri, bugreportHash);
917 @NonNull String bugreportHash) { in onBugreportShared() argument
436 final String bugreportHash = generateFileHash(bugreportFileName); in sendRemoteBugreportFinishedBroadcast() local437 if (bugreportHash == null) { in sendRemoteBugreportFinishedBroadcast()441 intent.putExtra(DevicePolicyManager.EXTRA_REMOTE_BUGREPORT_HASH, bugreportHash); in sendRemoteBugreportFinishedBroadcast()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...