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.java339 private List<Message> mPendingCellInfoRequests = new LinkedList<Message>(); field in ServiceStateTracker
1285 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()