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

/packages/apps/Dialer/java/com/android/incallui/incall/impl/
H A DButtonChooserFactory.java35 * @param phoneType the result of a call to {@link TelephonyManager#getPhoneType()}.
39 int voiceNetworkType, boolean isWiFi, int phoneType) {
44 if (phoneType == TelephonyManager.PHONE_TYPE_CDMA) {
48 if (phoneType == TelephonyManager.PHONE_TYPE_GSM) {
38 newButtonChooser( int voiceNetworkType, boolean isWiFi, int phoneType) argument
H A DInCallButtonGridFragment.java93 int phoneType) {
111 ButtonChooserFactory.newButtonChooser(voiceNetworkType, false /* isWiFi */, phoneType);
89 updateButtonStates( List<ButtonController> buttonControllers, @Nullable ButtonChooser buttonChooser, int voiceNetworkType, int phoneType) argument
H A DInCallFragment.java88 private int phoneType; field in class:InCallFragment
170 phoneType = getContext().getSystemService(TelephonyManager.class).getPhoneType();
319 ButtonChooserFactory.newButtonChooser(voiceNetworkType, primaryCallState.isWifi, phoneType);
446 buttonControllers, buttonChooser, voiceNetworkType, phoneType);
/packages/apps/EmergencyInfo/src/com/android/emergency/
H A DEmergencyContactManager.java43 String phoneType = null;
61 phoneType = ContactsContract.CommonDataKinds.Phone.getTypeLabel(
92 return new Contact(contactLookupUri, phoneUri, name, phoneNumber, phoneType, photo);
144 String phoneType,
150 mPhoneType = phoneType;
140 Contact(Uri contactLookupUri, Uri phoneUri, String name, String phoneNumber, String phoneType, Bitmap photo) argument
/packages/services/Telephony/src/com/android/phone/
H A DSimContacts.java77 final int phoneType; field in class:SimContacts.NamePhoneTypePair
84 phoneType = Phone.TYPE_WORK;
86 phoneType = Phone.TYPE_MOBILE;
88 phoneType = Phone.TYPE_HOME;
90 phoneType = Phone.TYPE_OTHER;
94 phoneType = Phone.TYPE_OTHER;
143 final int phoneType = namePhoneTypePair.phoneType;
175 builder.withValue(Phone.TYPE, phoneType);
/packages/apps/Contacts/src/com/android/contacts/
H A DShortcutIntentBuilder.java314 byte[] bitmapData, String phoneNumber, int phoneType, String phoneLabel,
327 icon = generatePhoneNumberIcon(drawable, phoneType, phoneLabel,
333 icon = generatePhoneNumberIcon(drawable, phoneType, phoneLabel,
402 private Bitmap generatePhoneNumberIcon(Drawable photo, int phoneType, String phoneLabel, argument
423 CharSequence overlay = Phone.getTypeLabel(r, phoneType, phoneLabel);
313 createPhoneNumberShortcutIntent(Uri uri, String displayName, String lookupKey, byte[] bitmapData, String phoneNumber, int phoneType, String phoneLabel, String shortcutAction) argument

Completed in 698 milliseconds