Searched refs:mRemoteBugreportTimeoutRunnable (Results 1 – 1 of 1) sorted by relevance
87 private final Runnable mRemoteBugreportTimeoutRunnable = () -> { field in RemoteBugreportManager207 mHandler.postDelayed(mRemoteBugreportTimeoutRunnable, REMOTE_BUGREPORT_TIMEOUT_MILLIS); in requestBugreport()234 mHandler.removeCallbacks(mRemoteBugreportTimeoutRunnable); in onBugreportFinished()286 mHandler.removeCallbacks(mRemoteBugreportTimeoutRunnable); in onBugreportSharingDeclined()