Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DRemoteBugreportManager.java82 private final AtomicBoolean mRemoteBugreportSharingAccepted = new AtomicBoolean(); field in RemoteBugreportManager
203 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()