Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DRemoteBugreportManager.java284 final Pair<String, String> uriAndHash = mService.getDeviceOwnerRemoteBugreportUriAndHash(); in onBugreportSharingAccepted() local
285 if (uriAndHash != null) { in onBugreportSharingAccepted()
286 shareBugreportWithDeviceOwnerIfExists(uriAndHash.first, uriAndHash.second); in onBugreportSharingAccepted()