Searched defs:bugreportUriString (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java6193 String bugreportUriString = null;
6195 bugreportUriString = bugreportUri.toString();
6200 shareBugreportWithDeviceOwnerIfExists(bugreportUriString, bugreportHash);
6204 setDeviceOwnerRemoteBugreportUriAndHash(bugreportUriString, bugreportHash);
6230 String bugreportUriString = null;
6233 bugreportUriString = getDeviceOwnerRemoteBugreportUri();
6236 if (bugreportUriString != null) {
6237 shareBugreportWithDeviceOwnerIfExists(bugreportUriString, bugreportHash);
6259 private void shareBugreportWithDeviceOwnerIfExists(String bugreportUriString, argument
6263 if (bugreportUriString
[all...]

Completed in 41 milliseconds