Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java264 private static final int EVENT_GET_CELL_LOCATION_DONE = 63; field in PhoneInterfaceManager
1307 phone.getCellIdentity(ws, obtainMessage(EVENT_GET_CELL_LOCATION_DONE, request)); in handleMessage()
1309 case EVENT_GET_CELL_LOCATION_DONE: in handleMessage()