Searched refs:mPendingCellInfoRequests (Results 1 – 1 of 1) sorted by relevance
309 private List<Message> mPendingCellInfoRequests = new LinkedList<Message>(); field in ServiceStateTracker1204 synchronized (mPendingCellInfoRequests) { in handleMessage()1223 synchronized (mPendingCellInfoRequests) { in handleMessage()1229 for (Message m : mPendingCellInfoRequests) { in handleMessage()1233 mPendingCellInfoRequests.clear(); in handleMessage()5013 synchronized (mPendingCellInfoRequests) { in requestAllCellInfo()5017 if (rspMsg != null) mPendingCellInfoRequests.add(rspMsg); in requestAllCellInfo()5033 if (rspMsg != null) mPendingCellInfoRequests.add(rspMsg); in requestAllCellInfo()