Home
last modified time | relevance | path

Searched defs:maxAttempts (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/modules/NetworkStack/common/moduleutils/src/android/net/shared/
H A DNetdUtils.java58 int maxAttempts, int pollingIntervalMs) in tetherInterface()
75 int maxAttempts, int pollingIntervalMs) in networkAddInterface()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/utils/
H A DRequestThrottle.java98 public RequestThrottle(@NonNull Handler handler, int maxAttempts, int firstDelay, in RequestThrottle()
/aosp12/frameworks/base/core/java/android/security/keystore/recovery/
H A DKeyChainSnapshot.java186 public @NonNull Builder setMaxAttempts(int maxAttempts) { in setMaxAttempts()
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
H A DKeySyncUtils.java321 PublicKey thmPublicKey, long counterId, int maxAttempts, byte[] vaultHandle) { in packVaultParams()
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/
H A DGetTranscriptReceiver.java71 int maxAttempts = configProvider.getMaxGetTranscriptPolls(); in beginPolling() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
H A DKeySyncUtilsTest.java456 int maxAttempts = 10; in packVaultParams_encodesMaxAttemptsAsThirdParam() local
/aosp12/packages/apps/Settings/src/com/android/settings/password/
H A DConfirmDeviceCredentialBaseFragment.java221 final int maxAttempts = in updateErrorMessage() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthCredentialView.java348 final int maxAttempts = mLockPatternUtils.getMaximumFailedPasswordsForWipe( in updateErrorMessage() local
/aosp12/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java909 int maxAttempts = SAFE_SCREENSHOT_DELAY; in waitForScreenshotButtonEnabled() local
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
H A DAbstractRestrictBackgroundNetworkTestCase.java207 final int maxAttempts = 5; in assertRestrictBackgroundChangedReceived() local
/aosp12/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
H A DAppLaunch.java797 int maxAttempts = 100; in startIorapd() local