Searched refs:AppLaunchSettings (Results 1 – 9 of 9) sorted by relevance
22 import com.android.settings.applications.intentpicker.AppLaunchSettings;29 modIntent.putExtra(EXTRA_SHOW_FRAGMENT, AppLaunchSettings.class.getName()); in getIntent()35 return AppLaunchSettings.class.getName().equals(fragmentName); in isValidFragment()
57 mPackage = getArguments().getString(AppLaunchSettings.APP_PACKAGE_KEY); in onCreate()138 if (fragment instanceof AppLaunchSettings) { in displaySelectedItem()139 ((AppLaunchSettings) fragment).addSelectedLinksPreference(); in displaySelectedItem()
71 mPackage = getArguments().getString(AppLaunchSettings.APP_PACKAGE_KEY); in onCreateDialog()185 args.putString(AppLaunchSettings.APP_PACKAGE_KEY, mPackage); in launchSupportedLinksDialogFragment()
64 public class AppLaunchSettings extends AppInfoBase implements class
32 import com.android.settings.applications.intentpicker.AppLaunchSettings;80 return AppLaunchSettings.class; in getDetailFragmentClass()
29 import com.android.settings.applications.intentpicker.AppLaunchSettings89 AppLaunchSettings::class.java, in startActivity()
30 import com.android.settings.applications.intentpicker.AppLaunchSettings;73 AppInfoBase.startAppInfoFragment(AppLaunchSettings.class, in handlePreferenceTreeClick()
42 import com.android.settings.applications.intentpicker.AppLaunchSettings;91 assertThat(mController.getDetailFragmentClass()).isEqualTo(AppLaunchSettings.class); in getDetailFragmentClass_shouldReturnAppLaunchSettings()
16 com.android.settings.applications.AppLaunchSettings