Searched refs:postAtFrontOfQueue (Results 1 – 7 of 7) sorted by relevance
56 public final boolean postAtFrontOfQueue(Runnable runnable) { in postAtFrontOfQueue() method in ShadowHandler57 return shadowOf(looper).postAtFrontOfQueue(runnable); in postAtFrontOfQueue()136 postAtFrontOfQueue(new Runnable() { in sendMessageAtFrontOfQueue()
161 public boolean postAtFrontOfQueue(Runnable runnable) {163 scheduler.postAtFrontOfQueue(runnable);
59 scheduler.postAtFrontOfQueue(new AddToTranscript("three")); in testShadowPostAtFrontOfQueue()74 scheduler.postAtFrontOfQueue(new AddToTranscript("three")); in testShadowPostAtFrontOfQueue_whenUnpaused()
78 assertFalse(shadowOf(looper).postAtFrontOfQueue(new Runnable() { in shouldNotQueueMessagesIfLooperIsQuit()
189 boolean result = new Handler().postAtFrontOfQueue(task2); in testPostAtFrontOfQueueThenRunMainLooperOneTaskAtATime_shouldRunFrontOfQueueTaskFirst()
43 public void postAtFrontOfQueue(Runnable runnable) { in postAtFrontOfQueue() method in Scheduler
META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...