Home
last modified time | relevance | path

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

/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/activities/
DProgressFragment.java61 TextView subheaderTextView = v.findViewById(R.id.subheader_text); in onCreateView() local
62 checkNotNull(subheaderTextView); in onCreateView()
78 subheaderTextView.setText( in onCreateView()
DProvisionNotRequiredFragment.java100 TextView subheaderTextView = view.findViewById(R.id.subheader_text); in onViewCreated() local
101 checkNotNull(subheaderTextView); in onViewCreated()
105 subheaderTextView.setText(getString(pair.first, pair.second)); in onViewCreated()
DProvisionInfoFragment.java151 TextView subheaderTextView = view.findViewById(R.id.subheader_text); in onViewCreated() local
152 if (subheaderTextView == null) { in onViewCreated()