Home
last modified time | relevance | path

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

/frameworks/base/services/robotests/backup/src/com/android/server/backup/remote/
DRemoteCallTest.java124 ConditionVariable scheduled = new ConditionVariable(false); in testCall_whenTimesOutBeforeCallbackIsCalled_returnsTimeOut() local
148 ConditionVariable scheduled = new ConditionVariable(false); in testCall_whenTimesOutBeforeCancelIsCalled_returnsTimeOut() local
161 ConditionVariable scheduled = new ConditionVariable(false); in testCall_whenCallbackIsCalledBeforeTimeOut_returnsResult() local
210 ConditionVariable scheduled = new ConditionVariable(false); in testCall_whenCancelIsCalledBeforeTimeOutButAfterCall_returnsCancel() local
232 ConditionVariable scheduled = new ConditionVariable(false); in testExecute_whenTimesOutBeforeCallback_returnsTimeOut() local
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DOneShotScheduler.java34 private HashMap <String, Integer> scheduled; field in OneShotScheduler
/frameworks/native/services/surfaceflinger/tests/unittests/
DDispSyncSourceTest.cpp114 bool scheduled = false; member