Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/robotests/backup/src/com/android/server/backup/remote/
H A 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
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DOneShotScheduler.java34 private HashMap <String, Integer> scheduled; field in OneShotScheduler