Searched refs:mRemoteBugreportSharingAccepted (Results 1 – 1 of 1) sorted by relevance
82 private final AtomicBoolean mRemoteBugreportSharingAccepted = new AtomicBoolean(); field in RemoteBugreportManager203 mRemoteBugreportSharingAccepted.set(false); in requestBugreport()242 if (mRemoteBugreportSharingAccepted.get()) { in onBugreportFinished()258 mRemoteBugreportSharingAccepted.set(false); in onBugreportFailed()270 mRemoteBugreportSharingAccepted.set(true); in onBugreportSharingAccepted()289 mRemoteBugreportSharingAccepted.set(false); in onBugreportSharingDeclined()309 mRemoteBugreportSharingAccepted.set(false); in shareBugreportWithDeviceOwnerIfExists()