Searched refs:RUNTIME (Results 1 – 14 of 14) sorted by relevance
36 static final int RUNTIME = 300; field in HandlerTest39 static final long DELAYED = RUNTIME + 50;65 }).runTest(RUNTIME); in testConstructor()74 assertTrue(mHandler.postAtTime(r, SystemClock.uptimeMillis() + RUNTIME)); in testPostAtTime1()84 assertTrue(mHandler.postAtTime(r, token, SystemClock.uptimeMillis() + RUNTIME)); in testPostAtTime2()93 assertTrue(mHandler1.sendMessageAtTime(msg, SystemClock.uptimeMillis() + RUNTIME)); in testSendMessageAtTime()109 mHandler.sendMessageAtTime(msg, SystemClock.uptimeMillis() + RUNTIME); in testHasMessagesWithInt()119 mHandler.sendMessageAtTime(msg, SystemClock.uptimeMillis() + RUNTIME); in testHasMessagesWithObject()127 mHandler1.sendMessageAtTime(msg, SystemClock.uptimeMillis() + RUNTIME); in testRemoveCallbacksAndMessages()128 sleep(RUNTIME / 2); in testRemoveCallbacksAndMessages()[all …]
20 import static java.lang.annotation.RetentionPolicy.RUNTIME;26 @Retention(RUNTIME)
27 @Retention(RetentionPolicy.RUNTIME)
24 @Retention(RetentionPolicy.RUNTIME)
25 @Retention(RetentionPolicy.RUNTIME)
32 @Retention(RetentionPolicy.RUNTIME)
235 @Retention(RetentionPolicy.RUNTIME)
1078 @Retention(RetentionPolicy.RUNTIME)
3228 name: "RUNTIME"
4477 name: "RUNTIME"