Home
last modified time | relevance | path

Searched defs:invocations (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/
DLastCallVerifier.java41 List<Invocation> invocations = data.getAllInvocations(); in verify() local
49 throw new LastCallMismatch(target.getInvocation(), invocation, invocations); in verify() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/lifecycle/
DRepeatWhenAttachedTest.kt314 val invocations: List<Invocation> = _invocations constant
/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncDispatchTimerQueue.cpp353 std::vector<Invocation> invocations; in timerCallback() local