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.java135 private final String mPhoneType; field in EmergencyContactManager.Contact
150 mPhoneType = phoneType; in Contact()
180 return mPhoneType; in getPhoneType()
/packages/apps/Contacts/src/com/android/contacts/
DShortcutIntentBuilder.java225 private int mPhoneType; field in ShortcutIntentBuilder.PhoneNumberLoadingAsyncTask
243 mPhoneType = cursor.getInt(PHONE_TYPE_COLUMN_INDEX); in loadData()
256 mPhoneNumber, mPhoneType, mPhoneLabel, mShortcutAction); in onPostExecute()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java262 int mPhoneType = 0; field in BluetoothMapContent.FilterInfo
746 Log.d(TAG, "getType: phoneType for SMS " + fi.mPhoneType); in getType()
748 if (fi.mPhoneType == TelephonyManager.PHONE_TYPE_CDMA) { in getType()
2084 int phoneType = fi.mPhoneType; in smsSelected()
2191 fi.mPhoneType = tm.getPhoneType(); in setFilterInfo()