Searched refs:titleId (Results 1 – 11 of 11) sorted by relevance
68 int titleId; in onReceive() local71 titleId = R.string.sms_full_title; in onReceive()74 titleId = R.string.sms_rejected_title; in onReceive()77 notification.tickerText = context.getString(titleId); in onReceive()81 context, context.getString(titleId), in onReceive()
147 final int titleId; in onCreateDialog() local151 titleId = R.string.encrypt_talkback_dialog_require_pattern; in onCreateDialog()156 titleId = R.string.encrypt_talkback_dialog_require_pin; in onCreateDialog()160 titleId = R.string.encrypt_talkback_dialog_require_password; in onCreateDialog()179 .setTitle(titleId) in onCreateDialog()
47 int titleId = R.string.error_updating_title; in getDialog() local51 titleId = R.string.voicemail; in getDialog()59 titleId = R.string.voicemail; in getDialog()86 b.setTitle(parent.getText(titleId)); in getDialog()
1864 int titleId = 0; in createMessageForEntity() local1868 titleId = R.string.meeting_updated; in createMessageForEntity()1872 titleId = R.string.meeting_accepted; in createMessageForEntity()1875 titleId = R.string.meeting_declined; in createMessageForEntity()1878 titleId = R.string.meeting_tentative; in createMessageForEntity()1881 titleId = R.string.meeting_canceled; in createMessageForEntity()1891 if (titleId == 0) { in createMessageForEntity()1895 msg.mSubject = resources.getString(titleId, title); in createMessageForEntity()1906 if (titleId == R.string.meeting_canceled) { in createMessageForEntity()
352 int titleId = CellBroadcastResources.getDialogTitleResource(message); in updateAlertText() local353 setTitle(titleId); in updateAlertText()354 ((TextView) findViewById(R.id.alertTitle)).setText(titleId); in updateAlertText()
84 int titleId = R.string.error_updating_title; in onCreateDialog() local108 builder.setTitle(getText(titleId)); in onCreateDialog()
1020 final int titleId; in bindActionButtons() local1022 titleId = R.string.call_log_action_redial; in bindActionButtons()1024 titleId = R.string.call_log_action_call_back; in bindActionButtons()1026 views.callBackButtonView.setText(mContext.getString(titleId)); in bindActionButtons()
332 public void setTitle(int titleId) { in setTitle() argument334 mActionBar.setTitle(mContext.getString(titleId)); in setTitle()
268 private void addDeviceCategory(PreferenceGroup preferenceGroup, int titleId, in addDeviceCategory() argument270 preferenceGroup.setTitle(titleId); in addDeviceCategory()
71 Context context, int titleId, int progressMax) { in createProgressDialog() argument73 dialog.setTitle(titleId); in createProgressDialog()
599 final int titleId = expired in onCreateDialog() local609 .setTitle(titleId) in onCreateDialog()