Searched refs:uriAndHash (Results 1 – 1 of 1) sorted by relevance
284 final Pair<String, String> uriAndHash = mService.getDeviceOwnerRemoteBugreportUriAndHash(); in onBugreportSharingAccepted() local285 if (uriAndHash != null) { in onBugreportSharingAccepted()286 shareBugreportWithDeviceOwnerIfExists(uriAndHash.first, uriAndHash.second); in onBugreportSharingAccepted()