Home
last modified time | relevance | path

Searched refs:mPendingCmds (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/ims/src/java/com/android/ims/
DImsUt.java87 private HashMap<Integer, Message> mPendingCmds = field in ImsUt
115 if (!mPendingCmds.isEmpty()) { in close()
117 mPendingCmds.entrySet().toArray(new Map.Entry[mPendingCmds.size()]); in close()
124 mPendingCmds.clear(); in close()
188 mPendingCmds.put(Integer.valueOf(id), result); in queryCallBarring()
217 mPendingCmds.put(Integer.valueOf(id), result); in queryCallForward()
245 mPendingCmds.put(Integer.valueOf(id), result); in queryCallWaiting()
272 mPendingCmds.put(Integer.valueOf(id), result); in queryCLIR()
298 mPendingCmds.put(Integer.valueOf(id), result); in queryCLIP()
324 mPendingCmds.put(Integer.valueOf(id), result); in queryCOLR()
[all …]