Searched refs:titleId (Results 1 – 9 of 9) 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()
132 int titleId = CellBroadcastResources.getDialogTitleResource(message); in updateLayout() local133 setTitle(titleId); in updateLayout()134 ((TextView) findViewById(R.id.alertTitle)).setText(titleId); in updateLayout()
84 int titleId = R.string.error_updating_title; in onCreateDialog() local108 builder.setTitle(getText(titleId)); in onCreateDialog()
1345 int titleId = R.string.error_updating_title; in onCreateDialog() local1349 titleId = R.string.voicemail; in onCreateDialog()1357 titleId = R.string.voicemail; in onCreateDialog()1384 b.setTitle(getText(titleId)); in onCreateDialog()
237 public void setTitle(int titleId) { in setTitle() argument238 if (mActionBar != null) mActionBar.setTitle(titleId); in setTitle()
1742 int titleId = 0; in createMessageForEntity() local1746 titleId = R.string.meeting_updated; in createMessageForEntity()1750 titleId = R.string.meeting_accepted; in createMessageForEntity()1753 titleId = R.string.meeting_declined; in createMessageForEntity()1756 titleId = R.string.meeting_tentative; in createMessageForEntity()1759 titleId = R.string.meeting_canceled; in createMessageForEntity()1769 if (titleId == 0) { in createMessageForEntity()1773 msg.mSubject = resources.getString(titleId, title); in createMessageForEntity()1783 if (titleId == R.string.meeting_canceled) { in createMessageForEntity()
388 final int titleId = expired in onCreateDialog() local398 b.setTitle(titleId); in onCreateDialog()
228 private void addDeviceCategory(PreferenceGroup preferenceGroup, int titleId, in addDeviceCategory() argument230 preferenceGroup.setTitle(titleId); in addDeviceCategory()
69 Context context, int titleId, int progressMax) { in createProgressDialog() argument71 dialog.setTitle(titleId); in createProgressDialog()