Searched refs:remoteBugreportUri (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DOwners.java88 private static final String ATTR_REMOTE_BUGREPORT_URI = "remoteBugreportUri";
215 return mDeviceOwner != null ? mDeviceOwner.remoteBugreportUri : null;
243 /* remoteBugreportUri =*/ null, /* remoteBugreportHash =*/ null);
265 /* userRestrictionsMigrated =*/ true, /* remoteBugreportUri =*/ null,
373 void setDeviceOwnerRemoteBugreportUriAndHash(String remoteBugreportUri, argument
377 mDeviceOwner.remoteBugreportUri = remoteBugreportUri;
415 /* userRestrictionsMigrated =*/ false, /* remoteBugreportUri =*/ null,
443 /* remoteBugreportUri =*/ null, /* remoteBugreportHash =*/ null);
734 public String remoteBugreportUri; field in class:Owners.OwnerInfo
737 OwnerInfo(String name, String packageName, boolean userRestrictionsMigrated, String remoteBugreportUri, String remoteBugreportHash) argument
747 OwnerInfo(String name, ComponentName admin, boolean userRestrictionsMigrated, String remoteBugreportUri, String remoteBugreportHash) argument
[all...]

Completed in 112 milliseconds