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

/packages/apps/Settings/src/com/android/settings/applications/
H A DInstalledAppDetails.java669 TextView autoLaunchView = (TextView) mRootView.findViewById(R.id.auto_launch);
672 resetLaunchDefaultsUi(autoLaunchTitleView, autoLaunchView);
705 autoLaunchView.setText(text);
880 private void resetLaunchDefaultsUi(TextView title, TextView autoLaunchView) { argument
882 autoLaunchView.setText(R.string.auto_launch_disable_text);
1320 TextView autoLaunchView = (TextView) mRootView.findViewById(R.id.auto_launch);
1321 resetLaunchDefaultsUi(autoLaunchTitleView, autoLaunchView);

Completed in 1108 milliseconds