Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DInstalledAppDetails.java738 TextView autoLaunchTitleView = (TextView) mRootView.findViewById(R.id.auto_launch_title); in refreshUi() local
742 resetLaunchDefaultsUi(autoLaunchTitleView, autoLaunchView); in refreshUi()
747 autoLaunchTitleView.setText(R.string.auto_launch_label_generic); in refreshUi()
749 autoLaunchTitleView.setText(R.string.auto_launch_label); in refreshUi()
1387 TextView autoLaunchTitleView =
1390 resetLaunchDefaultsUi(autoLaunchTitleView, autoLaunchView);