HomeSort by relevance Sort by last modified time
    Searched full:amountleft (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/tests/coretests/src/android/util/
TouchModeFlexibleAsserts.java 62 int amountLeft = MAX_DELAY_MILLIS;
64 while (checkForTouchMode.isInTouchMode() && amountLeft > 0) {
65 amountLeft -= 200;

Completed in 3734 milliseconds