├── Android.mk
├── AndroidManifest.xml
├── CleanSpec.mk
├── MODULE_LICENSE_APACHE2
├── NOTICE
├── assets
├── eri.xml
├── eri_310120.xml
├── eri_311480.xml
├── eri_311490.xml
└── eri_311870.xml
├── lint.xml
├── proguard.flags
├── res
├── color
│ ├── default_sim_icon_tint_color.xml
│ ├── ota_title_color.xml
│ ├── settings_text_color_primary.xml
│ └── settings_text_color_secondary.xml
├── drawable-hdpi
│ ├── dial_num_pound_wht.png
│ ├── dial_num_star_wht.png
│ ├── fab_ic_call.png
│ ├── green_divider.png
│ ├── ic_active_state_dialer_holo_dark.png
│ ├── ic_add_24dp.png
│ ├── ic_arrow_back_24dp.png
│ ├── ic_btn_back.png
│ ├── ic_btn_next.png
│ ├── ic_dial_action_call.png
│ ├── ic_dial_action_delete.png
│ ├── ic_dialer_sip_black_24dp.png
│ ├── ic_emergency_callback_mode.png
│ ├── ic_launcher_sip_call.png
│ ├── ic_menu_contact.png
│ ├── ic_menu_overflow_lt.png
│ ├── ic_multi_sim.png
│ ├── ic_see_contacts_holo_dark.png
│ ├── ic_signal_wifi_4_bar_24dp.png
│ ├── list_focused_holo.9.png
│ ├── list_pressed_holo_dark.9.png
│ ├── list_selector_disabled_holo_dark.9.png
│ ├── stat_notify_voicemail_sub1.png
│ ├── stat_notify_voicemail_sub2.png
│ ├── stat_sys_phone_call.png
│ ├── stat_sys_phone_call_end.png
│ ├── stat_sys_phone_call_forward.png
│ ├── stat_sys_phone_call_forward_sub1.png
│ ├── stat_sys_phone_call_forward_sub2.png
│ ├── stat_sys_phone_call_on_hold.png
│ ├── stat_sys_vp_phone_call.png
│ └── stat_sys_vp_phone_call_on_hold.png
├── drawable-ldrtl-hdpi
│ ├── ic_btn_back.png
│ ├── ic_btn_next.png
│ ├── ic_dial_action_call.png
│ ├── ic_emergency_callback_mode.png
│ ├── ic_see_contacts_holo_dark.png
│ ├── stat_sys_phone_call.png
│ ├── stat_sys_phone_call_forward.png
│ ├── stat_sys_phone_call_on_hold.png
│ ├── stat_sys_vp_phone_call.png
│ └── stat_sys_vp_phone_call_on_hold.png
├── drawable-ldrtl-mdpi
│ ├── ic_btn_back.png
│ ├── ic_btn_next.png
│ ├── ic_dial_action_call.png
│ ├── ic_emergency_callback_mode.png
│ ├── ic_see_contacts_holo_dark.png
│ ├── stat_sys_phone_call.png
│ ├── stat_sys_phone_call_forward.png
│ ├── stat_sys_phone_call_on_hold.png
│ ├── stat_sys_vp_phone_call.png
│ └── stat_sys_vp_phone_call_on_hold.png
├── drawable-ldrtl-xhdpi
│ ├── ic_btn_back.png
│ ├── ic_btn_next.png
│ ├── ic_dial_action_call.png
│ ├── ic_emergency_callback_mode.png
│ ├── ic_see_contacts_holo_dark.png
│ ├── stat_sys_phone_call.png
│ ├── stat_sys_phone_call_forward.png
│ ├── stat_sys_phone_call_on_hold.png
│ ├── stat_sys_vp_phone_call.png
│ └── stat_sys_vp_phone_call_on_hold.png
├── drawable-ldrtl-xxhdpi
│ └── ic_emergency_callback_mode.png
├── drawable-ldrtl-xxxhdpi
│ └── ic_emergency_callback_mode.png
├── drawable-mdpi
│ ├── dial_num_pound_wht.png
│ ├── dial_num_star_wht.png
│ ├── fab_ic_call.png
│ ├── green_divider.png
│ ├── ic_active_state_dialer_holo_dark.png
│ ├── ic_add_24dp.png
│ ├── ic_arrow_back_24dp.png
│ ├── ic_btn_back.png
│ ├── ic_btn_next.png
│ ├── ic_dial_action_call.png
│ ├── ic_dial_action_delete.png
│ ├── ic_dialer_sip_black_24dp.png
│ ├── ic_emergency_callback_mode.png
│ ├── ic_launcher_sip_call.png
│ ├── ic_menu_contact.png
│ ├── ic_menu_overflow_lt.png
│ ├── ic_multi_sim.png
│ ├── ic_see_contacts_holo_dark.png
│ ├── ic_signal_wifi_4_bar_24dp.png
│ ├── list_focused_holo.9.png
│ ├── list_pressed_holo_dark.9.png
│ ├── list_selector_disabled_holo_dark.9.png
│ ├── stat_sys_phone_call.png
│ ├── stat_sys_phone_call_end.png
│ ├── stat_sys_phone_call_forward.png
│ ├── stat_sys_phone_call_on_hold.png
│ ├── stat_sys_vp_phone_call.png
│ └── stat_sys_vp_phone_call_on_hold.png
├── drawable-xhdpi
│ ├── dial_num_pound_wht.png
│ ├── dial_num_star_wht.png
│ ├── fab_ic_call.png
│ ├── green_divider.png
│ ├── ic_active_state_dialer_holo_dark.png
│ ├── ic_add_24dp.png
│ ├── ic_arrow_back_24dp.png
│ ├── ic_btn_back.png
│ ├── ic_btn_next.png
│ ├── ic_dial_action_call.png
│ ├── ic_dial_action_delete.png
│ ├── ic_dialer_sip_black_24dp.png
│ ├── ic_emergency_callback_mode.png
│ ├── ic_launcher_sip_call.png
│ ├── ic_menu_contact.png
│ ├── ic_menu_overflow_lt.png
│ ├── ic_multi_sim.png
│ ├── ic_see_contacts_holo_dark.png
│ ├── ic_signal_wifi_4_bar_24dp.png
│ ├── list_focused_holo.9.png
│ ├── list_pressed_holo_dark.9.png
│ ├── list_selector_disabled_holo_dark.9.png
│ ├── stat_sys_phone_call.png
│ ├── stat_sys_phone_call_end.png
│ ├── stat_sys_phone_call_forward.png
│ ├── stat_sys_phone_call_on_hold.png
│ ├── stat_sys_vp_phone_call.png
│ └── stat_sys_vp_phone_call_on_hold.png
├── drawable-xxhdpi
│ ├── fab_ic_call.png
│ ├── ic_add_24dp.png
│ ├── ic_arrow_back_24dp.png
│ ├── ic_emergency_callback_mode.png
│ ├── ic_menu_overflow_lt.png
│ ├── ic_multi_sim.png
│ └── ic_signal_wifi_4_bar_24dp.png
├── drawable-xxxhdpi
│ ├── ic_add_24dp.png
│ ├── ic_arrow_back_24dp.png
│ ├── ic_emergency_callback_mode.png
│ ├── ic_multi_sim.png
│ └── ic_signal_wifi_4_bar_24dp.png
├── drawable
│ ├── btn_compound_background.xml
│ ├── floating_action_button.xml
│ ├── ic_back_arrow.xml
│ ├── list_selector_focused_and_checked.xml
│ ├── overflow_menu.xml
│ └── preference_background.xml
├── layout
│ ├── adn_list.xml
│ ├── change_sim_pin_screen.xml
│ ├── delete_fdn_contact_screen.xml
│ ├── dialog_ussd_response.xml
│ ├── edit_fdn_contact_screen.xml
│ ├── emergency_dialer.xml
│ ├── enable_fdn_screen.xml
│ ├── enable_sim_pin_screen.xml
│ ├── fake_phone_activity.xml
│ ├── get_pin2_screen.xml
│ ├── otacall_card.xml
│ ├── outgoing_call_broadcaster.xml
│ ├── pref_dialog_editphonenumber.xml
│ ├── pref_dialog_editpin.xml
│ ├── sim_import_list_entry.xml
│ ├── sim_ndp.xml
│ ├── telephony_disallowed_preference_screen.xml
│ └── voicemail_change_pin.xml
├── mipmap-hdpi
│ ├── ic_launcher_contacts.png
│ └── ic_launcher_phone.png
├── mipmap-mdpi
│ ├── ic_launcher_contacts.png
│ └── ic_launcher_phone.png
├── mipmap-xhdpi
│ ├── ic_launcher_contacts.png
│ └── ic_launcher_phone.png
├── mipmap-xxhdpi
│ ├── ic_launcher_contacts.png
│ └── ic_launcher_phone.png
├── mipmap-xxxhdpi
│ ├── ic_launcher_contacts.png
│ └── ic_launcher_phone.png
├── values-af
│ ├── arrays.xml
│ └── strings.xml
├── values-am
│ ├── arrays.xml
│ └── strings.xml
├── values-ar
│ ├── arrays.xml
│ └── strings.xml
├── values-az-rAZ
│ ├── arrays.xml
│ └── strings.xml
├── values-b+sr+Latn
│ ├── arrays.xml
│ └── strings.xml
├── values-be-rBY
│ ├── arrays.xml
│ └── strings.xml
├── values-bg
│ ├── arrays.xml
│ └── strings.xml
├── values-bn-rBD
│ ├── arrays.xml
│ └── strings.xml
├── values-bs-rBA
│ ├── arrays.xml
│ └── strings.xml
├── values-ca
│ ├── arrays.xml
│ └── strings.xml
├── values-cs
│ ├── arrays.xml
│ └── strings.xml
├── values-da
│ ├── arrays.xml
│ └── strings.xml
├── values-de
│ ├── arrays.xml
│ └── strings.xml
├── values-el
│ ├── arrays.xml
│ └── strings.xml
├── values-en-rAU
│ ├── arrays.xml
│ └── strings.xml
├── values-en-rGB
│ ├── arrays.xml
│ └── strings.xml
├── values-en-rIN
│ ├── arrays.xml
│ └── strings.xml
├── values-es-rUS
│ ├── arrays.xml
│ └── strings.xml
├── values-es
│ ├── arrays.xml
│ └── strings.xml
├── values-et-rEE
│ ├── arrays.xml
│ └── strings.xml
├── values-eu-rES
│ ├── arrays.xml
│ └── strings.xml
├── values-fa
│ ├── arrays.xml
│ └── strings.xml
├── values-fi
│ ├── arrays.xml
│ └── strings.xml
├── values-fr-rCA
│ ├── arrays.xml
│ └── strings.xml
├── values-fr
│ ├── arrays.xml
│ └── strings.xml
├── values-gl-rES
│ ├── arrays.xml
│ └── strings.xml
├── values-gu-rIN
│ ├── arrays.xml
│ └── strings.xml
├── values-hi
│ ├── arrays.xml
│ └── strings.xml
├── values-hr
│ ├── arrays.xml
│ └── strings.xml
├── values-hu
│ ├── arrays.xml
│ └── strings.xml
├── values-hy-rAM
│ ├── arrays.xml
│ └── strings.xml
├── values-in
│ ├── arrays.xml
│ └── strings.xml
├── values-is-rIS
│ ├── arrays.xml
│ └── strings.xml
├── values-it
│ ├── arrays.xml
│ └── strings.xml
├── values-iw
│ ├── arrays.xml
│ └── strings.xml
├── values-ja
│ ├── arrays.xml
│ └── strings.xml
├── values-ka-rGE
│ ├── arrays.xml
│ └── strings.xml
├── values-kk-rKZ
│ ├── arrays.xml
│ └── strings.xml
├── values-km-rKH
│ ├── arrays.xml
│ └── strings.xml
├── values-kn-rIN
│ ├── arrays.xml
│ └── strings.xml
├── values-ko
│ ├── arrays.xml
│ └── strings.xml
├── values-ky-rKG
│ ├── arrays.xml
│ └── strings.xml
├── values-lo-rLA
│ ├── arrays.xml
│ └── strings.xml
├── values-lt
│ ├── arrays.xml
│ └── strings.xml
├── values-lv
│ ├── arrays.xml
│ └── strings.xml
├── values-mcc204-mnc04
│ └── strings.xml
├── values-mcc310-mnc004
│ └── strings.xml
├── values-mcc311-mnc480
│ └── strings.xml
├── values-mcc454-mnc12
│ └── config.xml
├── values-mcc454-mnc13
│ └── config.xml
├── values-mcc460-mnc00
│ └── config.xml
├── values-mcc460-mnc02
│ └── config.xml
├── values-mcc460-mnc07
│ └── config.xml
├── values-mcc460-mnc08
│ └── config.xml
├── values-mk-rMK
│ ├── arrays.xml
│ └── strings.xml
├── values-ml-rIN
│ ├── arrays.xml
│ └── strings.xml
├── values-mn-rMN
│ ├── arrays.xml
│ └── strings.xml
├── values-mr-rIN
│ ├── arrays.xml
│ └── strings.xml
├── values-ms-rMY
│ ├── arrays.xml
│ └── strings.xml
├── values-my-rMM
│ ├── arrays.xml
│ └── strings.xml
├── values-nb
│ ├── arrays.xml
│ └── strings.xml
├── values-ne-rNP
│ ├── arrays.xml
│ └── strings.xml
├── values-nl
│ ├── arrays.xml
│ └── strings.xml
├── values-pa-rIN
│ ├── arrays.xml
│ └── strings.xml
├── values-pl
│ ├── arrays.xml
│ └── strings.xml
├── values-pt-rPT
│ ├── arrays.xml
│ └── strings.xml
├── values-pt
│ ├── arrays.xml
│ └── strings.xml
├── values-ro
│ ├── arrays.xml
│ └── strings.xml
├── values-ru
│ ├── arrays.xml
│ └── strings.xml
├── values-si-rLK
│ ├── arrays.xml
│ └── strings.xml
├── values-sk
│ ├── arrays.xml
│ └── strings.xml
├── values-sl
│ ├── arrays.xml
│ └── strings.xml
├── values-sq-rAL
│ ├── arrays.xml
│ └── strings.xml
├── values-sr
│ ├── arrays.xml
│ └── strings.xml
├── values-sv
│ ├── arrays.xml
│ └── strings.xml
├── values-sw
│ ├── arrays.xml
│ └── strings.xml
├── values-ta-rIN
│ ├── arrays.xml
│ └── strings.xml
├── values-te-rIN
│ ├── arrays.xml
│ └── strings.xml
├── values-th
│ ├── arrays.xml
│ └── strings.xml
├── values-tl
│ ├── arrays.xml
│ └── strings.xml
├── values-tr
│ ├── arrays.xml
│ └── strings.xml
├── values-uk
│ ├── arrays.xml
│ └── strings.xml
├── values-ur-rPK
│ ├── arrays.xml
│ └── strings.xml
├── values-uz-rUZ
│ ├── arrays.xml
│ └── strings.xml
├── values-vi
│ ├── arrays.xml
│ └── strings.xml
├── values-zh-rCN
│ ├── arrays.xml
│ ├── qtistrings.xml
│ └── strings.xml
├── values-zh-rHK
│ ├── arrays.xml
│ └── strings.xml
├── values-zh-rTW
│ ├── arrays.xml
│ └── strings.xml
├── values-zu
│ ├── arrays.xml
│ └── strings.xml
├── values
│ ├── arrays.xml
│ ├── attrs.xml
│ ├── colors.xml
│ ├── config.xml
│ ├── custom_arrays.xml
│ ├── custom_strings.xml
│ ├── dimens.xml
│ ├── ids.xml
│ ├── qtistrings.xml
│ ├── strings.xml
│ └── styles.xml
└── xml
│ ├── accessibility_settings.xml
│ ├── call_feature_setting.xml
│ ├── call_forward_type.xml
│ ├── callforward_options.xml
│ ├── carrier_select.xml
│ ├── cdma_call_privacy.xml
│ ├── cdma_options.xml
│ ├── cell_broadcast_sms.xml
│ ├── data_usage_settings.xml
│ ├── fdn_setting.xml
│ ├── gsm_umts_additional_options.xml
│ ├── gsm_umts_call_options.xml
│ ├── gsm_umts_options.xml
│ ├── network_setting.xml
│ ├── phone_account_selection.xml
│ ├── phone_account_settings.xml
│ ├── voicemail_settings.xml
│ └── vvm_config.xml
├── sip
├── proguard.flags
├── res
│ ├── layout
│ │ └── sip_settings_ui.xml
│ ├── values-af
│ │ └── strings.xml
│ ├── values-am
│ │ └── strings.xml
│ ├── values-ar
│ │ └── strings.xml
│ ├── values-az-rAZ
│ │ └── strings.xml
│ ├── values-b+sr+Latn
│ │ └── strings.xml
│ ├── values-be-rBY
│ │ └── strings.xml
│ ├── values-bg
│ │ └── strings.xml
│ ├── values-bn-rBD
│ │ └── strings.xml
│ ├── values-bs-rBA
│ │ └── strings.xml
│ ├── values-ca
│ │ └── strings.xml
│ ├── values-cs
│ │ └── strings.xml
│ ├── values-da
│ │ └── strings.xml
│ ├── values-de
│ │ └── strings.xml
│ ├── values-el
│ │ └── strings.xml
│ ├── values-en-rAU
│ │ └── strings.xml
│ ├── values-en-rGB
│ │ └── strings.xml
│ ├── values-en-rIN
│ │ └── strings.xml
│ ├── values-es-rUS
│ │ └── strings.xml
│ ├── values-es
│ │ └── strings.xml
│ ├── values-et-rEE
│ │ └── strings.xml
│ ├── values-eu-rES
│ │ └── strings.xml
│ ├── values-fa
│ │ └── strings.xml
│ ├── values-fi
│ │ └── strings.xml
│ ├── values-fr-rCA
│ │ └── strings.xml
│ ├── values-fr
│ │ └── strings.xml
│ ├── values-gl-rES
│ │ └── strings.xml
│ ├── values-gu-rIN
│ │ └── strings.xml
│ ├── values-hi
│ │ └── strings.xml
│ ├── values-hr
│ │ └── strings.xml
│ ├── values-hu
│ │ └── strings.xml
│ ├── values-hy-rAM
│ │ └── strings.xml
│ ├── values-in
│ │ └── strings.xml
│ ├── values-is-rIS
│ │ └── strings.xml
│ ├── values-it
│ │ └── strings.xml
│ ├── values-iw
│ │ └── strings.xml
│ ├── values-ja
│ │ └── strings.xml
│ ├── values-ka-rGE
│ │ └── strings.xml
│ ├── values-kk-rKZ
│ │ └── strings.xml
│ ├── values-km-rKH
│ │ └── strings.xml
│ ├── values-kn-rIN
│ │ └── strings.xml
│ ├── values-ko
│ │ └── strings.xml
│ ├── values-ky-rKG
│ │ └── strings.xml
│ ├── values-lo-rLA
│ │ └── strings.xml
│ ├── values-lt
│ │ └── strings.xml
│ ├── values-lv
│ │ └── strings.xml
│ ├── values-mk-rMK
│ │ └── strings.xml
│ ├── values-ml-rIN
│ │ └── strings.xml
│ ├── values-mn-rMN
│ │ └── strings.xml
│ ├── values-mr-rIN
│ │ └── strings.xml
│ ├── values-ms-rMY
│ │ └── strings.xml
│ ├── values-my-rMM
│ │ └── strings.xml
│ ├── values-nb
│ │ └── strings.xml
│ ├── values-ne-rNP
│ │ └── strings.xml
│ ├── values-nl
│ │ └── strings.xml
│ ├── values-pa-rIN
│ │ └── strings.xml
│ ├── values-pl
│ │ └── strings.xml
│ ├── values-pt-rPT
│ │ └── strings.xml
│ ├── values-pt
│ │ └── strings.xml
│ ├── values-ro
│ │ └── strings.xml
│ ├── values-ru
│ │ └── strings.xml
│ ├── values-si-rLK
│ │ └── strings.xml
│ ├── values-sk
│ │ └── strings.xml
│ ├── values-sl
│ │ └── strings.xml
│ ├── values-sq-rAL
│ │ └── strings.xml
│ ├── values-sr
│ │ └── strings.xml
│ ├── values-sv
│ │ └── strings.xml
│ ├── values-sw
│ │ └── strings.xml
│ ├── values-ta-rIN
│ │ └── strings.xml
│ ├── values-te-rIN
│ │ └── strings.xml
│ ├── values-th
│ │ └── strings.xml
│ ├── values-tl
│ │ └── strings.xml
│ ├── values-tr
│ │ └── strings.xml
│ ├── values-uk
│ │ └── strings.xml
│ ├── values-ur-rPK
│ │ └── strings.xml
│ ├── values-uz-rUZ
│ │ └── strings.xml
│ ├── values-vi
│ │ └── strings.xml
│ ├── values-zh-rCN
│ │ └── strings.xml
│ ├── values-zh-rHK
│ │ └── strings.xml
│ ├── values-zh-rTW
│ │ └── strings.xml
│ ├── values-zu
│ │ └── strings.xml
│ ├── values
│ │ ├── array.xml
│ │ └── strings.xml
│ └── xml
│ │ ├── sip_advanced_edit.xml
│ │ ├── sip_edit.xml
│ │ └── sip_setting.xml
└── src
│ └── com
│ └── android
│ └── services
│ └── telephony
│ └── sip
│ ├── SipAccountRegistry.java
│ ├── SipBroadcastReceiver.java
│ ├── SipConnection.java
│ ├── SipConnectionService.java
│ ├── SipEditor.java
│ ├── SipPhoneAccountSettingsActivity.java
│ ├── SipPreferences.java
│ ├── SipProfileDb.java
│ ├── SipSettings.java
│ └── SipUtil.java
├── src
├── com
│ └── android
│ │ ├── phone
│ │ ├── ADNList.java
│ │ ├── Assert.java
│ │ ├── CLIRListPreference.java
│ │ ├── CallController.java
│ │ ├── CallFeaturesSetting.java
│ │ ├── CallForwardEditPreference.java
│ │ ├── CallForwardType.java
│ │ ├── CallGatewayManager.java
│ │ ├── CallLogger.java
│ │ ├── CallNotifier.java
│ │ ├── CallTime.java
│ │ ├── CallWaitingCheckBoxPreference.java
│ │ ├── CallerInfoCache.java
│ │ ├── CarrierConfigLoader.java
│ │ ├── CarrierLogo.java
│ │ ├── CdmaCallOptions.java
│ │ ├── CdmaOptions.java
│ │ ├── CdmaPhoneCallState.java
│ │ ├── CdmaSubscriptionListPreference.java
│ │ ├── CdmaSystemSelectListPreference.java
│ │ ├── CdmaVoicePrivacyCheckBoxPreference.java
│ │ ├── ChangeIccPinScreen.java
│ │ ├── Constants.java
│ │ ├── DumpsysHandler.java
│ │ ├── EditPhoneNumberPreference.java
│ │ ├── EmergencyActionGroup.java
│ │ ├── EmergencyCallHelper.java
│ │ ├── EmergencyCallbackModeExitDialog.java
│ │ ├── EmergencyCallbackModeService.java
│ │ ├── EmergencyDialer.java
│ │ ├── EnableIccPinScreen.java
│ │ ├── ErrorDialogActivity.java
│ │ ├── EventLogTags.logtags
│ │ ├── FakePhoneActivity.java
│ │ ├── GsmUmtsAdditionalCallOptions.java
│ │ ├── GsmUmtsCallForwardOptions.java
│ │ ├── GsmUmtsCallOptions.java
│ │ ├── GsmUmtsOptions.java
│ │ ├── HfaActivity.java
│ │ ├── HfaLogic.java
│ │ ├── HfaService.java
│ │ ├── INetworkQueryService.aidl
│ │ ├── INetworkQueryServiceCallback.aidl
│ │ ├── IccNetworkDepersonalizationPanel.java
│ │ ├── IccPanel.java
│ │ ├── IccProvider.java
│ │ ├── ImsUtil.java
│ │ ├── InCallScreen.java
│ │ ├── InCallScreenShowActivation.java
│ │ ├── MMIDialogActivity.java
│ │ ├── MobileNetworkSettings.java
│ │ ├── NeededForTesting.java
│ │ ├── NetworkQueryService.java
│ │ ├── NetworkSetting.java
│ │ ├── NotificationMgr.java
│ │ ├── OtaStartupReceiver.java
│ │ ├── OtaUtils.java
│ │ ├── OutgoingCallBroadcaster.java
│ │ ├── PhoneApp.java
│ │ ├── PhoneDisplayMessage.java
│ │ ├── PhoneGlobals.java
│ │ ├── PhoneInterfaceManager.java
│ │ ├── PhoneSearchIndexablesProvider.java
│ │ ├── PhoneUtils.java
│ │ ├── ProcessOutgoingCallTest.java
│ │ ├── Profiler.java
│ │ ├── RestrictedSwitchPreference.java
│ │ ├── SimContacts.java
│ │ ├── SpecialCharSequenceMgr.java
│ │ ├── SubscriptionInfoHelper.java
│ │ ├── TelephonyDebugService.java
│ │ ├── TimeConsumingPreferenceActivity.java
│ │ ├── VisualVoicemailSmsFilterConfig.java
│ │ ├── VoicemailStatus.java
│ │ ├── common
│ │ │ └── mail
│ │ │ │ ├── Address.java
│ │ │ │ ├── AuthenticationFailedException.java
│ │ │ │ ├── Base64Body.java
│ │ │ │ ├── Body.java
│ │ │ │ ├── BodyPart.java
│ │ │ │ ├── CertificateValidationException.java
│ │ │ │ ├── FetchProfile.java
│ │ │ │ ├── Fetchable.java
│ │ │ │ ├── FixedLengthInputStream.java
│ │ │ │ ├── Flag.java
│ │ │ │ ├── MailTransport.java
│ │ │ │ ├── MeetingInfo.java
│ │ │ │ ├── Message.java
│ │ │ │ ├── MessageDateComparator.java
│ │ │ │ ├── MessagingException.java
│ │ │ │ ├── Multipart.java
│ │ │ │ ├── PackedString.java
│ │ │ │ ├── Part.java
│ │ │ │ ├── PeekableInputStream.java
│ │ │ │ ├── TempDirectory.java
│ │ │ │ ├── internet
│ │ │ │ ├── BinaryTempFileBody.java
│ │ │ │ ├── MimeBodyPart.java
│ │ │ │ ├── MimeHeader.java
│ │ │ │ ├── MimeMessage.java
│ │ │ │ ├── MimeMultipart.java
│ │ │ │ ├── MimeUtility.java
│ │ │ │ └── TextBody.java
│ │ │ │ ├── store
│ │ │ │ ├── ImapConnection.java
│ │ │ │ ├── ImapFolder.java
│ │ │ │ ├── ImapStore.java
│ │ │ │ └── imap
│ │ │ │ │ ├── DigestMd5Utils.java
│ │ │ │ │ ├── ImapConstants.java
│ │ │ │ │ ├── ImapElement.java
│ │ │ │ │ ├── ImapList.java
│ │ │ │ │ ├── ImapMemoryLiteral.java
│ │ │ │ │ ├── ImapResponse.java
│ │ │ │ │ ├── ImapResponseParser.java
│ │ │ │ │ ├── ImapSimpleString.java
│ │ │ │ │ ├── ImapString.java
│ │ │ │ │ ├── ImapTempFileLiteral.java
│ │ │ │ │ └── ImapUtility.java
│ │ │ │ ├── utility
│ │ │ │ ├── CountingOutputStream.java
│ │ │ │ └── EOLConvertingOutputStream.java
│ │ │ │ └── utils
│ │ │ │ ├── LogUtils.java
│ │ │ │ └── Utility.java
│ │ ├── settings
│ │ │ ├── AccessibilitySettingsActivity.java
│ │ │ ├── AccessibilitySettingsFragment.java
│ │ │ ├── AccountSelectionPreference.java
│ │ │ ├── CallForwardInfoUtil.java
│ │ │ ├── PhoneAccountSettingsActivity.java
│ │ │ ├── PhoneAccountSettingsFragment.java
│ │ │ ├── SettingsConstants.java
│ │ │ ├── TtyModeListPreference.java
│ │ │ ├── VisualVoicemailSettingsUtil.java
│ │ │ ├── VoicemailChangePinActivity.java
│ │ │ ├── VoicemailDialogUtil.java
│ │ │ ├── VoicemailNotificationSettingsUtil.java
│ │ │ ├── VoicemailProviderListPreference.java
│ │ │ ├── VoicemailProviderSettings.java
│ │ │ ├── VoicemailProviderSettingsUtil.java
│ │ │ ├── VoicemailRingtonePreference.java
│ │ │ ├── VoicemailSettingsActivity.java
│ │ │ └── fdn
│ │ │ │ ├── DeleteFdnContactScreen.java
│ │ │ │ ├── EditFdnContactScreen.java
│ │ │ │ ├── EditPinPreference.java
│ │ │ │ ├── FdnList.java
│ │ │ │ ├── FdnSetting.java
│ │ │ │ └── GetPin2Screen.java
│ │ └── vvm
│ │ │ └── omtp
│ │ │ ├── ActivationTask.java
│ │ │ ├── DefaultOmtpEventHandler.java
│ │ │ ├── OmtpConstants.java
│ │ │ ├── OmtpEvents.java
│ │ │ ├── OmtpVvmCarrierConfigHelper.java
│ │ │ ├── SimChangeReceiver.java
│ │ │ ├── TelephonyVvmConfigManager.java
│ │ │ ├── VisualVoicemailPreferences.java
│ │ │ ├── VvmBootCompletedReceiver.java
│ │ │ ├── VvmLog.java
│ │ │ ├── VvmPackageInstallReceiver.java
│ │ │ ├── VvmPhoneStateListener.java
│ │ │ ├── fetch
│ │ │ ├── FetchVoicemailReceiver.java
│ │ │ └── VoicemailFetchedCallback.java
│ │ │ ├── imap
│ │ │ ├── ImapHelper.java
│ │ │ └── VoicemailPayload.java
│ │ │ ├── protocol
│ │ │ ├── CvvmProtocol.java
│ │ │ ├── OmtpProtocol.java
│ │ │ ├── ProtocolHelper.java
│ │ │ ├── VisualVoicemailProtocol.java
│ │ │ ├── VisualVoicemailProtocolFactory.java
│ │ │ ├── Vvm3EventHandler.java
│ │ │ ├── Vvm3Protocol.java
│ │ │ └── Vvm3Subscriber.java
│ │ │ ├── scheduling
│ │ │ ├── BaseTask.java
│ │ │ ├── BlockerTask.java
│ │ │ ├── MinimalIntervalPolicy.java
│ │ │ ├── Policy.java
│ │ │ ├── PostponePolicy.java
│ │ │ ├── RetryPolicy.java
│ │ │ ├── Task.java
│ │ │ └── TaskSchedulerService.java
│ │ │ ├── sms
│ │ │ ├── LegacyModeSmsHandler.java
│ │ │ ├── OmtpCvvmMessageSender.java
│ │ │ ├── OmtpMessageReceiver.java
│ │ │ ├── OmtpMessageSender.java
│ │ │ ├── OmtpProvisioningService.java
│ │ │ ├── OmtpStandardMessageSender.java
│ │ │ ├── StatusMessage.java
│ │ │ ├── StatusSmsFetcher.java
│ │ │ ├── SyncMessage.java
│ │ │ └── Vvm3MessageSender.java
│ │ │ ├── sync
│ │ │ ├── OmtpVvmSourceManager.java
│ │ │ ├── OmtpVvmSyncReceiver.java
│ │ │ ├── OmtpVvmSyncService.java
│ │ │ ├── SyncOneTask.java
│ │ │ ├── SyncTask.java
│ │ │ ├── UploadTask.java
│ │ │ ├── VoicemailProviderChangeReceiver.java
│ │ │ ├── VoicemailStatusQueryHelper.java
│ │ │ ├── VoicemailsQueryHelper.java
│ │ │ ├── VvmNetworkRequest.java
│ │ │ └── VvmNetworkRequestCallback.java
│ │ │ └── utils
│ │ │ ├── PhoneAccountHandleConverter.java
│ │ │ ├── VvmDumpHandler.java
│ │ │ └── XmlUtils.java
│ │ └── services
│ │ └── telephony
│ │ ├── CdmaConference.java
│ │ ├── CdmaConferenceController.java
│ │ ├── CdmaConnection.java
│ │ ├── ConferenceParticipantConnection.java
│ │ ├── DisconnectCauseUtil.java
│ │ ├── EmergencyTonePlayer.java
│ │ ├── GsmConnection.java
│ │ ├── ImsConference.java
│ │ ├── ImsConferenceController.java
│ │ ├── Log.java
│ │ ├── PstnIncomingCallNotifier.java
│ │ ├── PstnPhoneCapabilitiesNotifier.java
│ │ ├── RadioOnHelper.java
│ │ ├── RadioOnStateListener.java
│ │ ├── TelecomAccountRegistry.java
│ │ ├── TelephonyConference.java
│ │ ├── TelephonyConferenceController.java
│ │ ├── TelephonyConnection.java
│ │ ├── TelephonyConnectionService.java
│ │ ├── TelephonyGlobals.java
│ │ ├── TtyManager.java
│ │ └── activation
│ │ ├── Activator.java
│ │ ├── OtaspActivator.java
│ │ ├── SimActivationActivity.java
│ │ └── SimActivationManager.java
└── org
│ └── apache
│ ├── commons
│ └── io
│ │ └── IOUtils.java
│ └── james
│ └── mime4j
│ ├── BodyDescriptor.java
│ ├── CloseShieldInputStream.java
│ ├── ContentHandler.java
│ ├── EOLConvertingInputStream.java
│ ├── Log.java
│ ├── LogFactory.java
│ ├── MimeBoundaryInputStream.java
│ ├── MimeStreamParser.java
│ ├── RootInputStream.java
│ ├── codec
│ └── EncoderUtil.java
│ ├── decoder
│ ├── Base64InputStream.java
│ ├── ByteQueue.java
│ ├── DecoderUtil.java
│ ├── QuotedPrintableInputStream.java
│ └── UnboundedFifoByteBuffer.java
│ ├── field
│ ├── AddressListField.java
│ ├── ContentTransferEncodingField.java
│ ├── ContentTypeField.java
│ ├── DateTimeField.java
│ ├── DefaultFieldParser.java
│ ├── DelegatingFieldParser.java
│ ├── Field.java
│ ├── FieldParser.java
│ ├── MailboxField.java
│ ├── MailboxListField.java
│ ├── UnstructuredField.java
│ ├── address
│ │ ├── Address.java
│ │ ├── AddressList.java
│ │ ├── Builder.java
│ │ ├── DomainList.java
│ │ ├── Group.java
│ │ ├── Mailbox.java
│ │ ├── MailboxList.java
│ │ ├── NamedMailbox.java
│ │ └── parser
│ │ │ ├── ASTaddr_spec.java
│ │ │ ├── ASTaddress.java
│ │ │ ├── ASTaddress_list.java
│ │ │ ├── ASTangle_addr.java
│ │ │ ├── ASTdomain.java
│ │ │ ├── ASTgroup_body.java
│ │ │ ├── ASTlocal_part.java
│ │ │ ├── ASTmailbox.java
│ │ │ ├── ASTname_addr.java
│ │ │ ├── ASTphrase.java
│ │ │ ├── ASTroute.java
│ │ │ ├── AddressListParser.java
│ │ │ ├── AddressListParser.jj
│ │ │ ├── AddressListParserConstants.java
│ │ │ ├── AddressListParserTokenManager.java
│ │ │ ├── AddressListParserTreeConstants.java
│ │ │ ├── AddressListParserVisitor.java
│ │ │ ├── BaseNode.java
│ │ │ ├── JJTAddressListParserState.java
│ │ │ ├── Node.java
│ │ │ ├── ParseException.java
│ │ │ ├── SimpleCharStream.java
│ │ │ ├── SimpleNode.java
│ │ │ ├── Token.java
│ │ │ └── TokenMgrError.java
│ ├── contenttype
│ │ └── parser
│ │ │ ├── ContentTypeParser.java
│ │ │ ├── ContentTypeParserConstants.java
│ │ │ ├── ContentTypeParserTokenManager.java
│ │ │ ├── ParseException.java
│ │ │ ├── SimpleCharStream.java
│ │ │ ├── Token.java
│ │ │ └── TokenMgrError.java
│ └── datetime
│ │ ├── DateTime.java
│ │ └── parser
│ │ ├── DateTimeParser.java
│ │ ├── DateTimeParserConstants.java
│ │ ├── DateTimeParserTokenManager.java
│ │ ├── ParseException.java
│ │ ├── SimpleCharStream.java
│ │ ├── Token.java
│ │ └── TokenMgrError.java
│ └── util
│ └── CharsetUtil.java
└── tests
├── Android.mk
├── AndroidManifest.xml
├── res
├── layout
│ ├── call_dial_test.xml
│ └── otasp_test_activity.xml
└── values
│ └── donottranslate_strings.xml
└── src
└── com
└── android
├── TelephonyTestBase.java
├── phone
├── CnapTest.java
├── MockitoHelper.java
├── common
│ └── mail
│ │ ├── MailTransportTest.java
│ │ └── store
│ │ └── imap
│ │ └── DigestMd5UtilsTest.java
├── tests
│ ├── CallDialTest.java
│ ├── OtaspTestActivity.java
│ └── SendInstantTextTestService.java
└── vvm
│ └── omtp
│ ├── OmtpVvmCarrierConfigHelperTest.java
│ ├── StatusMessageTest.java
│ ├── SyncMessageTest.java
│ ├── TelephonyVvmConfigManagerTest.java
│ ├── VisualVoicemailPreferencesTest.java
│ └── scheduling
│ ├── BaseTaskTest.java
│ ├── BaseTaskTestBase.java
│ ├── PolicyTest.java
│ ├── TaskSchedulerServiceTest.java
│ └── TaskSchedulerServiceTestBase.java
└── services
└── telephony
├── RadioOnStateListenerTest.java
└── activation
├── ResponseReceiver.java
└── SimActivationTest.java
/MODULE_LICENSE_APACHE2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/MODULE_LICENSE_APACHE2
--------------------------------------------------------------------------------
/lint.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/proguard.flags:
--------------------------------------------------------------------------------
1 | # Keep classes and methods that have the guava @VisibleForTesting annotation
2 | -keep @**.VisibleForTesting class *
3 | -keepclassmembers class * {
4 | @**.VisibleForTesting *;
5 | }
6 | -keep @**.NeededForTesting class *
7 | -keepclassmembers class * {
8 | @**.NeededForTesting *;
9 | }
10 | -verbose
11 |
--------------------------------------------------------------------------------
/res/color/default_sim_icon_tint_color.xml:
--------------------------------------------------------------------------------
1 |
2 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/res/color/ota_title_color.xml:
--------------------------------------------------------------------------------
1 |
2 |
19 |
20 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/res/color/settings_text_color_primary.xml:
--------------------------------------------------------------------------------
1 |
2 |
19 |
20 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/res/color/settings_text_color_secondary.xml:
--------------------------------------------------------------------------------
1 |
2 |
19 |
20 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/res/drawable-hdpi/dial_num_pound_wht.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-hdpi/dial_num_pound_wht.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/dial_num_star_wht.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-hdpi/dial_num_star_wht.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/fab_ic_call.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-hdpi/fab_ic_call.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/green_divider.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-hdpi/green_divider.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/ic_active_state_dialer_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-hdpi/ic_active_state_dialer_holo_dark.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/ic_add_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-hdpi/ic_add_24dp.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/ic_arrow_back_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-hdpi/ic_arrow_back_24dp.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/ic_btn_back.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-hdpi/ic_btn_back.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/ic_btn_next.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-hdpi/ic_btn_next.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/ic_dial_action_call.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-hdpi/ic_dial_action_call.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/ic_dial_action_delete.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-hdpi/ic_dial_action_delete.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/ic_dialer_sip_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-hdpi/ic_dialer_sip_black_24dp.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/ic_emergency_callback_mode.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-hdpi/ic_emergency_callback_mode.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/ic_launcher_sip_call.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-hdpi/ic_launcher_sip_call.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/ic_menu_contact.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-hdpi/ic_menu_contact.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/ic_menu_overflow_lt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-hdpi/ic_menu_overflow_lt.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/ic_multi_sim.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-hdpi/ic_multi_sim.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/ic_see_contacts_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-hdpi/ic_see_contacts_holo_dark.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/ic_signal_wifi_4_bar_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-hdpi/ic_signal_wifi_4_bar_24dp.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/list_focused_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-hdpi/list_focused_holo.9.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/list_pressed_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-hdpi/list_pressed_holo_dark.9.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/list_selector_disabled_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-hdpi/list_selector_disabled_holo_dark.9.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/stat_notify_voicemail_sub1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-hdpi/stat_notify_voicemail_sub1.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/stat_notify_voicemail_sub2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-hdpi/stat_notify_voicemail_sub2.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/stat_sys_phone_call.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-hdpi/stat_sys_phone_call.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/stat_sys_phone_call_end.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-hdpi/stat_sys_phone_call_end.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/stat_sys_phone_call_forward.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-hdpi/stat_sys_phone_call_forward.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/stat_sys_phone_call_forward_sub1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-hdpi/stat_sys_phone_call_forward_sub1.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/stat_sys_phone_call_forward_sub2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-hdpi/stat_sys_phone_call_forward_sub2.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/stat_sys_phone_call_on_hold.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-hdpi/stat_sys_phone_call_on_hold.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/stat_sys_vp_phone_call.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-hdpi/stat_sys_vp_phone_call.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/stat_sys_vp_phone_call_on_hold.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-hdpi/stat_sys_vp_phone_call_on_hold.png
--------------------------------------------------------------------------------
/res/drawable-ldrtl-hdpi/ic_btn_back.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-ldrtl-hdpi/ic_btn_back.png
--------------------------------------------------------------------------------
/res/drawable-ldrtl-hdpi/ic_btn_next.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-ldrtl-hdpi/ic_btn_next.png
--------------------------------------------------------------------------------
/res/drawable-ldrtl-hdpi/ic_dial_action_call.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-ldrtl-hdpi/ic_dial_action_call.png
--------------------------------------------------------------------------------
/res/drawable-ldrtl-hdpi/ic_emergency_callback_mode.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-ldrtl-hdpi/ic_emergency_callback_mode.png
--------------------------------------------------------------------------------
/res/drawable-ldrtl-hdpi/ic_see_contacts_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-ldrtl-hdpi/ic_see_contacts_holo_dark.png
--------------------------------------------------------------------------------
/res/drawable-ldrtl-hdpi/stat_sys_phone_call.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-ldrtl-hdpi/stat_sys_phone_call.png
--------------------------------------------------------------------------------
/res/drawable-ldrtl-hdpi/stat_sys_phone_call_forward.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-ldrtl-hdpi/stat_sys_phone_call_forward.png
--------------------------------------------------------------------------------
/res/drawable-ldrtl-hdpi/stat_sys_phone_call_on_hold.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-ldrtl-hdpi/stat_sys_phone_call_on_hold.png
--------------------------------------------------------------------------------
/res/drawable-ldrtl-hdpi/stat_sys_vp_phone_call.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-ldrtl-hdpi/stat_sys_vp_phone_call.png
--------------------------------------------------------------------------------
/res/drawable-ldrtl-hdpi/stat_sys_vp_phone_call_on_hold.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-ldrtl-hdpi/stat_sys_vp_phone_call_on_hold.png
--------------------------------------------------------------------------------
/res/drawable-ldrtl-mdpi/ic_btn_back.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-ldrtl-mdpi/ic_btn_back.png
--------------------------------------------------------------------------------
/res/drawable-ldrtl-mdpi/ic_btn_next.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-ldrtl-mdpi/ic_btn_next.png
--------------------------------------------------------------------------------
/res/drawable-ldrtl-mdpi/ic_dial_action_call.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-ldrtl-mdpi/ic_dial_action_call.png
--------------------------------------------------------------------------------
/res/drawable-ldrtl-mdpi/ic_emergency_callback_mode.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-ldrtl-mdpi/ic_emergency_callback_mode.png
--------------------------------------------------------------------------------
/res/drawable-ldrtl-mdpi/ic_see_contacts_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-ldrtl-mdpi/ic_see_contacts_holo_dark.png
--------------------------------------------------------------------------------
/res/drawable-ldrtl-mdpi/stat_sys_phone_call.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-ldrtl-mdpi/stat_sys_phone_call.png
--------------------------------------------------------------------------------
/res/drawable-ldrtl-mdpi/stat_sys_phone_call_forward.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-ldrtl-mdpi/stat_sys_phone_call_forward.png
--------------------------------------------------------------------------------
/res/drawable-ldrtl-mdpi/stat_sys_phone_call_on_hold.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-ldrtl-mdpi/stat_sys_phone_call_on_hold.png
--------------------------------------------------------------------------------
/res/drawable-ldrtl-mdpi/stat_sys_vp_phone_call.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-ldrtl-mdpi/stat_sys_vp_phone_call.png
--------------------------------------------------------------------------------
/res/drawable-ldrtl-mdpi/stat_sys_vp_phone_call_on_hold.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-ldrtl-mdpi/stat_sys_vp_phone_call_on_hold.png
--------------------------------------------------------------------------------
/res/drawable-ldrtl-xhdpi/ic_btn_back.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-ldrtl-xhdpi/ic_btn_back.png
--------------------------------------------------------------------------------
/res/drawable-ldrtl-xhdpi/ic_btn_next.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-ldrtl-xhdpi/ic_btn_next.png
--------------------------------------------------------------------------------
/res/drawable-ldrtl-xhdpi/ic_dial_action_call.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-ldrtl-xhdpi/ic_dial_action_call.png
--------------------------------------------------------------------------------
/res/drawable-ldrtl-xhdpi/ic_emergency_callback_mode.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-ldrtl-xhdpi/ic_emergency_callback_mode.png
--------------------------------------------------------------------------------
/res/drawable-ldrtl-xhdpi/ic_see_contacts_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-ldrtl-xhdpi/ic_see_contacts_holo_dark.png
--------------------------------------------------------------------------------
/res/drawable-ldrtl-xhdpi/stat_sys_phone_call.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-ldrtl-xhdpi/stat_sys_phone_call.png
--------------------------------------------------------------------------------
/res/drawable-ldrtl-xhdpi/stat_sys_phone_call_forward.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-ldrtl-xhdpi/stat_sys_phone_call_forward.png
--------------------------------------------------------------------------------
/res/drawable-ldrtl-xhdpi/stat_sys_phone_call_on_hold.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-ldrtl-xhdpi/stat_sys_phone_call_on_hold.png
--------------------------------------------------------------------------------
/res/drawable-ldrtl-xhdpi/stat_sys_vp_phone_call.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-ldrtl-xhdpi/stat_sys_vp_phone_call.png
--------------------------------------------------------------------------------
/res/drawable-ldrtl-xhdpi/stat_sys_vp_phone_call_on_hold.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-ldrtl-xhdpi/stat_sys_vp_phone_call_on_hold.png
--------------------------------------------------------------------------------
/res/drawable-ldrtl-xxhdpi/ic_emergency_callback_mode.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-ldrtl-xxhdpi/ic_emergency_callback_mode.png
--------------------------------------------------------------------------------
/res/drawable-ldrtl-xxxhdpi/ic_emergency_callback_mode.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-ldrtl-xxxhdpi/ic_emergency_callback_mode.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/dial_num_pound_wht.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-mdpi/dial_num_pound_wht.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/dial_num_star_wht.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-mdpi/dial_num_star_wht.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/fab_ic_call.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-mdpi/fab_ic_call.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/green_divider.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-mdpi/green_divider.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/ic_active_state_dialer_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-mdpi/ic_active_state_dialer_holo_dark.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/ic_add_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-mdpi/ic_add_24dp.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/ic_arrow_back_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-mdpi/ic_arrow_back_24dp.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/ic_btn_back.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-mdpi/ic_btn_back.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/ic_btn_next.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-mdpi/ic_btn_next.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/ic_dial_action_call.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-mdpi/ic_dial_action_call.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/ic_dial_action_delete.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-mdpi/ic_dial_action_delete.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/ic_dialer_sip_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-mdpi/ic_dialer_sip_black_24dp.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/ic_emergency_callback_mode.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-mdpi/ic_emergency_callback_mode.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/ic_launcher_sip_call.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-mdpi/ic_launcher_sip_call.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/ic_menu_contact.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-mdpi/ic_menu_contact.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/ic_menu_overflow_lt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-mdpi/ic_menu_overflow_lt.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/ic_multi_sim.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-mdpi/ic_multi_sim.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/ic_see_contacts_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-mdpi/ic_see_contacts_holo_dark.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/ic_signal_wifi_4_bar_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-mdpi/ic_signal_wifi_4_bar_24dp.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/list_focused_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-mdpi/list_focused_holo.9.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/list_pressed_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-mdpi/list_pressed_holo_dark.9.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/list_selector_disabled_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-mdpi/list_selector_disabled_holo_dark.9.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/stat_sys_phone_call.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-mdpi/stat_sys_phone_call.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/stat_sys_phone_call_end.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-mdpi/stat_sys_phone_call_end.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/stat_sys_phone_call_forward.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-mdpi/stat_sys_phone_call_forward.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/stat_sys_phone_call_on_hold.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-mdpi/stat_sys_phone_call_on_hold.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/stat_sys_vp_phone_call.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-mdpi/stat_sys_vp_phone_call.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/stat_sys_vp_phone_call_on_hold.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-mdpi/stat_sys_vp_phone_call_on_hold.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/dial_num_pound_wht.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xhdpi/dial_num_pound_wht.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/dial_num_star_wht.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xhdpi/dial_num_star_wht.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/fab_ic_call.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xhdpi/fab_ic_call.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/green_divider.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xhdpi/green_divider.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/ic_active_state_dialer_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xhdpi/ic_active_state_dialer_holo_dark.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/ic_add_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xhdpi/ic_add_24dp.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/ic_arrow_back_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xhdpi/ic_arrow_back_24dp.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/ic_btn_back.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xhdpi/ic_btn_back.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/ic_btn_next.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xhdpi/ic_btn_next.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/ic_dial_action_call.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xhdpi/ic_dial_action_call.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/ic_dial_action_delete.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xhdpi/ic_dial_action_delete.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/ic_dialer_sip_black_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xhdpi/ic_dialer_sip_black_24dp.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/ic_emergency_callback_mode.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xhdpi/ic_emergency_callback_mode.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/ic_launcher_sip_call.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xhdpi/ic_launcher_sip_call.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/ic_menu_contact.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xhdpi/ic_menu_contact.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/ic_menu_overflow_lt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xhdpi/ic_menu_overflow_lt.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/ic_multi_sim.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xhdpi/ic_multi_sim.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/ic_see_contacts_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xhdpi/ic_see_contacts_holo_dark.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/ic_signal_wifi_4_bar_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xhdpi/ic_signal_wifi_4_bar_24dp.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/list_focused_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xhdpi/list_focused_holo.9.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/list_pressed_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xhdpi/list_pressed_holo_dark.9.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/list_selector_disabled_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xhdpi/list_selector_disabled_holo_dark.9.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/stat_sys_phone_call.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xhdpi/stat_sys_phone_call.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/stat_sys_phone_call_end.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xhdpi/stat_sys_phone_call_end.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/stat_sys_phone_call_forward.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xhdpi/stat_sys_phone_call_forward.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/stat_sys_phone_call_on_hold.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xhdpi/stat_sys_phone_call_on_hold.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/stat_sys_vp_phone_call.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xhdpi/stat_sys_vp_phone_call.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/stat_sys_vp_phone_call_on_hold.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xhdpi/stat_sys_vp_phone_call_on_hold.png
--------------------------------------------------------------------------------
/res/drawable-xxhdpi/fab_ic_call.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xxhdpi/fab_ic_call.png
--------------------------------------------------------------------------------
/res/drawable-xxhdpi/ic_add_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xxhdpi/ic_add_24dp.png
--------------------------------------------------------------------------------
/res/drawable-xxhdpi/ic_arrow_back_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xxhdpi/ic_arrow_back_24dp.png
--------------------------------------------------------------------------------
/res/drawable-xxhdpi/ic_emergency_callback_mode.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xxhdpi/ic_emergency_callback_mode.png
--------------------------------------------------------------------------------
/res/drawable-xxhdpi/ic_menu_overflow_lt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xxhdpi/ic_menu_overflow_lt.png
--------------------------------------------------------------------------------
/res/drawable-xxhdpi/ic_multi_sim.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xxhdpi/ic_multi_sim.png
--------------------------------------------------------------------------------
/res/drawable-xxhdpi/ic_signal_wifi_4_bar_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xxhdpi/ic_signal_wifi_4_bar_24dp.png
--------------------------------------------------------------------------------
/res/drawable-xxxhdpi/ic_add_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xxxhdpi/ic_add_24dp.png
--------------------------------------------------------------------------------
/res/drawable-xxxhdpi/ic_arrow_back_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xxxhdpi/ic_arrow_back_24dp.png
--------------------------------------------------------------------------------
/res/drawable-xxxhdpi/ic_emergency_callback_mode.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xxxhdpi/ic_emergency_callback_mode.png
--------------------------------------------------------------------------------
/res/drawable-xxxhdpi/ic_multi_sim.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xxxhdpi/ic_multi_sim.png
--------------------------------------------------------------------------------
/res/drawable-xxxhdpi/ic_signal_wifi_4_bar_24dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/drawable-xxxhdpi/ic_signal_wifi_4_bar_24dp.png
--------------------------------------------------------------------------------
/res/drawable/floating_action_button.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/res/drawable/ic_back_arrow.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
--------------------------------------------------------------------------------
/res/drawable/list_selector_focused_and_checked.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/res/drawable/overflow_menu.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
21 |
--------------------------------------------------------------------------------
/res/drawable/preference_background.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/res/layout/adn_list.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
22 |
23 |
30 |
31 |
--------------------------------------------------------------------------------
/res/layout/delete_fdn_contact_screen.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
20 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/res/layout/sim_import_list_entry.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
25 |
--------------------------------------------------------------------------------
/res/mipmap-hdpi/ic_launcher_contacts.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/mipmap-hdpi/ic_launcher_contacts.png
--------------------------------------------------------------------------------
/res/mipmap-hdpi/ic_launcher_phone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/mipmap-hdpi/ic_launcher_phone.png
--------------------------------------------------------------------------------
/res/mipmap-mdpi/ic_launcher_contacts.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/mipmap-mdpi/ic_launcher_contacts.png
--------------------------------------------------------------------------------
/res/mipmap-mdpi/ic_launcher_phone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/mipmap-mdpi/ic_launcher_phone.png
--------------------------------------------------------------------------------
/res/mipmap-xhdpi/ic_launcher_contacts.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/mipmap-xhdpi/ic_launcher_contacts.png
--------------------------------------------------------------------------------
/res/mipmap-xhdpi/ic_launcher_phone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/mipmap-xhdpi/ic_launcher_phone.png
--------------------------------------------------------------------------------
/res/mipmap-xxhdpi/ic_launcher_contacts.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/mipmap-xxhdpi/ic_launcher_contacts.png
--------------------------------------------------------------------------------
/res/mipmap-xxhdpi/ic_launcher_phone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/mipmap-xxhdpi/ic_launcher_phone.png
--------------------------------------------------------------------------------
/res/mipmap-xxxhdpi/ic_launcher_contacts.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/mipmap-xxxhdpi/ic_launcher_contacts.png
--------------------------------------------------------------------------------
/res/mipmap-xxxhdpi/ic_launcher_phone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/VertexOS/android_packages_services_Telephony/55f1313f411799b58168dbeb3e3b7872682c71fc/res/mipmap-xxxhdpi/ic_launcher_phone.png
--------------------------------------------------------------------------------
/res/values-af/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Globaal"
22 | - "LTE / CDMA"
23 | - "LTE / GSM / UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-am/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "አለምአቀፍ"
22 | - "LTE / CDMA"
23 | - "LTE / GSM / UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-ar/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "عام"
22 | - "LTE / CDMA"
23 | - "LTE / GSM / UMTS"
24 |
25 |
26 | - "10"
27 | - "٨"
28 | - "٩"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-az-rAZ/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Qlobal"
22 | - "LTE / CDMA"
23 | - "LTE / GSM / UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-b+sr+Latn/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Globalno"
22 | - "LTE/CDMA"
23 | - "LTE/GSM/UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-be-rBY/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Global"
22 | - "LTE / CDMA"
23 | - "LTE / GSM / UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-bg/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Глобални"
22 | - "LTE/CDMA"
23 | - "LTE/GSM/UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-bn-rBD/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "গ্লোবাল"
22 | - "LTE / CDMA"
23 | - "LTE / GSM / UMTS"
24 |
25 |
26 | - "১০"
27 | - "৮"
28 | - "৯"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-bs-rBA/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Globalno"
22 | - "LTE / CDMA"
23 | - "LTE / GSM / UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-ca/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Mundial"
22 | - "LTE/CDMA"
23 | - "LTE/GSM/UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-cs/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Globální"
22 | - "LTE / CDMA"
23 | - "LTE / GSM / UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-da/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Globalt"
22 | - "LTE/CDMA"
23 | - "LTE/GSM/UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-de/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Global"
22 | - "LTE/CDMA"
23 | - "LTE/GSM/UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-el/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Παγκοσμίως"
22 | - "LTE / CDMA"
23 | - "LTE / GSM / UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-en-rAU/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Global"
22 | - "LTE/CDMA"
23 | - "LTE/GSM/UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-en-rGB/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Global"
22 | - "LTE/CDMA"
23 | - "LTE/GSM/UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-en-rIN/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Global"
22 | - "LTE/CDMA"
23 | - "LTE/GSM/UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-es-rUS/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Global"
22 | - "LTE/CDMA"
23 | - "LTE/GSM/UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-es/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Mundial"
22 | - "LTE / CDMA"
23 | - "LTE / GSM / UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-et-rEE/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Üldine"
22 | - "LTE/CDMA"
23 | - "LTE/GSM/UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-eu-rES/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Orokorra"
22 | - "LTE/CDMA"
23 | - "LTE/GSM/UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-fa/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "سراسری"
22 | - "LTE / CDMA"
23 | - "LTE / GSM / UMTS"
24 |
25 |
26 | - "۱۰"
27 | - "۸"
28 | - "۹"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-fi/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Maailmanlaajuinen"
22 | - "LTE/CDMA"
23 | - "LTE/GSM/UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-fr-rCA/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "International"
22 | - "LTE/CDMA"
23 | - "LTE/GSM/UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-fr/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "International"
22 | - "LTE/CDMA"
23 | - "LTE/GSM/UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-gl-rES/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Global"
22 | - "LTE / CDMA"
23 | - "LTE / GSM / UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-gu-rIN/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "વૈશ્વિક"
22 | - "LTE / CDMA"
23 | - "LTE / GSM / UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-hi/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "वैश्विक"
22 | - "LTE / CDMA"
23 | - "LTE / GSM / UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-hr/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Globalno"
22 | - "LTE/CDMA"
23 | - "LTE/GSM/UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-hu/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Globális"
22 | - "LTE / CDMA"
23 | - "LTE / GSM / UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-in/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Global"
22 | - "LTE / CDMA"
23 | - "LTE / GSM / UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-is-rIS/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Alþjóðlegt"
22 | - "LTE/CDMA"
23 | - "LTE/GSM/UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-it/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Generali"
22 | - "LTE/CDMA"
23 | - "LTE/GSM/UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-iw/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "גלובלי"
22 | - "LTE / CDMA"
23 | - "LTE / GSM / UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-ja/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "グローバル"
22 | - "LTE/CDMA"
23 | - "LTE/GSM/UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-km-rKH/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "សកល"
22 | - "LTE / CDMA"
23 | - "LTE / GSM / UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-kn-rIN/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "ಜಾಗತಿಕ"
22 | - "LTE / CDMA"
23 | - "LTE / GSM / UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-ko/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "전 세계"
22 | - "LTE/CDMA"
23 | - "LTE/GSM/UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-lt/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Pasaulinis"
22 | - "LTE / CDMA"
23 | - "LTE / GSM / UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-lv/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Globāls"
22 | - "LTE/CDMA"
23 | - "LTE/GSM/UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-mcc204-mnc04/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 | true;BAE0000000000000
19 |
20 |
--------------------------------------------------------------------------------
/res/values-mcc310-mnc004/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 | true
19 |
20 |
--------------------------------------------------------------------------------
/res/values-mcc311-mnc480/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 | true
19 |
20 |
--------------------------------------------------------------------------------
/res/values-mcc454-mnc12/config.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 | - 46000
21 | - 46002
22 | - 46007
23 | - 46008
24 |
25 |
26 |
--------------------------------------------------------------------------------
/res/values-mcc454-mnc13/config.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 | - 46000
21 | - 46002
22 | - 46007
23 | - 46008
24 |
25 |
26 |
--------------------------------------------------------------------------------
/res/values-mcc460-mnc00/config.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 | true
20 |
21 | true
22 |
23 | true
24 |
25 |
--------------------------------------------------------------------------------
/res/values-mcc460-mnc02/config.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 | true
20 |
21 | true
22 |
23 | true
24 |
25 |
--------------------------------------------------------------------------------
/res/values-mcc460-mnc07/config.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 | true
20 |
21 | true
22 |
23 | true
24 |
25 |
--------------------------------------------------------------------------------
/res/values-mcc460-mnc08/config.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 | true
20 |
21 | true
22 |
23 | true
24 |
25 |
--------------------------------------------------------------------------------
/res/values-mk-rMK/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Глобална"
22 | - "LTE/CDMA"
23 | - "LTE/GSM/UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-ml-rIN/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "ഗ്ലോബൽ"
22 | - "LTE / CDMA"
23 | - "LTE / GSM / UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-mn-rMN/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Глобал"
22 | - "LTE / CDMA"
23 | - "LTE / GSM / UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-mr-rIN/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "जागतिक"
22 | - "LTE / CDMA"
23 | - "LTE / GSM / UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-ms-rMY/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Global"
22 | - "LTE / CDMA"
23 | - "LTE / GSM / UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-nb/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Globalt"
22 | - "LTE / CDMA"
23 | - "LTE / GSM / UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-nl/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Wereldwijd"
22 | - "LTE/CDMA"
23 | - "LTE/GSM/UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-pa-rIN/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "ਗਲੋਬਲ"
22 | - "LTE / CDMA"
23 | - "LTE / GSM / UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-pl/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Globalna"
22 | - "LTE/CDMA"
23 | - "LTE/GSM/UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-pt-rPT/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Global"
22 | - "LTE/CDMA"
23 | - "LTE/GSM/UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-pt/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Global"
22 | - "LTE/CDMA"
23 | - "LTE/GSM/UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-ro/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Global"
22 | - "LTE/CDMA"
23 | - "LTE/GSM/UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-ru/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Global"
22 | - "LTE/CDMA"
23 | - "LTE/GSM/UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-si-rLK/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "ගෝලීය"
22 | - "LTE / CDMA"
23 | - "LTE / GSM / UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-sk/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Globálne"
22 | - "LTE / CDMA"
23 | - "LTE / GSM / UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-sl/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Globalno"
22 | - "LTE/CDMA"
23 | - "LTE/GSM/UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-sq-rAL/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Global"
22 | - "LTE / CDMA"
23 | - "LTE / GSM / UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-sr/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Глобално"
22 | - "LTE/CDMA"
23 | - "LTE/GSM/UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-sv/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Globalt"
22 | - "LTE/CDMA"
23 | - "LTE/GSM/UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-ta-rIN/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Global"
22 | - "LTE / CDMA"
23 | - "LTE / GSM / UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-th/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "ทั่วโลก"
22 | - "LTE/CDMA"
23 | - "LTE/GSM/UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-tr/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Küresel"
22 | - "LTE / CDMA"
23 | - "LTE / GSM / UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-uk/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Усі"
22 | - "LTE / CDMA"
23 | - "LTE / GSM / UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-ur-rPK/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "عالمی"
22 | - "LTE / CDMA"
23 | - "LTE / GSM / UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-uz-rUZ/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Global"
22 | - "LTE / CDMA"
23 | - "LTE / GSM / UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-vi/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "Toàn cầu"
22 | - "LTE / CDMA"
23 | - "LTE / GSM / UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-zh-rCN/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "通用"
22 | - "LTE / CDMA"
23 | - "LTE / GSM / UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-zh-rHK/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "通用"
22 | - "LTE / CDMA"
23 | - "LTE / GSM / UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values-zh-rTW/arrays.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
20 |
21 | - "通用"
22 | - "LTE/CDMA"
23 | - "LTE/GSM/UMTS"
24 |
25 |
26 | - "10"
27 | - "8"
28 | - "9"
29 |
30 |
31 |
--------------------------------------------------------------------------------
/res/values/ids.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/res/xml/carrier_select.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
19 |
24 |
29 |
30 |
--------------------------------------------------------------------------------
/res/xml/cdma_call_privacy.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
10 |
11 |
12 |
16 |
17 |
18 |
23 |
24 |
--------------------------------------------------------------------------------
/res/xml/gsm_umts_additional_options.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
16 |
17 |
24 |
25 |
26 |
--------------------------------------------------------------------------------
/res/xml/gsm_umts_call_options.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
6 |
7 |
11 |
12 |
16 |
17 |
21 |
24 |
25 |
26 |
--------------------------------------------------------------------------------
/res/xml/phone_account_selection.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
18 |
19 |
20 |
24 |
--------------------------------------------------------------------------------
/sip/proguard.flags:
--------------------------------------------------------------------------------
1 | -verbose
2 | -keep class com.android.services.telephony.sip.SipConnectionService
3 | -keep class com.android.services.telephony.sip.SipBroadcastReceiver
4 |
--------------------------------------------------------------------------------
/sip/res/layout/sip_settings_ui.xml:
--------------------------------------------------------------------------------
1 |
2 |
19 |
23 |
24 |
32 |
33 |
34 |
--------------------------------------------------------------------------------
/sip/res/xml/sip_setting.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/src/com/android/phone/DumpsysHandler.java:
--------------------------------------------------------------------------------
1 |
2 | package com.android.phone;
3 |
4 | import android.content.Context;
5 |
6 | import com.android.phone.vvm.omtp.utils.VvmDumpHandler;
7 |
8 | import java.io.FileDescriptor;
9 | import java.io.PrintWriter;
10 |
11 | /**
12 | * Handles "adb shell dumpsys phone" and bug report dump.
13 | */
14 | public class DumpsysHandler {
15 |
16 | public static void dump(Context context, FileDescriptor fd, PrintWriter writer,
17 | String[] args) {
18 | // Dump OMTP visual voicemail log.
19 | VvmDumpHandler.dump(context, fd, writer, args);
20 | }
21 | }
22 |
--------------------------------------------------------------------------------
/src/com/android/phone/EventLogTags.logtags:
--------------------------------------------------------------------------------
1 | # See system/core/logcat/event.logtags for a description of the format of this file.
2 |
3 | option java_package com.android.phone;
4 |
5 | 70301 phone_ui_enter
6 | 70302 phone_ui_exit
7 | 70303 phone_ui_button_click (text|3)
8 | 70304 phone_ui_ringer_query_elapsed
9 | 70305 phone_ui_multiple_query
10 |
--------------------------------------------------------------------------------
/src/com/android/phone/IccProvider.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2006 The Android Open Source Project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | */
16 |
17 | package com.android.phone;
18 |
19 | /**
20 | * ICC address book content provider.
21 | */
22 | public class IccProvider extends com.android.internal.telephony.IccProvider {
23 | public IccProvider() {
24 | super();
25 | }
26 | }
27 |
--------------------------------------------------------------------------------
/src/com/android/phone/InCallScreen.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2006 The Android Open Source Project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | */
16 |
17 | package com.android.phone;
18 |
19 | public class InCallScreen {
20 | // These are values for the settings of the auto retry mode:
21 | // 0 = disabled
22 | // 1 = enabled
23 | // TODO (Moto):These constants don't really belong here,
24 | // they should be moved to Settings where the value is being looked up in the first place
25 | static final int AUTO_RETRY_OFF = 0;
26 | static final int AUTO_RETRY_ON = 1;
27 | }
28 |
--------------------------------------------------------------------------------
/src/com/android/phone/NeededForTesting.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2016 The Android Open Source Project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License
15 | */
16 |
17 | package com.android.phone;
18 |
19 | import java.lang.annotation.Retention;
20 | import java.lang.annotation.RetentionPolicy;
21 |
22 | @Retention(RetentionPolicy.SOURCE)
23 | public @interface NeededForTesting {
24 |
25 | }
26 |
--------------------------------------------------------------------------------
/src/com/android/phone/common/mail/AuthenticationFailedException.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2015 The Android Open Source Project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | */
16 |
17 | package com.android.phone.common.mail;
18 |
19 | public class AuthenticationFailedException extends MessagingException {
20 | public static final long serialVersionUID = -1;
21 |
22 | public AuthenticationFailedException(String message) {
23 | super(MessagingException.AUTHENTICATION_FAILED, message);
24 | }
25 |
26 | public AuthenticationFailedException(int exceptionType, String message) {
27 | super(exceptionType, message);
28 | }
29 |
30 | public AuthenticationFailedException(String message, Throwable throwable) {
31 | super(MessagingException.AUTHENTICATION_FAILED, message, throwable);
32 | }
33 | }
--------------------------------------------------------------------------------
/src/com/android/phone/common/mail/Body.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2015 The Android Open Source Project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | */
16 | package com.android.phone.common.mail;
17 |
18 | import java.io.IOException;
19 | import java.io.InputStream;
20 | import java.io.OutputStream;
21 |
22 | public interface Body {
23 | public InputStream getInputStream() throws MessagingException;
24 | public void writeTo(OutputStream out) throws IOException, MessagingException;
25 | }
26 |
--------------------------------------------------------------------------------
/src/com/android/phone/common/mail/BodyPart.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2015 The Android Open Source Project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | */
16 | package com.android.phone.common.mail;
17 |
18 | public abstract class BodyPart implements Part {
19 | protected Multipart mParent;
20 |
21 | public Multipart getParent() {
22 | return mParent;
23 | }
24 | }
25 |
--------------------------------------------------------------------------------
/src/com/android/phone/common/mail/CertificateValidationException.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2015 The Android Open Source Project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | */
16 |
17 | package com.android.phone.common.mail;
18 |
19 | public class CertificateValidationException extends MessagingException {
20 | public static final long serialVersionUID = -1;
21 |
22 | public CertificateValidationException(String message) {
23 | super(MessagingException.CERTIFICATE_VALIDATION_ERROR, message);
24 | }
25 |
26 | public CertificateValidationException(String message, Throwable throwable) {
27 | super(MessagingException.CERTIFICATE_VALIDATION_ERROR, message, throwable);
28 | }
29 | }
--------------------------------------------------------------------------------
/src/com/android/phone/common/mail/Fetchable.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2015 The Android Open Source Project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | */
16 | package com.android.phone.common.mail;
17 |
18 | /**
19 | * Interface for classes that can be added to {@link FetchProfile}.
20 | * i.e. {@link Part} and its subclasses, and {@link FetchProfile.Item}.
21 | */
22 | public interface Fetchable {
23 | }
24 |
--------------------------------------------------------------------------------
/src/com/android/phone/common/mail/Flag.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2015 The Android Open Source Project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | */
16 | package com.android.phone.common.mail;
17 |
18 | /**
19 | * Flags that can be applied to Messages.
20 | */
21 | public class Flag {
22 | // If adding new flags: ALL FLAGS MUST BE UPPER CASE.
23 | public static final String DELETED = "deleted";
24 | public static final String SEEN = "seen";
25 | public static final String ANSWERED = "answered";
26 | public static final String FLAGGED = "flagged";
27 | public static final String DRAFT = "draft";
28 | public static final String RECENT = "recent";
29 | }
30 |
--------------------------------------------------------------------------------
/src/com/android/phone/common/mail/MeetingInfo.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2015 The Android Open Source Project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | */
16 | package com.android.phone.common.mail;
17 |
18 | public class MeetingInfo {
19 | // Predefined tags; others can be added
20 | public static final String MEETING_DTSTAMP = "DTSTAMP";
21 | public static final String MEETING_UID = "UID";
22 | public static final String MEETING_ORGANIZER_EMAIL = "ORGMAIL";
23 | public static final String MEETING_DTSTART = "DTSTART";
24 | public static final String MEETING_DTEND = "DTEND";
25 | public static final String MEETING_TITLE = "TITLE";
26 | public static final String MEETING_LOCATION = "LOC";
27 | public static final String MEETING_RESPONSE_REQUESTED = "RESPONSE";
28 | public static final String MEETING_ALL_DAY = "ALLDAY";
29 | }
30 |
--------------------------------------------------------------------------------
/src/com/android/phone/common/mail/MessageDateComparator.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2015 The Android Open Source Project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | */
16 | package com.android.phone.common.mail;
17 |
18 | import java.util.Comparator;
19 |
20 | public class MessageDateComparator implements Comparator {
21 | @Override
22 | public int compare(Message o1, Message o2) {
23 | try {
24 | if (o1.getSentDate() == null) {
25 | return 1;
26 | } else if (o2.getSentDate() == null) {
27 | return -1;
28 | } else
29 | return o2.getSentDate().compareTo(o1.getSentDate());
30 | } catch (Exception e) {
31 | return 0;
32 | }
33 | }
34 | }
35 |
--------------------------------------------------------------------------------
/src/com/android/phone/settings/SettingsConstants.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2015 The Android Open Source Project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | */
16 |
17 | package com.android.phone.settings;
18 |
19 | /**
20 | * Constants related to settings which are shared by two or more classes.
21 | */
22 | public class SettingsConstants {
23 | // Dtmf tone type setting value for CDMA phone
24 | public static final int DTMF_TONE_TYPE_NORMAL = 0;
25 | public static final int DTMF_TONE_TYPE_LONG = 1;
26 |
27 | // Hearing Aid Compatability settings values.
28 | public static final String HAC_KEY = "HACSetting";
29 | public static final int HAC_DISABLED = 0;
30 | public static final int HAC_ENABLED = 1;
31 | public static final String HAC_VAL_ON = "ON";
32 | public static final String HAC_VAL_OFF = "OFF";
33 | }
34 |
--------------------------------------------------------------------------------
/src/com/android/phone/vvm/omtp/imap/VoicemailPayload.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2015 The Android Open Source Project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | */
16 |
17 | package com.android.phone.vvm.omtp.imap;
18 |
19 | /**
20 | * The payload for a voicemail, usually audio data.
21 | */
22 | public class VoicemailPayload {
23 | private final String mMimeType;
24 | private final byte[] mBytes;
25 |
26 | public VoicemailPayload(String mimeType, byte[] bytes) {
27 | mMimeType = mimeType;
28 | mBytes = bytes;
29 | }
30 |
31 | public byte[] getBytes() {
32 | return mBytes;
33 | }
34 |
35 | public String getMimeType() {
36 | return mMimeType;
37 | }
38 | }
--------------------------------------------------------------------------------
/src/com/android/phone/vvm/omtp/scheduling/Policy.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2016 The Android Open Source Project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License
15 | */
16 |
17 | package com.android.phone.vvm.omtp.scheduling;
18 |
19 | import android.content.Intent;
20 |
21 | /**
22 | * A set of listeners managed by {@link BaseTask} for common behaviors such as retrying. Call {@link
23 | * BaseTask#addPolicy(Policy)} to add a policy.
24 | */
25 | public interface Policy {
26 |
27 | void onCreate(BaseTask task, Intent intent, int flags, int startId);
28 |
29 | void onBeforeExecute();
30 |
31 | void onCompleted();
32 |
33 | void onFail();
34 |
35 | void onDuplicatedTaskAdded();
36 | }
37 |
--------------------------------------------------------------------------------
/src/com/android/services/telephony/activation/Activator.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2015 The Android Open Source Project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | */
16 |
17 | package com.android.services.telephony.activation;
18 |
19 | /**
20 | * SIM Activation implementation generic interface.
21 | */
22 | public interface Activator {
23 | void onActivate();
24 | }
25 |
--------------------------------------------------------------------------------
/src/com/android/services/telephony/activation/OtaspActivator.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2015 The Android Open Source Project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | */
16 |
17 | package com.android.services.telephony.activation;
18 |
19 | /**
20 | * Over-The-Air SIM Provisioning (OTASP) activation implementation.
21 | *
22 | * Handles OTASP activation requests and returns status updates as activation progresses.
23 | */
24 | public class OtaspActivator implements Activator {
25 | @Override
26 | public void onActivate() {
27 | // TODO: handle otasp activation
28 | }
29 | }
30 |
--------------------------------------------------------------------------------
/src/org/apache/james/mime4j/LogFactory.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2009 The Android Open Source Project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | */
16 |
17 | package org.apache.james.mime4j;
18 |
19 | /**
20 | * Empty stub for the apache logging library.
21 | */
22 | public final class LogFactory {
23 | private LogFactory() {
24 | }
25 |
26 | public static Log getLog(Class clazz) {
27 | return new Log(clazz);
28 | }
29 | }
--------------------------------------------------------------------------------
/src/org/apache/james/mime4j/field/FieldParser.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright 2006 the mime4j project
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | */
16 | package org.apache.james.mime4j.field;
17 |
18 | public interface FieldParser {
19 |
20 | Field parse(final String name, final String body, final String raw);
21 | }
22 |
--------------------------------------------------------------------------------
/src/org/apache/james/mime4j/field/address/parser/ASTaddr_spec.java:
--------------------------------------------------------------------------------
1 | /* Generated By:JJTree: Do not edit this line. ASTaddr_spec.java */
2 |
3 | package org.apache.james.mime4j.field.address.parser;
4 |
5 | public class ASTaddr_spec extends SimpleNode {
6 | public ASTaddr_spec(int id) {
7 | super(id);
8 | }
9 |
10 | public ASTaddr_spec(AddressListParser p, int id) {
11 | super(p, id);
12 | }
13 |
14 |
15 | /** Accept the visitor. **/
16 | public Object jjtAccept(AddressListParserVisitor visitor, Object data) {
17 | return visitor.visit(this, data);
18 | }
19 | }
20 |
--------------------------------------------------------------------------------
/src/org/apache/james/mime4j/field/address/parser/ASTaddress.java:
--------------------------------------------------------------------------------
1 | /* Generated By:JJTree: Do not edit this line. ASTaddress.java */
2 |
3 | package org.apache.james.mime4j.field.address.parser;
4 |
5 | public class ASTaddress extends SimpleNode {
6 | public ASTaddress(int id) {
7 | super(id);
8 | }
9 |
10 | public ASTaddress(AddressListParser p, int id) {
11 | super(p, id);
12 | }
13 |
14 |
15 | /** Accept the visitor. **/
16 | public Object jjtAccept(AddressListParserVisitor visitor, Object data) {
17 | return visitor.visit(this, data);
18 | }
19 | }
20 |
--------------------------------------------------------------------------------
/src/org/apache/james/mime4j/field/address/parser/ASTaddress_list.java:
--------------------------------------------------------------------------------
1 | /* Generated By:JJTree: Do not edit this line. ASTaddress_list.java */
2 |
3 | package org.apache.james.mime4j.field.address.parser;
4 |
5 | public class ASTaddress_list extends SimpleNode {
6 | public ASTaddress_list(int id) {
7 | super(id);
8 | }
9 |
10 | public ASTaddress_list(AddressListParser p, int id) {
11 | super(p, id);
12 | }
13 |
14 |
15 | /** Accept the visitor. **/
16 | public Object jjtAccept(AddressListParserVisitor visitor, Object data) {
17 | return visitor.visit(this, data);
18 | }
19 | }
20 |
--------------------------------------------------------------------------------
/src/org/apache/james/mime4j/field/address/parser/ASTangle_addr.java:
--------------------------------------------------------------------------------
1 | /* Generated By:JJTree: Do not edit this line. ASTangle_addr.java */
2 |
3 | package org.apache.james.mime4j.field.address.parser;
4 |
5 | public class ASTangle_addr extends SimpleNode {
6 | public ASTangle_addr(int id) {
7 | super(id);
8 | }
9 |
10 | public ASTangle_addr(AddressListParser p, int id) {
11 | super(p, id);
12 | }
13 |
14 |
15 | /** Accept the visitor. **/
16 | public Object jjtAccept(AddressListParserVisitor visitor, Object data) {
17 | return visitor.visit(this, data);
18 | }
19 | }
20 |
--------------------------------------------------------------------------------
/src/org/apache/james/mime4j/field/address/parser/ASTdomain.java:
--------------------------------------------------------------------------------
1 | /* Generated By:JJTree: Do not edit this line. ASTdomain.java */
2 |
3 | package org.apache.james.mime4j.field.address.parser;
4 |
5 | public class ASTdomain extends SimpleNode {
6 | public ASTdomain(int id) {
7 | super(id);
8 | }
9 |
10 | public ASTdomain(AddressListParser p, int id) {
11 | super(p, id);
12 | }
13 |
14 |
15 | /** Accept the visitor. **/
16 | public Object jjtAccept(AddressListParserVisitor visitor, Object data) {
17 | return visitor.visit(this, data);
18 | }
19 | }
20 |
--------------------------------------------------------------------------------
/src/org/apache/james/mime4j/field/address/parser/ASTgroup_body.java:
--------------------------------------------------------------------------------
1 | /* Generated By:JJTree: Do not edit this line. ASTgroup_body.java */
2 |
3 | package org.apache.james.mime4j.field.address.parser;
4 |
5 | public class ASTgroup_body extends SimpleNode {
6 | public ASTgroup_body(int id) {
7 | super(id);
8 | }
9 |
10 | public ASTgroup_body(AddressListParser p, int id) {
11 | super(p, id);
12 | }
13 |
14 |
15 | /** Accept the visitor. **/
16 | public Object jjtAccept(AddressListParserVisitor visitor, Object data) {
17 | return visitor.visit(this, data);
18 | }
19 | }
20 |
--------------------------------------------------------------------------------
/src/org/apache/james/mime4j/field/address/parser/ASTlocal_part.java:
--------------------------------------------------------------------------------
1 | /* Generated By:JJTree: Do not edit this line. ASTlocal_part.java */
2 |
3 | package org.apache.james.mime4j.field.address.parser;
4 |
5 | public class ASTlocal_part extends SimpleNode {
6 | public ASTlocal_part(int id) {
7 | super(id);
8 | }
9 |
10 | public ASTlocal_part(AddressListParser p, int id) {
11 | super(p, id);
12 | }
13 |
14 |
15 | /** Accept the visitor. **/
16 | public Object jjtAccept(AddressListParserVisitor visitor, Object data) {
17 | return visitor.visit(this, data);
18 | }
19 | }
20 |
--------------------------------------------------------------------------------
/src/org/apache/james/mime4j/field/address/parser/ASTmailbox.java:
--------------------------------------------------------------------------------
1 | /* Generated By:JJTree: Do not edit this line. ASTmailbox.java */
2 |
3 | package org.apache.james.mime4j.field.address.parser;
4 |
5 | public class ASTmailbox extends SimpleNode {
6 | public ASTmailbox(int id) {
7 | super(id);
8 | }
9 |
10 | public ASTmailbox(AddressListParser p, int id) {
11 | super(p, id);
12 | }
13 |
14 |
15 | /** Accept the visitor. **/
16 | public Object jjtAccept(AddressListParserVisitor visitor, Object data) {
17 | return visitor.visit(this, data);
18 | }
19 | }
20 |
--------------------------------------------------------------------------------
/src/org/apache/james/mime4j/field/address/parser/ASTname_addr.java:
--------------------------------------------------------------------------------
1 | /* Generated By:JJTree: Do not edit this line. ASTname_addr.java */
2 |
3 | package org.apache.james.mime4j.field.address.parser;
4 |
5 | public class ASTname_addr extends SimpleNode {
6 | public ASTname_addr(int id) {
7 | super(id);
8 | }
9 |
10 | public ASTname_addr(AddressListParser p, int id) {
11 | super(p, id);
12 | }
13 |
14 |
15 | /** Accept the visitor. **/
16 | public Object jjtAccept(AddressListParserVisitor visitor, Object data) {
17 | return visitor.visit(this, data);
18 | }
19 | }
20 |
--------------------------------------------------------------------------------
/src/org/apache/james/mime4j/field/address/parser/ASTphrase.java:
--------------------------------------------------------------------------------
1 | /* Generated By:JJTree: Do not edit this line. ASTphrase.java */
2 |
3 | package org.apache.james.mime4j.field.address.parser;
4 |
5 | public class ASTphrase extends SimpleNode {
6 | public ASTphrase(int id) {
7 | super(id);
8 | }
9 |
10 | public ASTphrase(AddressListParser p, int id) {
11 | super(p, id);
12 | }
13 |
14 |
15 | /** Accept the visitor. **/
16 | public Object jjtAccept(AddressListParserVisitor visitor, Object data) {
17 | return visitor.visit(this, data);
18 | }
19 | }
20 |
--------------------------------------------------------------------------------
/src/org/apache/james/mime4j/field/address/parser/ASTroute.java:
--------------------------------------------------------------------------------
1 | /* Generated By:JJTree: Do not edit this line. ASTroute.java */
2 |
3 | package org.apache.james.mime4j.field.address.parser;
4 |
5 | public class ASTroute extends SimpleNode {
6 | public ASTroute(int id) {
7 | super(id);
8 | }
9 |
10 | public ASTroute(AddressListParser p, int id) {
11 | super(p, id);
12 | }
13 |
14 |
15 | /** Accept the visitor. **/
16 | public Object jjtAccept(AddressListParserVisitor visitor, Object data) {
17 | return visitor.visit(this, data);
18 | }
19 | }
20 |
--------------------------------------------------------------------------------
/src/org/apache/james/mime4j/field/address/parser/AddressListParserTreeConstants.java:
--------------------------------------------------------------------------------
1 | /* Generated By:JJTree: Do not edit this line. /Users/jason/Projects/apache-mime4j-0.3/target/generated-sources/jjtree/org/apache/james/mime4j/field/address/parser/AddressListParserTreeConstants.java */
2 |
3 | package org.apache.james.mime4j.field.address.parser;
4 |
5 | public interface AddressListParserTreeConstants
6 | {
7 | public int JJTVOID = 0;
8 | public int JJTADDRESS_LIST = 1;
9 | public int JJTADDRESS = 2;
10 | public int JJTMAILBOX = 3;
11 | public int JJTNAME_ADDR = 4;
12 | public int JJTGROUP_BODY = 5;
13 | public int JJTANGLE_ADDR = 6;
14 | public int JJTROUTE = 7;
15 | public int JJTPHRASE = 8;
16 | public int JJTADDR_SPEC = 9;
17 | public int JJTLOCAL_PART = 10;
18 | public int JJTDOMAIN = 11;
19 |
20 |
21 | public String[] jjtNodeName = {
22 | "void",
23 | "address_list",
24 | "address",
25 | "mailbox",
26 | "name_addr",
27 | "group_body",
28 | "angle_addr",
29 | "route",
30 | "phrase",
31 | "addr_spec",
32 | "local_part",
33 | "domain",
34 | };
35 | }
36 |
--------------------------------------------------------------------------------
/src/org/apache/james/mime4j/field/address/parser/AddressListParserVisitor.java:
--------------------------------------------------------------------------------
1 | /* Generated By:JJTree: Do not edit this line. /Users/jason/Projects/apache-mime4j-0.3/target/generated-sources/jjtree/org/apache/james/mime4j/field/address/parser/AddressListParserVisitor.java */
2 |
3 | package org.apache.james.mime4j.field.address.parser;
4 |
5 | public interface AddressListParserVisitor
6 | {
7 | public Object visit(SimpleNode node, Object data);
8 | public Object visit(ASTaddress_list node, Object data);
9 | public Object visit(ASTaddress node, Object data);
10 | public Object visit(ASTmailbox node, Object data);
11 | public Object visit(ASTname_addr node, Object data);
12 | public Object visit(ASTgroup_body node, Object data);
13 | public Object visit(ASTangle_addr node, Object data);
14 | public Object visit(ASTroute node, Object data);
15 | public Object visit(ASTphrase node, Object data);
16 | public Object visit(ASTaddr_spec node, Object data);
17 | public Object visit(ASTlocal_part node, Object data);
18 | public Object visit(ASTdomain node, Object data);
19 | }
20 |
--------------------------------------------------------------------------------
/src/org/apache/james/mime4j/field/address/parser/Node.java:
--------------------------------------------------------------------------------
1 | /* Generated By:JJTree: Do not edit this line. Node.java */
2 |
3 | package org.apache.james.mime4j.field.address.parser;
4 |
5 | /* All AST nodes must implement this interface. It provides basic
6 | machinery for constructing the parent and child relationships
7 | between nodes. */
8 |
9 | public interface Node {
10 |
11 | /** This method is called after the node has been made the current
12 | node. It indicates that child nodes can now be added to it. */
13 | public void jjtOpen();
14 |
15 | /** This method is called after all the child nodes have been
16 | added. */
17 | public void jjtClose();
18 |
19 | /** This pair of methods are used to inform the node of its
20 | parent. */
21 | public void jjtSetParent(Node n);
22 | public Node jjtGetParent();
23 |
24 | /** This method tells the node to add its argument to the node's
25 | list of children. */
26 | public void jjtAddChild(Node n, int i);
27 |
28 | /** This method returns a child node. The children are numbered
29 | from zero, left to right. */
30 | public Node jjtGetChild(int i);
31 |
32 | /** Return the number of children the node has. */
33 | public int jjtGetNumChildren();
34 |
35 | /** Accept the visitor. **/
36 | public Object jjtAccept(AddressListParserVisitor visitor, Object data);
37 | }
38 |
--------------------------------------------------------------------------------
/tests/Android.mk:
--------------------------------------------------------------------------------
1 | #
2 | # Copyright (C) 2009 The Android Open Source Project
3 | #
4 | # Licensed under the Apache License, Version 2.0 (the "License");
5 | # you may not use this file except in compliance with the License.
6 | # You may obtain a copy of the License at
7 | #
8 | # http://www.apache.org/licenses/LICENSE-2.0
9 | #
10 | # Unless required by applicable law or agreed to in writing, software
11 | # distributed under the License is distributed on an "AS IS" BASIS,
12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | # See the License for the specific language governing permissions and
14 | # limitations under the License.
15 | #
16 |
17 | LOCAL_PATH := $(call my-dir)
18 | include $(CLEAR_VARS)
19 |
20 | LOCAL_SRC_FILES := $(call all-java-files-under, src)
21 |
22 | LOCAL_JAVA_LIBRARIES := android.test.runner
23 | LOCAL_PACKAGE_NAME := TeleServiceTests
24 | LOCAL_CERTIFICATE := platform
25 |
26 | LOCAL_MODULE_TAGS := tests
27 |
28 | LOCAL_JAVA_LIBRARIES := telephony-common android-support-test
29 |
30 | LOCAL_INSTRUMENTATION_FOR := TeleService
31 |
32 | LOCAL_STATIC_JAVA_LIBRARIES := \
33 | android-support-test \
34 | mockito-target
35 |
36 | include $(BUILD_PACKAGE)
37 |
--------------------------------------------------------------------------------
/tests/res/values/donottranslate_strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 | PhoneAppTests
20 |
21 |
22 | CALL/DIAL test
23 | CALL
24 | DIAL
25 | ITelephony.call()
26 | ITelephony.dial()
27 |
28 | message: %s, Uri: %s,
29 |
30 |
--------------------------------------------------------------------------------