Home
last modified time | relevance | path

Searched refs:titleTextView (Results 1 – 16 of 16) sorted by relevance

/packages/apps/Settings/src/com/android/settings/remoteauth/settings/
DRemoteAuthSettingsRecyclerViewAdapter.kt49 private val titleTextView: TextView = view.requireViewById(R.id.authenticator_name_text) in getItemCount() constant in com.android.settings.remoteauth.settings.RemoteAuthSettingsRecyclerViewAdapter
53 titleTextView.text = authenticatorUiState.name in getItemCount()
/packages/apps/Settings/src/com/android/settings/biometrics/face/
DFaceEnrollAccessibilityToggle.java57 final TextView titleTextView = findViewById(R.id.title); in FaceEnrollAccessibilityToggle() local
58 titleTextView.setText(title); in FaceEnrollAccessibilityToggle()
/packages/apps/Settings/src/com/android/settings/remoteauth/enrolling/
DRemoteAuthEnrollEnrollingRecyclerViewAdapter.kt49 … private val titleTextView: TextView = view.requireViewById(R.id.discovered_authenticator_name) in getItemCount() constant in com.android.settings.remoteauth.enrolling.RemoteAuthEnrollEnrollingRecyclerViewAdapter
57 titleTextView.text = discoveredAuthenticatorUiState.name in getItemCount()
/packages/apps/Settings/src/com/android/settings/sim/
DEnableAutoDataSwitchDialogFragment.java110 TextView titleTextView = titleView.findViewById(R.id.title); in updateDialog() local
111 titleTextView.setText(getContext().getString(getTitleResId())); in updateDialog()
112 dialog.setCustomTitle(titleTextView); in updateDialog()
DSelectSpecificDataSimDialogFragment.java176 TextView titleTextView = titleView.findViewById(R.id.title); in updateDialog() local
177 titleTextView.setText(getContext().getString(getTitleResId(), newDataCarrierName)); in updateDialog()
179 dialog.setCustomTitle(titleTextView); in updateDialog()
DSimListDialogFragment.java79 TextView titleTextView = titleView.findViewById(R.id.title); in onCreateDialog() local
80 titleTextView.setText(getContext().getString(getTitleResId())); in onCreateDialog()
81 builder.setCustomTitle(titleTextView); in onCreateDialog()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DIssueCardPreference.java118 TextView titleTextView = (TextView) holder.findViewById(R.id.issue_card_title); in onBindViewHolder() local
119 titleTextView.setText(mIssue.getTitle()); in onBindViewHolder()
133 configureContentDescription(attributionTitleTextView, titleTextView); in onBindViewHolder()
151 TextView attributionTitleTextView, TextView titleTextView) { in configureContentDescription() argument
158 titleTextView.setContentDescription(null); in configureContentDescription()
160 firstVisibleTextView = titleTextView; in configureContentDescription()
/packages/apps/Gallery2/src/com/android/photos/adapters/
DAlbumSetCursorAdapter.java51 TextView titleTextView = (TextView) v.findViewById( in bindView() local
53 titleTextView.setText(cursor.getString(AlbumSetLoader.INDEX_TITLE)); in bindView()
/packages/apps/TvSystemUI/src/com/android/systemui/tv/usb/
DTvUsbDialogActivity.java77 TextView titleTextView = findViewById(R.id.bottom_sheet_title); in initUI() local
84 titleTextView.setText(title); in initUI()
/packages/apps/TvSystemUI/src/com/android/systemui/tv/hdmi/
DHdmiCecActiveSourceLostActivity.java75 TextView titleTextView = findViewById(R.id.bottom_sheet_title); in initUI() local
82 titleTextView.setText(getString(R.string.hdmi_cec_on_active_source_lost_title)); in initUI()
DHdmiCecSetMenuLanguageActivity.java82 TextView titleTextView = findViewById(R.id.bottom_sheet_title); in initUI() local
89 titleTextView.setText(title); in initUI()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DConfirmDialogFragment.java132 TextView titleTextView = titleView.findViewById(R.id.title); in onCreateDialog() local
133 titleTextView.setText(title); in onCreateDialog()
134 builder.setCustomTitle(titleTextView); in onCreateDialog()
/packages/services/Car/tests/CustomizationTool/src/com/android/car/customization/tool/ui/menu/
DDropDownPopup.kt78 private val titleTextView = itemView.requireViewById<TextView>(R.id.dropdown_title) constant in com.android.car.customization.tool.ui.menu.DropDownAdapter
85 titleTextView.text = model.title in bindTo()
/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
DSettingsActivity.java144 final TextView titleTextView = (TextView) itemView.findViewById(R.id.title); in getView() local
147 titleTextView.setText(item.getDisplayName()); in getView()
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ui/
DPhotosTabAdapter.java121 TextView titleTextView = dateHeaderVH.title; in onBindSectionViewHolder() local
123 titleTextView.setTextColor( in onBindSectionViewHolder()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertDialog.java869 TextView titleTextView = findViewById(R.id.alertTitle); in updateAlertText() local
871 if (titleTextView != null) { in updateAlertText()
874 titleTextView.setSingleLine(false); in updateAlertText()
879 titleTextView.setText(title); in updateAlertText()
882 TextView titleTextView = findViewById(R.id.alertTitle); in updateAlertText() local
884 titleTextView.setText(""); in updateAlertText()