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
70 if (mContentTitle == null || mClickListener == null) { in onBindViewHolder()
74 StringBuilder contentBuilder = new StringBuilder().append(mContentTitle); in onBindViewHolder()
81 if (linked && mContentTitle != null) { in onBindViewHolder()
86 mContentTitle.length(), in onBindViewHolder()
104 mContentTitle = contentTitle; in setText()
116 mContentTitle = null; in setTitle()
126 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/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()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/utils/
DMockMessageNotificationBuilder.java87 private String mContentTitle = ""; field in MockMessageNotificationBuilder
113 if (!mContentTitle.isEmpty()) { in build()
114 builder.setContentTitle(mContentTitle); in build()
261 mContentTitle = contentTitle; in setContentTitle()