Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DRemoteBugreportManager.java87 private final Runnable mRemoteBugreportTimeoutRunnable = () -> { field in RemoteBugreportManager
207 mHandler.postDelayed(mRemoteBugreportTimeoutRunnable, REMOTE_BUGREPORT_TIMEOUT_MILLIS); in requestBugreport()
234 mHandler.removeCallbacks(mRemoteBugreportTimeoutRunnable); in onBugreportFinished()
286 mHandler.removeCallbacks(mRemoteBugreportTimeoutRunnable); in onBugreportSharingDeclined()