Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java309 private List<Message> mPendingCellInfoRequests = new LinkedList<Message>(); field in ServiceStateTracker
1204 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()