HomeSort by relevance Sort by last modified time
    Searched refs:mPhoneType (Results 1 - 4 of 4) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ShortcutIntentBuilder.java 219 private int mPhoneType;
237 mPhoneType = cursor.getInt(PHONE_TYPE_COLUMN_INDEX);
250 mPhoneNumber, mPhoneType, mPhoneLabel, mShortcutAction);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java 133 int mPhoneType = 0;
553 if (fi.mPhoneType == TelephonyManager.PHONE_TYPE_GSM) {
555 } else if (fi.mPhoneType == TelephonyManager.PHONE_TYPE_CDMA) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
BaseCommands.java 97 protected int mPhoneType;
RIL.java 609 mPhoneType = RILConstants.NO_PHONE;
    [all...]

Completed in 297 milliseconds