Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DRemoteBugreportManager.java88 private final AtomicBoolean mRemoteBugreportSharingAccepted = new AtomicBoolean(); field in RemoteBugreportManager
214 mRemoteBugreportSharingAccepted.set(false); in requestBugreport()
258 if (mRemoteBugreportSharingAccepted.get()) { in onBugreportFinished()
271 mRemoteBugreportSharingAccepted.set(false); in onBugreportFailed()
283 mRemoteBugreportSharingAccepted.set(true); in onBugreportSharingAccepted()
300 mRemoteBugreportSharingAccepted.set(false); in onBugreportSharingDeclined()
320 mRemoteBugreportSharingAccepted.set(false); in shareBugreportWithDeviceOwnerIfExists()