Searched refs:mUnreadyQueue (Results 1 – 1 of 1) sorted by relevance
2913 private List<Message> mUnreadyQueue = new ArrayList<Message>(); field in SyncManager.SyncHandler2953 mUnreadyQueue.add(m); in tryEnqueueMessageUntilReadyToRun()2982 if (mUnreadyQueue != null) { in handleMessage()2983 for (Message m : mUnreadyQueue) { in handleMessage()2986 mUnreadyQueue = null; in handleMessage()