OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mPhoneType
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/java/com/android/server/location/
ComprehensiveCountryDetector.java
69
private final int
mPhoneType
;
107
mPhoneType
= mTelephonyManager.getPhoneType();
151
if (
mPhoneType
== TelephonyManager.PHONE_TYPE_GSM) {
359
if (mPhoneStateListener == null &&
mPhoneType
== TelephonyManager.PHONE_TYPE_GSM) {
/packages/apps/Contacts/src/com/android/contacts/list/
ShortcutIntentBuilder.java
199
private int
mPhoneType
;
217
mPhoneType
= cursor.getInt(PHONE_TYPE_COLUMN_INDEX);
229
mPhoneType
, mPhoneLabel, mShortcutAction);
/frameworks/base/telephony/java/com/android/internal/telephony/
BaseCommands.java
107
protected int
mPhoneType
;
789
* current phone is determined by
mPhoneType
790
* NOTE: at startup no phone have been created and the RIL determines the
mPhoneType
799
if (mState.isGsm() && !oldState.isOn() && (
mPhoneType
== Phone.PHONE_TYPE_CDMA)) {
809
if (mState.isCdma() && !oldState.isOn() && (
mPhoneType
== Phone.PHONE_TYPE_GSM)) {
Completed in 313 milliseconds