Home
last modified time | relevance | path

Searched refs:getRunnable (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DHandlerActionQueueTest.java44 assertEquals(runnable1, runQueue.getRunnable(0)); in testPostAndRemove()
45 assertEquals(runnable1, runQueue.getRunnable(1)); in testPostAndRemove()
46 assertEquals(runnable2, runQueue.getRunnable(2)); in testPostAndRemove()
47 assertEquals(runnable1, runQueue.getRunnable(3)); in testPostAndRemove()
48 assertEquals(null, runQueue.getRunnable(4)); in testPostAndRemove()
54 assertEquals(runnable2, runQueue.getRunnable(0)); in testPostAndRemove()
55 assertEquals(null, runQueue.getRunnable(1)); in testPostAndRemove()
58 assertNull(runQueue.getRunnable(2)); in testPostAndRemove()
69 assertEquals(null, runQueue.getRunnable(0)); in testPostAndRemove()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DMockScheduledExecutorService.java57 future.getRunnable().run(); in fastForwardTime()
58 mExecutes.add(future.getRunnable()); in fastForwardTime()
154 future.getRunnable().run(); in submit()
213 public Runnable getRunnable() { in getRunnable() method in MockScheduledExecutorService.MockScheduledFuture
/aosp14/frameworks/base/core/java/android/view/
H A DHandlerActionQueue.java97 public Runnable getRunnable(int index) { in getRunnable() method in HandlerActionQueue
/aosp14/frameworks/base/core/java/android/app/
H A DLoadedApk.java1770 public final Runnable getRunnable() { in getRunnable() method in LoadedApk.ReceiverDispatcher.Args
1902 if (intent == null || !mActivityThread.post(args.getRunnable())) { in performReceive()
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt2060 HSPLandroid/app/LoadedApk$ReceiverDispatcher$Args;->getRunnable()Ljava/lang/Runnable;
2061 HSPLandroid/app/LoadedApk$ReceiverDispatcher$Args;->lambda$getRunnable$0()V+]Ljava/lang/Class;Ljava…
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt2060 HSPLandroid/app/LoadedApk$ReceiverDispatcher$Args;->getRunnable()Ljava/lang/Runnable;
2061 HSPLandroid/app/LoadedApk$ReceiverDispatcher$Args;->lambda$getRunnable$0()V+]Ljava/lang/Class;Ljava…
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7296 Landroid/app/LoadedApk$ReceiverDispatcher$Args;->getRunnable()Ljava/lang/Runnable;
60098 Landroid/view/HandlerActionQueue;->getRunnable(I)Ljava/lang/Runnable;