OSDN Git Service

Add a method to get the PhoneType in CellLocation.
authorJaikumar Ganesh <jaikumar@google.com>
Fri, 15 May 2009 19:05:56 +0000 (12:05 -0700)
committerJaikumar Ganesh <jaikumar@google.com>
Wed, 20 May 2009 00:15:22 +0000 (17:15 -0700)
commit9bfbfbd40df381817c0c685b177a2a1d666e101d
tree1ae518219d8d6ea45ecc7d9d5ad97be6ee8b8387
parent988c4d1a3ece97c078658a67b15949db900641e0
Add a method to get the PhoneType in CellLocation.

CellLocation uses TelephonyManager to get the PhoneType.
TelephonyManager uses the system property to get the phoneType,
if the ITelephony interface is not up.
core/java/android/provider/Settings.java
packages/SettingsProvider/src/com/android/providers/settings/DatabaseHelper.java
telephony/java/android/telephony/CellLocation.java
telephony/java/android/telephony/TelephonyManager.java
telephony/java/com/android/internal/telephony/PhoneFactory.java
telephony/java/com/android/internal/telephony/TelephonyProperties.java
telephony/java/com/android/internal/telephony/cdma/CDMAPhone.java
telephony/java/com/android/internal/telephony/gsm/GSMPhone.java