Searched refs:setMoratoriumTimeMillis (Results 1 - 2 of 2) sorted by relevance

/frameworks/ex/common/tests/src/com/android/common/
H A DOperationSchedulerTest.java57 scheduler.setMoratoriumTimeMillis(beforeTrigger + 500000);
59 scheduler.setMoratoriumTimeMillis(beforeTrigger + 1500000);
109 scheduler.setMoratoriumTimeMillis(0);
192 scheduler.setMoratoriumTimeMillis(beforeTrigger + 2000000);
235 scheduler.setMoratoriumTimeMillis(beforeTrigger + 1000000);
/frameworks/ex/common/java/com/android/common/
H A DOperationScheduler.java256 public void setMoratoriumTimeMillis(long millis) { method in class:OperationScheduler
273 setMoratoriumTimeMillis(ms + currentTimeMillis());
277 setMoratoriumTimeMillis(AndroidHttpClient.parseDate(retryAfter));

Completed in 69 milliseconds