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

/packages/apps/Settings/src/com/android/settings/applications/
H A DClearDefaultsPreference.java106 TextView autoLaunchView = (TextView) view.findViewById(R.id.auto_launch);
107 resetLaunchDefaultsUi(autoLaunchView);
119 TextView autoLaunchView = (TextView) view.findViewById(R.id.auto_launch);
124 resetLaunchDefaultsUi(autoLaunchView);
129 autoLaunchView.setText(R.string.auto_launch_label_generic);
131 autoLaunchView.setText(R.string.auto_launch_label);
159 autoLaunchView.setText(text);
170 private void resetLaunchDefaultsUi(TextView autoLaunchView) { argument
171 autoLaunchView.setText(R.string.auto_launch_disable_text);

Completed in 62 milliseconds