Searched refs:titleId (Results 1 – 11 of 11) sorted by relevance
67 final int titleId; in bind() local74 titleId = R.string.quick_settings_cellular_detail_data_usage; in bind()80 titleId = R.string.quick_settings_cellular_detail_remaining_data; in bind()88 titleId = R.string.quick_settings_cellular_detail_over_limit; in bind()102 title.setText(titleId); in bind()
91 final int titleId = (mSuppliedDialogInfo != null) ? mSuppliedDialogInfo.getTitleResId() in resolveTitle() local93 if (titleId != ID_NULL && mSuspendingAppResources != null) { in resolveTitle()95 return mSuspendingAppResources.getString(titleId); in resolveTitle()97 Slog.e(TAG, "Could not resolve string resource id " + titleId); in resolveTitle()
200 final int titleId; in setViews() local203 titleId = R.string.backup_confirm_title; in setViews()206 titleId = R.string.restore_confirm_title; in setViews()213 setTitle(titleId); in setViews()
150 final int titleId = XmlUtils.readIntAttribute(in, XML_ATTR_TITLE_RES_ID, ID_NULL); in restoreFromXml() local160 if (titleId != ID_NULL) { in restoreFromXml()161 dialogInfoBuilder.setTitle(titleId); in restoreFromXml()
211 private static Notification getNotification(Context context, int titleId, int textId, in getNotification() argument226 .setContentTitle(resources.getString(titleId)) in getNotification()
392 public void setTitle(int titleId) { in setTitle() argument393 super.setTitle(titleId); in setTitle()
520 public Builder setTitle(@StringRes int titleId) { in setTitle() argument521 P.mTitle = P.mContext.getText(titleId); in setTitle()
624 public void setTitle(@StringRes int titleId) { in setTitle() argument625 setTitle(mContext.getText(titleId)); in setTitle()
6670 public void setTitle(int titleId) { in setTitle() argument6671 setTitle(getText(titleId)); in setTitle()
1823 final int titleId = isUserInitiated in handleMessage() local1825 String text = mContext.getString(titleId, procName); in handleMessage()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...