Searched refs:mRemoteBugreportSharingAccepted (Results 1 – 1 of 1) sorted by relevance
483 private final AtomicBoolean mRemoteBugreportSharingAccepted = new AtomicBoolean(); field in DevicePolicyManagerService6795 mRemoteBugreportSharingAccepted.set(false); in requestBugreport()6884 if (mRemoteBugreportSharingAccepted.get()) { in onBugreportFinished()6902 mRemoteBugreportSharingAccepted.set(false); in onBugreportFailed()6914 mRemoteBugreportSharingAccepted.set(true); in onBugreportSharingAccepted()6939 mRemoteBugreportSharingAccepted.set(false); in onBugreportSharingDeclined()6980 mRemoteBugreportSharingAccepted.set(false); in shareBugreportWithDeviceOwnerIfExists()