Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java337 private boolean mIsPendingCellInfoRequest = false; field in ServiceStateTracker
1294 if (!mIsPendingCellInfoRequest) break; in handleMessage()
1313 if (mIsPendingCellInfoRequest) { in handleMessage()
1315 mIsPendingCellInfoRequest = false; in handleMessage()
5448 if (mIsPendingCellInfoRequest) { in requestAllCellInfo()
5469 mIsPendingCellInfoRequest = true; in requestAllCellInfo()