Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java304 protected static final int EVENT_CELL_LOCATION_RESPONSE = 56; field in ServiceStateTracker
1747 case EVENT_CELL_LOCATION_RESPONSE: in handleMessage()
4477 Message cellLocRsp = obtainMessage(EVENT_CELL_LOCATION_RESPONSE, rspMsg); in requestCellIdentity()