Home | History | Annotate | Download | only in phone

Lines Matching refs:getString

322                             n.name = cursor.getString(
345 n.number = cursor.getString(cursor.getColumnIndexOrThrow(Calls.NUMBER));
346 n.label = cursor.getString(cursor.getColumnIndexOrThrow(Calls.TYPE));
397 callName = mContext.getString(R.string.unknown);
408 expandedText = mContext.getString(R.string.notification_missedCallsMsg,
418 mContext.getString(R.string.notification_missedCallTicker, callName), // tickerText
620 expandedViewLine1 = mContext.getString(R.string.notification_incoming_call);
624 expandedViewLine1 = mContext.getString(R.string.notification_on_hold);
628 expandedViewLine1 = mContext.getString(R.string.notification_ongoing_call_format);
656 expandedViewLine2 = mContext.getString(R.string.card_title_conf_call);
767 String notificationTitle = mContext.getString(R.string.notification_voicemail_title);
815 String titleFormat = mContext.getString(R.string.notification_voicemail_title_count);
821 notificationText = mContext.getString(
825 mContext.getString(R.string.notification_voicemail_text_format),
888 mContext.getString(R.string.labelCF), // expandedTitle
889 mContext.getString(R.string.sum_cfu_enabled_indicator), // expandedText
927 mContext.getString(R.string.roaming), // expandedTitle
928 mContext.getString(R.string.roaming_reenable_message), // expandedText
951 String titleText = mContext.getString(
953 String expandedText = mContext.getString(
997 sp.getString(PhoneBase.NETWORK_SELECTION_NAME_KEY, "");
1000 sp.getString(PhoneBase.NETWORK_SELECTION_KEY, "");