Skip to content
Snippets Groups Projects
Commit d9546e93 authored by Chan Kim's avatar Chan Kim Committed by Gerrit Code Review
Browse files

Merge "Update language to comply with Android's inclusive language guidance" into main

parents 8b3dfbf7 aab3f444
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ public class TestHandler extends Handler {
uptimeMillis = uptimeMillis - SystemClock.uptimeMillis() + mClock.getAsLong();
}
// post a dummy queue entry to keep track of message removal
// post a sentinel queue entry to keep track of message removal
return super.sendMessageAtTime(msg, Long.MAX_VALUE)
&& mMessages.add(new MsgInfo(Message.obtain(msg), uptimeMillis, mMessageCount));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment