HomeSort by relevance Sort by last modified time
    Searched refs:mCommandQueue (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBar.java 51 protected CommandQueue mCommandQueue;
70 mCommandQueue = new CommandQueue(this, iconList);
76 mBarService.registerStatusBar(mCommandQueue, iconList, notificationKeys, notifications,
  /frameworks/base/services/input/
InputDispatcher.cpp 649 if (mCommandQueue.isEmpty()) {
654 CommandEntry* commandEntry = mCommandQueue.dequeueAtHead();
661 } while (! mCommandQueue.isEmpty());
667 mCommandQueue.enqueueAtTail(commandEntry);
    [all...]
InputDispatcher.h 869 Queue<CommandEntry> mCommandQueue;
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 113 milliseconds