Home
last modified time | relevance | path

Searched refs:mContentTitle (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/wifi/
DLinkablePreference.java40 private CharSequence mContentTitle; field in LinkablePreference
69 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()
/packages/apps/Car/SystemUpdater/src/com/android/car/systemupdater/
DUpdateLayoutFragment.java64 private TextView mContentTitle; field in UpdateLayoutFragment
121 mContentTitle = view.findViewById(R.id.system_update_auto_content_title); in onViewCreated()
155 mContentTitle.setText(status); in showStatus()
165 mContentTitle.setText(R.string.install_ready); in showInstallNow()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/utils/
DMockMessageNotificationBuilder.java83 private String mContentTitle = ""; field in MockMessageNotificationBuilder
108 if (!mContentTitle.isEmpty()) { in build()
109 builder.setContentTitle(mContentTitle); in build()
231 mContentTitle = contentTitle; in setContentTitle()
/packages/apps/TV/src/com/android/tv/dvr/recorder/
DDvrRecordingService.java62 private String mContentTitle; field in DvrRecordingService
134 mContentTitle = getString(R.string.dvr_notification_content_title); in onCreate()
188 .setContentTitle(mContentTitle) in startForegroundInternal()