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