HomeSort by relevance Sort by last modified time
    Searched full:phonetype (Results 1 - 25 of 28) sorted by null

1 2

  /packages/apps/Phone/src/com/android/phone/
InCallControlState.java 105 int phoneType = mPhone.getPhoneType();
106 if (phoneType == Phone.PHONE_TYPE_GSM) {
113 } else if (phoneType == Phone.PHONE_TYPE_CDMA) {
118 throw new IllegalStateException("Unexpected phone type: " + phoneType);
145 if (phoneType == Phone.PHONE_TYPE_CDMA) {
157 } else if (phoneType == Phone.PHONE_TYPE_GSM) {
171 if (phoneType == Phone.PHONE_TYPE_GSM) {
183 } else if (phoneType == Phone.PHONE_TYPE_CDMA) {
SimContacts.java 72 final int phoneType;
79 phoneType = Phone.TYPE_WORK;
81 phoneType = Phone.TYPE_MOBILE;
83 phoneType = Phone.TYPE_HOME;
85 phoneType = Phone.TYPE_OTHER;
89 phoneType = Phone.TYPE_OTHER;
143 final int phoneType = namePhoneTypePair.phoneType;
192 builder.withValue(Phone.TYPE, phoneType);
InCallMenu.java 217 int phoneType = app.phone.getPhoneType();
218 if (phoneType == Phone.PHONE_TYPE_GSM) {
233 if (phoneType == Phone.PHONE_TYPE_CDMA) {
236 } else if (phoneType == Phone.PHONE_TYPE_GSM) {
241 throw new IllegalStateException("Unexpected phone type: " + phoneType);
324 int phoneType = phone.getPhoneType();
326 if (phoneType == Phone.PHONE_TYPE_CDMA) {
335 } else if (phoneType == Phone.PHONE_TYPE_GSM) {
347 throw new IllegalStateException("Unexpected phone type: " + phoneType);
CallCard.java 279 int phoneType = phone.getPhoneType();
280 if (phoneType == Phone.PHONE_TYPE_CDMA) {
290 } else if (phoneType == Phone.PHONE_TYPE_GSM) {
415 int phoneType = phone.getPhoneType();
416 if (phoneType == Phone.PHONE_TYPE_CDMA) {
418 } else if (phoneType == Phone.PHONE_TYPE_GSM) {
421 throw new IllegalStateException("Unexpected phone type: " + phoneType);
449 if (phoneType == Phone.PHONE_TYPE_CDMA) {
549 int phoneType = mApplication.phone.getPhoneType();
550 if (phoneType == Phone.PHONE_TYPE_CDMA)
    [all...]
PhoneUtils.java 341 int phoneType = phone.getPhoneType();
343 if (phoneType == Phone.PHONE_TYPE_CDMA) {
363 } else if (phoneType == Phone.PHONE_TYPE_GSM) {
369 throw new IllegalStateException("Unexpected phone type: " + phoneType);
510 int phoneType = phone.getPhoneType();
514 if (phoneType == Phone.PHONE_TYPE_GSM) {
532 if (phoneType == Phone.PHONE_TYPE_CDMA) {
700 int phoneType = phone.getPhoneType();
709 if (phoneType == Phone.PHONE_TYPE_CDMA) {
712 } else if (phoneType == Phone.PHONE_TYPE_GSM)
    [all...]
SpecialCharSequenceMgr.java 202 int phoneType = PhoneApp.getInstance().phone.getPhoneType();
203 if (phoneType == Phone.PHONE_TYPE_CDMA) {
206 } else if (phoneType == Phone.PHONE_TYPE_GSM) {
OutgoingCallBroadcaster.java 98 int phoneType = app.phone.getPhoneType();
99 if (phoneType == Phone.PHONE_TYPE_CDMA) {
127 } else if ((phoneType == Phone.PHONE_TYPE_CDMA)
Settings.java 203 int phoneType = mPhone.getPhoneType();
204 if (phoneType == Phone.PHONE_TYPE_CDMA) {
209 } else if (phoneType == Phone.PHONE_TYPE_GSM) {
213 throw new IllegalStateException("Unexpected phone type: " + phoneType);
DTMFTwelveKeyDialer.java     [all...]
InCallTouchUi.java 341 int phoneType = phone.getPhoneType();
364 if (phoneType == Phone.PHONE_TYPE_CDMA) {
369 } else if (phoneType == Phone.PHONE_TYPE_GSM) {
374 throw new IllegalStateException("Unexpected phone type: " + phoneType);
389 if (phoneType == Phone.PHONE_TYPE_GSM) {
397 } else if (phoneType == Phone.PHONE_TYPE_CDMA) {
402 throw new IllegalStateException("Unexpected phone type: " + phoneType);
480 if (phoneType == Phone.PHONE_TYPE_CDMA) {
    [all...]
BluetoothHandsfree.java     [all...]
InCallScreen.java 388 int phoneType = mPhone.getPhoneType();
389 if (phoneType == Phone.PHONE_TYPE_CDMA) {
391 } else if (phoneType == Phone.PHONE_TYPE_GSM) {
    [all...]
PhoneInterfaceManager.java 139 int phoneType = mPhone.getPhoneType();
140 if (phoneType == Phone.PHONE_TYPE_CDMA) {
144 } else if (phoneType == Phone.PHONE_TYPE_GSM) {
148 throw new IllegalStateException("Unexpected phone type: " + phoneType);
CallNotifier.java     [all...]
CallFeaturesSetting.java     [all...]
PhoneApp.java 404 int phoneType = phone.getPhoneType();
406 if (phoneType == Phone.PHONE_TYPE_CDMA) {
461 if (phoneType == Phone.PHONE_TYPE_GSM) {
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneFactory.java 110 int phoneType = getPhoneType(networkMode);
111 if (phoneType == Phone.PHONE_TYPE_GSM) {
115 } else if (phoneType == Phone.PHONE_TYPE_CDMA) {
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactOperations.java 150 * @param phoneType the type: cell, home, etc.
153 public ContactOperations addPhone(String phone, int phoneType) {
157 mValues.put(Phone.TYPE, phoneType);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapCallLogComposer.java 212 public String composeVCardForPhoneOwnNumber(int phonetype, String phoneName,
226 String label = Integer.toString(phonetype);
227 builder.appendTelLine(phonetype, label, phoneNumber, false);
  /packages/apps/Contacts/src/com/android/contacts/
SpecialCharSequenceMgr.java 186 int phoneType = ((TelephonyManager)context.getSystemService(
189 if (phoneType == TelephonyManager.PHONE_TYPE_GSM) {
192 } else if (phoneType == TelephonyManager.PHONE_TYPE_CDMA) {
  /development/pdk/docs/porting/
instrumentation_framework.jd 73 private void addNewContact(String name, int star, int phoneType, String number, String label,
87 values.put(Contacts.Phones.TYPE, phoneType);
instrumentation_testing.jd 408 private void addNewContact(String name, int star, int phoneType, String number, String label,
422 values.put(Contacts.Phones.TYPE, phoneType);
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
CommandRecognizerEngine.java     [all...]
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactAdder.java 175 int phoneType = mContactPhoneTypes.get(
201 .withValue(ContactsContract.CommonDataKinds.Phone.TYPE, phoneType)
  /frameworks/base/core/java/android/pim/vcard/
VCardBuilder.java     [all...]

Completed in 330 milliseconds

1 2