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

  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsUt.java 83 private HashMap<Integer, Message> mPendingCmds =
107 if (!mPendingCmds.isEmpty()) {
109 mPendingCmds.entrySet().toArray(new Map.Entry[mPendingCmds.size()]);
116 mPendingCmds.clear();
180 mPendingCmds.put(Integer.valueOf(id), result);
209 mPendingCmds.put(Integer.valueOf(id), result);
237 mPendingCmds.put(Integer.valueOf(id), result);
264 mPendingCmds.put(Integer.valueOf(id), result);
290 mPendingCmds.put(Integer.valueOf(id), result)
    [all...]
  /frameworks/base/services/core/java/com/android/server/
NativeDaemonConnector.java 620 // This is used under the protection of a sync of the mPendingCmds object.
623 // (it goes to zero) we can remove this object from the mPendingCmds list.
632 // mPendingCmds queue.
641 private final LinkedList<PendingCmd> mPendingCmds;
645 mPendingCmds = new LinkedList<PendingCmd>();
651 synchronized (mPendingCmds) {
652 for (PendingCmd pendingCmd : mPendingCmds) {
660 while (mPendingCmds.size() >= mMaxCount) {
662 "more buffered than allowed: " + mPendingCmds.size() +
665 PendingCmd pendingCmd = mPendingCmds.remove()
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 

Completed in 248 milliseconds