Home
last modified time | relevance | path

Searched refs:subheaderTextView (Results 1 – 2 of 2) sorted by relevance

/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/activities/
DProgressFragment.java91 TextView subheaderTextView = v.findViewById(R.id.subheader_text); in onCreateView() local
92 checkNotNull(subheaderTextView); in onCreateView()
118 UrlUtils.setUrlText(subheaderTextView, in onCreateView()
DProvisionInfoFragment.java116 TextView subheaderTextView = view.findViewById(R.id.subheader_text); in onViewCreated() local
117 if (subheaderTextView == null) { in onViewCreated()
124 subheaderTextView.setText(getString(pair.first, pair.second)); in onViewCreated()