Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DClearDefaultsPreference.java129 TextView autoLaunchView = (TextView) view.findViewById(R.id.auto_launch); in onBindViewHolder()
130 resetLaunchDefaultsUi(autoLaunchView); in onBindViewHolder()
142 TextView autoLaunchView = (TextView) view.findViewById(R.id.auto_launch); in updateUI() local
147 resetLaunchDefaultsUi(autoLaunchView); in updateUI()
152 autoLaunchView.setText(R.string.auto_launch_label_generic); in updateUI()
154 autoLaunchView.setText(R.string.auto_launch_label); in updateUI()
182 autoLaunchView.setText(text); in updateUI()
188 private void resetLaunchDefaultsUi(TextView autoLaunchView) { in resetLaunchDefaultsUi() argument
189 autoLaunchView.setText(R.string.auto_launch_disable_text); in resetLaunchDefaultsUi()