Searched refs:RETRY_DELAY_MS (Results 1 – 3 of 3) sorted by relevance
55 static final long RETRY_DELAY_MS = 15 * 1000; field in ServiceWatcherImpl211 mHandler.postDelayed(mRebinder, RETRY_DELAY_MS); in bind()
87 private static final int RETRY_DELAY_MS = 2_000; field in DynamicCodeLoggerIntegrationTests346 SystemClock.sleep(i * RETRY_DELAY_MS); in runTest()
102 private static final long RETRY_DELAY_MS = 500; field in PermissionControllerServiceImpl628 executor, callback, attempts), RETRY_DELAY_MS); in onUpdateUserSensistivePermissionFlagsWithRetry()