Searched refs:REMOTE_BUGREPORT_TIMEOUT_MILLIS (Results 1 – 1 of 1) sorted by relevance
69 private static final long REMOTE_BUGREPORT_TIMEOUT_MILLIS = 10 * DateUtils.MINUTE_IN_MILLIS; field in RemoteBugreportManager217 mHandler.postDelayed(mRemoteBugreportTimeoutRunnable, REMOTE_BUGREPORT_TIMEOUT_MILLIS); in requestBugreport()