Home
last modified time | relevance | path

Searched refs:setMoratoriumTimeHttp (Results 1 – 2 of 2) sorted by relevance

/frameworks/ex/common/tests/src/com/android/common/
DOperationSchedulerTest.java219 assertTrue(scheduler.setMoratoriumTimeHttp("3000")); in testMoratoriumWithHttpDate()
225 assertTrue(scheduler.setMoratoriumTimeHttp("Fri, 31 Dec 2030 23:59:59 GMT")); in testMoratoriumWithHttpDate()
228 assertFalse(scheduler.setMoratoriumTimeHttp("not actually a date")); in testMoratoriumWithHttpDate()
/frameworks/ex/common/java/com/android/common/
DOperationScheduler.java267 public boolean setMoratoriumTimeHttp(String retryAfter) { in setMoratoriumTimeHttp() method in OperationScheduler