Searched refs:mPendingCellInfoRequests (Results 1 – 1 of 1) sorted by relevance
335 private List<Message> mPendingCellInfoRequests = new LinkedList<Message>(); field in ServiceStateTracker1291 synchronized (mPendingCellInfoRequests) { in handleMessage()1310 synchronized (mPendingCellInfoRequests) { in handleMessage()1316 for (Message m : mPendingCellInfoRequests) { in handleMessage()1320 mPendingCellInfoRequests.clear(); in handleMessage()5445 synchronized (mPendingCellInfoRequests) { in requestAllCellInfo()5449 if (rspMsg != null) mPendingCellInfoRequests.add(rspMsg); in requestAllCellInfo()5465 if (rspMsg != null) mPendingCellInfoRequests.add(rspMsg); in requestAllCellInfo()