Searched defs:phoneType (Results 1 - 5 of 5) sorted by relevance

/packages/apps/VoiceDialer/src/com/android/voicedialer/
H A DCommandRecognizerEngine.java1024 String phoneType = null;
1027 phoneType = null;
1030 phoneType = "H";
1033 phoneType = "M";
1036 phoneType = "W";
1039 phoneType = "O";
1045 literal + phoneIdMsg, phoneType, 0);
1208 String phoneType, int flags) {
1212 .putExtra(PHONE_TYPE_EXTRA, phoneType);
1207 addCallIntent(ArrayList<Intent> intents, Uri uri, String literal, String phoneType, int flags) argument
/packages/services/Telephony/src/com/android/phone/
H A DSimContacts.java76 final int phoneType; field in class:SimContacts.NamePhoneTypePair
83 phoneType = Phone.TYPE_WORK;
85 phoneType = Phone.TYPE_MOBILE;
87 phoneType = Phone.TYPE_HOME;
89 phoneType = Phone.TYPE_OTHER;
93 phoneType = Phone.TYPE_OTHER;
142 final int phoneType = namePhoneTypePair.phoneType;
174 builder.withValue(Phone.TYPE, phoneType);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DShortcutIntentBuilder.java290 String phoneNumber, int phoneType, String phoneLabel, String shortcutAction) {
297 bitmap = generatePhoneNumberIcon(bitmap, phoneType, phoneLabel,
301 bitmap = generatePhoneNumberIcon(bitmap, phoneType, phoneLabel,
357 private Bitmap generatePhoneNumberIcon(Bitmap photo, int phoneType, String phoneLabel, argument
380 CharSequence overlay = Phone.getTypeLabel(r, phoneType, phoneLabel);
289 createPhoneNumberShortcutIntent(Uri uri, String displayName, byte[] bitmapData, String phoneNumber, int phoneType, String phoneLabel, String shortcutAction) argument
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
H A DCallLogFragmentTest.java349 private CharSequence getTypeLabel(int phoneType) { argument
350 return Phone.getTypeLabel(getActivity().getResources(), phoneType, "");
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContent.java111 int phoneType = 0; field in class:BluetoothMapContent.FilterInfo
472 if (fi.phoneType == TelephonyManager.PHONE_TYPE_GSM) {
474 } else if (fi.phoneType == TelephonyManager.PHONE_TYPE_CDMA) {
644 if (fi.phoneType == TelephonyManager.PHONE_TYPE_GSM) {
646 } else if (fi.phoneType == TelephonyManager.PHONE_TYPE_CDMA) {
1107 int phoneType = fi.phoneType;
1114 if (((msgType & 0x01) == 0) && (phoneType == TelephonyManager.PHONE_TYPE_GSM))
1117 if (((msgType & 0x02) == 0) && (phoneType == TelephonyManager.PHONE_TYPE_CDMA))
1138 fi.phoneType
[all...]

Completed in 173 milliseconds