Searched defs:mRemoteBugreportSharingAccepted (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java483 private final AtomicBoolean mRemoteBugreportSharingAccepted = new AtomicBoolean(); field in class:DevicePolicyManagerService
6795 mRemoteBugreportSharingAccepted.set(false);
6884 if (mRemoteBugreportSharingAccepted.get()) {
6902 mRemoteBugreportSharingAccepted.set(false);
6914 mRemoteBugreportSharingAccepted.set(true);
6939 mRemoteBugreportSharingAccepted.set(false);
6980 mRemoteBugreportSharingAccepted.set(false);

Completed in 36 milliseconds