Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java290 protected static final int EVENT_GET_CELL_INFO_LIST = 43; field in ServiceStateTracker
1270 case EVENT_GET_CELL_INFO_LIST: // fallthrough in handleMessage()
5471 Message msg = obtainMessage(EVENT_GET_CELL_INFO_LIST); in requestAllCellInfo()
5476 obtainMessage(EVENT_GET_CELL_INFO_LIST), CELL_INFO_LIST_QUERY_TIMEOUT); in requestAllCellInfo()