Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java296 private static final int EVENT_GET_CELL_LOCATION_DONE = 63; field in PhoneInterfaceManager
1626 phone.getCellIdentity(ws, obtainMessage(EVENT_GET_CELL_LOCATION_DONE, request)); in handleMessage()
1629 case EVENT_GET_CELL_LOCATION_DONE: { in handleMessage()