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

/packages/apps/Contacts/src/com/android/contacts/list/
H A DShortcutIntentBuilder.java272 String phoneNumber, int phoneType, String phoneLabel, String shortcutAction) {
279 bitmap = generatePhoneNumberIcon(bitmap, phoneType, phoneLabel,
283 bitmap = generatePhoneNumberIcon(bitmap, phoneType, phoneLabel,
339 private Bitmap generatePhoneNumberIcon(Bitmap photo, int phoneType, String phoneLabel, argument
362 CharSequence overlay = Phone.getTypeLabel(r, phoneType, phoneLabel);
271 createPhoneNumberShortcutIntent(Uri uri, String displayName, byte[] bitmapData, String phoneNumber, int phoneType, String phoneLabel, String shortcutAction) argument
/packages/apps/Phone/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/VoiceDialer/src/com/android/voicedialer/
H A DCommandRecognizerEngine.java1012 String phoneType = null;
1015 phoneType = null;
1018 phoneType = "H";
1021 phoneType = "M";
1024 phoneType = "W";
1027 phoneType = "O";
1033 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/apps/Contacts/tests/src/com/android/contacts/calllog/
H A DCallLogFragmentTest.java349 private CharSequence getTypeLabel(int phoneType) { argument
350 return Phone.getTypeLabel(getActivity().getResources(), phoneType, "");

Completed in 723 milliseconds