Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/panel/
DPanelFragmentTest.java184 final PanelFragment panelFragment = (PanelFragment) in supportIcon_displayIconHeaderLayout() local
189 final View titleView = panelFragment.mLayoutView.findViewById(R.id.panel_title); in supportIcon_displayIconHeaderLayout()
190 final LinearLayout panelHeader = panelFragment.mLayoutView.findViewById(R.id.panel_header); in supportIcon_displayIconHeaderLayout()
191 final TextView headerTitle = panelFragment.mLayoutView.findViewById(R.id.header_title); in supportIcon_displayIconHeaderLayout()
192 final TextView headerSubtitle = panelFragment.mLayoutView.findViewById( in supportIcon_displayIconHeaderLayout()
207 final PanelFragment panelFragment = (PanelFragment) in notSupportIcon_displayDefaultHeaderLayout() local
213 final View titleView = panelFragment.mLayoutView.findViewById(R.id.panel_title); in notSupportIcon_displayDefaultHeaderLayout()
214 final View panelHeader = panelFragment.mLayoutView.findViewById(R.id.panel_header); in notSupportIcon_displayDefaultHeaderLayout()
228 final PanelFragment panelFragment = (PanelFragment) in onHeaderChanged_updateHeader_verifyTitle() local
233 final TextView headerTitle = panelFragment.mLayoutView.findViewById(R.id.header_title); in onHeaderChanged_updateHeader_verifyTitle()
[all …]