Home
last modified time | relevance | path

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

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