Searched refs:MAX_ATTEMPTS (Results 1 – 6 of 6) sorted by relevance
32 private static int MAX_ATTEMPTS = 2; field in TouchModeFlexibleAsserts38 while (numAttemptsAtTouchMode < MAX_ATTEMPTS && in assertInTouchModeAfterClick()43 Assert.assertTrue("even after " + MAX_ATTEMPTS + " clicks, did not enter " in assertInTouchModeAfterClick()50 while (numAttemptsAtTouchMode < MAX_ATTEMPTS && in assertInTouchModeAfterTap()55 Assert.assertTrue("even after " + MAX_ATTEMPTS + " taps, did not enter " in assertInTouchModeAfterTap()
43 private static final int MAX_ATTEMPTS = 10; field in KeyChainSnapshotTest63 assertEquals(MAX_ATTEMPTS, createKeyChainSnapshot().getMaxAttempts()); in build_setsMaxAttempts()125 assertEquals(MAX_ATTEMPTS, snapshot.getMaxAttempts()); in writeToParcel_writesMaxAttempts()179 .setMaxAttempts(MAX_ATTEMPTS) in createKeyChainSnapshot()
118 final int MAX_ATTEMPTS = 10; in waitForDreamState() local120 for (int i = 0; i < MAX_ATTEMPTS; i++) { in waitForDreamState()
45 private static final int MAX_ATTEMPTS = 21; field in KeyChainSnapshotSerializerTest80 assertThat(roundTrip().getMaxAttempts()).isEqualTo(MAX_ATTEMPTS); in roundTrip_persistsMaxAttempts()246 .setMaxAttempts(MAX_ATTEMPTS) in createTestKeyChainSnapshot()264 .setMaxAttempts(MAX_ATTEMPTS) in createTestKeyChainSnapshotWithKeyMetadata()
34 static constexpr int MAX_ATTEMPTS = 2; variable164 setHalExpectations(MAX_ATTEMPTS, vibrator::HalResult<void>::failed("message"), in TEST_F()
40 private static final int MAX_ATTEMPTS = 10; field in RecoverySnapshotStorageTest221 .setMaxAttempts(MAX_ATTEMPTS) in createTestKeyChainSnapshot()