Searched refs:mPendingCellInfoRequests (Results 1 – 1 of 1) sorted by relevance
339 private List<Message> mPendingCellInfoRequests = new LinkedList<Message>(); field in ServiceStateTracker1285 synchronized (mPendingCellInfoRequests) { in handleMessage()1304 synchronized (mPendingCellInfoRequests) { in handleMessage()1310 for (Message m : mPendingCellInfoRequests) { in handleMessage()1314 mPendingCellInfoRequests.clear(); in handleMessage()5419 synchronized (mPendingCellInfoRequests) { in requestAllCellInfo()5423 if (rspMsg != null) mPendingCellInfoRequests.add(rspMsg); in requestAllCellInfo()5439 if (rspMsg != null) mPendingCellInfoRequests.add(rspMsg); in requestAllCellInfo()