Searched refs:mQueuedCommands (Results 1 – 2 of 2) sorted by relevance
76 private ArrayList<Command> mQueuedCommands; field in FieldClassificationStrategy152 if (mQueuedCommands == null) { in connectAndRun()153 mQueuedCommands = new ArrayList<>(1); in connectAndRun()155 mQueuedCommands.add(command); in connectAndRun()171 if (mQueuedCommands != null) { in connectAndRun()172 final int size = mQueuedCommands.size(); in connectAndRun()175 final Command queuedCommand = mQueuedCommands.get(i); in connectAndRun()183 mQueuedCommands = null; in connectAndRun()280 if (mQueuedCommands == null) { in dump()283 pw.println(mQueuedCommands.size()); in dump()
468 private ArrayList<Command> mQueuedCommands; field in DisplayHashController.DisplayHashingServiceConnection475 if (mQueuedCommands != null) { in onServiceConnected()476 final int size = mQueuedCommands.size(); in onServiceConnected()479 final Command queuedCommand = mQueuedCommands.get(i); in onServiceConnected()487 mQueuedCommands = null; in onServiceConnected()524 if (mQueuedCommands == null) { in runCommandLocked()525 mQueuedCommands = new ArrayList<>(1); in runCommandLocked()527 mQueuedCommands.add(command); in runCommandLocked()