Searched refs:numAttempts (Results 1 – 5 of 5) sorted by relevance
510 int numAttempts = 0; in waitForCancelSetupButtonAndClickIt() local511 while (numAttempts < 40) { in waitForCancelSetupButtonAndClickIt()519 numAttempts++; in waitForCancelSetupButtonAndClickIt()554 int numAttempts = 0; in waitForFullyManagedDeviceHeader() local555 while (numAttempts < 40) { in waitForFullyManagedDeviceHeader()562 numAttempts++; in waitForFullyManagedDeviceHeader()
335 protected void updateErrorMessage(int numAttempts) { in updateErrorMessage() argument338 if (maxAttempts <= 0 || numAttempts <= 0) { in updateErrorMessage()345 R.string.lock_failed_attempts_before_wipe, numAttempts, maxAttempts); in updateErrorMessage()350 final int remainingAttempts = maxAttempts - numAttempts; in updateErrorMessage()
629 Runnable callback, int numAttempts) { in onUpdateUserSensistivePermissionFlagsWithRetry() argument645 + ", attempt number " + (numAttempts + 1) + " of " + MAX_RETRY_ATTEMPTS, e); in onUpdateUserSensistivePermissionFlagsWithRetry()646 if (numAttempts == MAX_RETRY_ATTEMPTS) { in onUpdateUserSensistivePermissionFlagsWithRetry()649 int attempts = numAttempts + 1; in onUpdateUserSensistivePermissionFlagsWithRetry()
1796 int numAttempts = 0; in connectionAttemptRateLimitedWhenScreenOff() local1811 numAttempts++; in connectionAttemptRateLimitedWhenScreenOff()1822 verify(mPrimaryClientModeManager, times(numAttempts)).startConnectToNetwork( in connectionAttemptRateLimitedWhenScreenOff()1838 int numAttempts = 0; in connectionAttemptNotRateLimitedWhenScreenOff() local1853 numAttempts++; in connectionAttemptNotRateLimitedWhenScreenOff()1864 numAttempts++; in connectionAttemptNotRateLimitedWhenScreenOff()1867 verify(mPrimaryClientModeManager, times(numAttempts)).startConnectToNetwork( in connectionAttemptNotRateLimitedWhenScreenOff()1883 int numAttempts = 0; in connectionAttemptNotRateLimitedWhenScreenOffForceConnectivityScan() local1898 numAttempts++; in connectionAttemptNotRateLimitedWhenScreenOffForceConnectivityScan()1911 numAttempts++; in connectionAttemptNotRateLimitedWhenScreenOffForceConnectivityScan()[all …]
4003 private void executeAndValidateStartupSequence(int numAttempts, boolean success) in executeAndValidateStartupSequence() argument4012 mInOrder.verify(mWifiMock, times(numAttempts)).start(); in executeAndValidateStartupSequence()