Home
last modified time | relevance | path

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

/packages/apps/EmergencyInfo/src/com/android/emergency/
DEmergencyContactManager.java122 private final String mPhoneType; field in EmergencyContactManager.Contact
137 mPhoneType = phoneType; in Contact()
167 return mPhoneType; in getPhoneType()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DShortcutIntentBuilder.java219 private int mPhoneType; field in ShortcutIntentBuilder.PhoneNumberLoadingAsyncTask
237 mPhoneType = cursor.getInt(PHONE_TYPE_COLUMN_INDEX); in loadData()
250 mPhoneNumber, mPhoneType, mPhoneLabel, mShortcutAction); in onPostExecute()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java269 int mPhoneType = 0; field in BluetoothMapContent.FilterInfo
737 if (V) Log.d(TAG, "getType: phoneType for SMS " + fi.mPhoneType); in getType()
738 if (fi.mPhoneType == TelephonyManager.PHONE_TYPE_CDMA) { in getType()
1947 int phoneType = fi.mPhoneType; in smsSelected()
2036 fi.mPhoneType = tm.getPhoneType(); in setFilterInfo()
2039 if (D) Log.d(TAG, "phone type = " + fi.mPhoneType + in setFilterInfo()