Home
last modified time | relevance | path

Searched refs:NUM_MAX_ATTEMPTS_TO_RECEIVE_SINGLE_EVENT (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DInputTestCase.java59 private static final int NUM_MAX_ATTEMPTS_TO_RECEIVE_SINGLE_EVENT = 5; field in InputTestCase
317 for (int i = 0; i < NUM_MAX_ATTEMPTS_TO_RECEIVE_SINGLE_EVENT; i++) { in waitForKey()
331 for (int i = 0; i < NUM_MAX_ATTEMPTS_TO_RECEIVE_SINGLE_EVENT; i++) { in waitForMotion()