Home
last modified time | relevance | path

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

/frameworks/base/tests/utils/testutils/java/android/os/test/
DTestLooper.java43 private static final Field MESSAGE_NEXT_FIELD; field in TestLooper
58 MESSAGE_NEXT_FIELD = Message.class.getDeclaredField("next");
59 MESSAGE_NEXT_FIELD.setAccessible(true);
105 msg = (Message) MESSAGE_NEXT_FIELD.get(msg); in moveTimeForward()
123 msg = (Message) MESSAGE_NEXT_FIELD.get(msg); in messageQueueNext()
130 MESSAGE_NEXT_FIELD.set(prevMsg, MESSAGE_NEXT_FIELD.get(msg)); in messageQueueNext()
133 MESSAGE_NEXT_FIELD.get(msg)); in messageQueueNext()
135 MESSAGE_NEXT_FIELD.set(msg, null); in messageQueueNext()