Home
last modified time | relevance | path

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

/frameworks/proto_logging/stats/atoms/wearpas/
Dwearpas_extension_atoms.proto76 * Number of times suspend backoff continued, either multiplying the backoff
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java742 boolean continued, long interval, Point... points) { in createSimpleGestureFromPoints() argument
752 touchPoints[0].mIsEndOfPath = ((i == points.length - 1) && !continued); in createSimpleGestureFromPoints()
/frameworks/native/opengl/specs/
DEGL_ANDROID_native_fence_sync.txt246 before providing it if they require continued use of the native fence.
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayContentTests.java1985 final boolean[] continued = new boolean[1]; in testRemoteRotation()
1987 continued[0] = true; in testRemoteRotation()
2019 assertTrue(continued[0]); in testRemoteRotation()