Searched refs:mRemoteBugreportSharingAccepted (Results 1 – 1 of 1) sorted by relevance
340 private final AtomicBoolean mRemoteBugreportSharingAccepted = new AtomicBoolean(); field in DevicePolicyManagerService5353 mRemoteBugreportSharingAccepted.set(false); in requestBugreport()5414 if (mRemoteBugreportSharingAccepted.get()) { in onBugreportFinished()5432 mRemoteBugreportSharingAccepted.set(false); in onBugreportFailed()5444 mRemoteBugreportSharingAccepted.set(true); in onBugreportSharingAccepted()5469 mRemoteBugreportSharingAccepted.set(false); in onBugreportSharingDeclined()5506 mRemoteBugreportSharingAccepted.set(false); in shareBugreportWithDeviceOwnerIfExists()