Lines Matching defs:string
62 import java.lang.String;
85 private static final String LOG_TAG = "CallFeaturesSetting";
88 // String keys for preference lookup
94 private static final String VOICEMAIL_SETTING_SCREEN_PREF_KEY = "button_voicemail_category_key";
95 private static final String BUTTON_FDN_KEY = "button_fdn_key";
96 private static final String BUTTON_RETRY_KEY = "button_auto_retry_key";
97 private static final String BUTTON_GSM_UMTS_OPTIONS = "button_gsm_more_expand_key";
98 private static final String BUTTON_CDMA_OPTIONS = "button_cdma_more_expand_key";
100 private static final String PHONE_ACCOUNT_SETTINGS_KEY =
103 private static final String ENABLE_VIDEO_CALLING_KEY = "button_enable_video_calling";
155 R.string.enable_video_calling_dialog_msg))
157 R.string.enable_video_calling_dialog_settings),
159 .setPositiveButton(android.R.string.ok, null)
176 Toast.makeText(this, R.string.call_settings_admin_user_only,
184 getActionBar(), getResources(), R.string.call_settings_with_label);
191 public void onCallStateChanged(int state, String incomingNumber) {
306 getResources().getString(R.string.wifi_calling_settings_key));
329 int resId = com.android.internal.R.string.wifi_calling_off_summary;
334 resId = com.android.internal.R.string.wfc_mode_wifi_only_summary;
337 resId = com.android.internal.R.string.wfc_mode_cellular_preferred_summary;
340 resId = com.android.internal.R.string.wfc_mode_wifi_preferred_summary;
356 getActionBar(), getResources(), R.string.call_settings_with_label);
360 private static void log(String msg) {