Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java262 private static final int CMD_GET_CELL_LOCATION = 62; field in PhoneInterfaceManager
1297 case CMD_GET_CELL_LOCATION: in handleMessage()
2321 return (CellIdentity) sendRequest(CMD_GET_CELL_LOCATION, workSource, subId); in getCellLocation()