Searched refs:mContentTitle (Results 1 – 4 of 4) sorted by relevance
40 private CharSequence mContentTitle; field in LinkablePreference69 if (mContentTitle == null || mClickListener == null) { in onBindViewHolder()73 StringBuilder contentBuilder = new StringBuilder().append(mContentTitle); in onBindViewHolder()80 if (linked && mContentTitle != null) { in onBindViewHolder()85 mContentTitle.length(), in onBindViewHolder()103 mContentTitle = contentTitle; in setText()115 mContentTitle = null; in setTitle()125 mContentTitle = null; in setTitle()
63 private TextView mContentTitle; field in UpdateLayoutFragment119 mContentTitle = view.findViewById(R.id.system_update_auto_content_title); in onViewCreated()161 mContentTitle.setText(status); in showStatus()171 mContentTitle.setText(R.string.install_ready); in showInstallNow()
62 private String mContentTitle; field in DvrRecordingService134 mContentTitle = getString(R.string.dvr_notification_content_title); in onCreate()188 .setContentTitle(mContentTitle) in startForegroundInternal()