Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DInstalledAppDetails.java739 TextView autoLaunchView = (TextView) mRootView.findViewById(R.id.auto_launch); in refreshUi() local
950 private void resetLaunchDefaultsUi(TextView title, TextView autoLaunchView) { in resetLaunchDefaultsUi()