Searched defs:replay (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DMockAccessibilityService.java79 public void replay() { method in class:MockAccessibilityService
88 throw new IllegalStateException("Did you forget to call replay()");
H A DNetworkStatsServiceTest.java155 replay();
193 replay();
209 replay();
226 replay();
247 replay();
273 replay();
288 replay();
307 replay();
338 replay();
351 replay();
1050 private void replay() { method in class:NetworkStatsServiceTest
[all...]
H A DNetworkPolicyManagerServiceTest.java216 replay();
236 replay();
333 replay();
345 replay();
356 replay();
366 replay();
379 replay();
391 replay();
401 replay();
418 replay();
1062 private void replay() { method in class:NetworkPolicyManagerServiceTest
[all...]
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.cpp287 * This function is a simplified version of replay(), where we simply retrieve and log the
288 * display list. This function should remain in sync with the replay() function.
831 * Changes to replay(), specifically those involving opcode or parameter changes, should be mimicked
835 status_t DisplayList::replay(OpenGLRenderer& renderer, Rect& dirty, int32_t flags, uint32_t level) { function in class:android::uirenderer::DisplayList
1393 // Ignore dirty during recording, it matters only when we replay

Completed in 297 milliseconds