summaryrefslogtreecommitdiffstats
path: root/telephony/java/android/telephony/NeighboringCellInfo.java
Commit message (Collapse)AuthorAgeFilesLines
* Add some network/phone type constants.Robert Greenwalt2010-11-031-1/+1
| | | | | | | Support for LTE (and SIP-based voice) and the stepping-stone eHPRD. bug:3125398 Change-Id: Ied3d96fa09d9c758a82a2fd1817f55db711d1a4f
* telephony: Fix CID when CID is unknownNaveen Kalla2010-04-121-3/+6
| | | | | Unknown CID is indicated as 0xFFFFFFFF by ril. When telephony receives that value, set CID to UNKNOWN.
* Cleanup @hide and @deprecated directives.Wink Saville2009-12-021-5/+10
| | | | | Bug: 2294396 Change-Id: Icb34706a203fb34e52c67b904328e91a7803d4fc
* Update from API review.Dianne Hackborn2009-09-301-0/+4
| | | | Change-Id: I16b1c566f91167aac9615ac59dd297a154c828ea
* Update CID in NeighboringCellInfojohnwang2009-09-251-9/+173
| | | | | | | | | | | | | | | | NeighboringCellInfo works in GSM and UMTS network. In GSM network, the locaiton value is the combination of LAC and CID. In UMTS network, the locaiton value is PSC code. NeighboringCellInfo should access and store those two values seperately. It involves the change of Public API. 1. Add new API getRadioType(), getLac(), and getPsc() to get location info in GSM and UMTS. 2. Deprecate setCid() and NeighboringCellInfo(int cid) because cid is set by interpreting network type.
* Cleanup whitespace.Wink Saville2009-06-091-7/+7
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+123
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-123/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+123