Home
last modified time | relevance | path

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

/frameworks/testing/app-tests/AppLaunchTest/src/com/android/applaunchtest/
DAppLaunchTest.java176 final Intent launchable = new Intent(Intent.ACTION_MAIN); in getLauncherActivity() local
177 launchable.addCategory(Intent.CATEGORY_LAUNCHER); in getLauncherActivity()
178 launchable.setPackage(packageName); in getLauncherActivity()
179 return pm.resolveActivity(launchable, 0); in getLauncherActivity()
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
DProcessErrorsTest.java232 final Intent launchable = new Intent(Intent.ACTION_MAIN); in getLauncherActivities() local
233 launchable.addCategory(Intent.CATEGORY_LAUNCHER); in getLauncherActivities()
234 final List<ResolveInfo> activities = pm.queryIntentActivities(launchable, 0); in getLauncherActivities()
/frameworks/compile/libbcc/gdb_plugin/
Dandroid-commands.py679 launchable = ''
683 launchable = args[1]
702 launchable = self._awk("extract-launchable.awk",
718 currentAppInfo.set_info(package_name, launchable, data_directory)
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dactivity_task_design.jd1049 that contains two main activities launchable from Home.
1063 activities launchable from Home, you must define them to be
1072 launchable from Home that reside in the same application.
/frameworks/base/docs/html/training/multiple-apks/
Dtexture.jd279 launchable-activity: name='com.example.hello.HelloActivity' label='Hello' icon=''
Dapi.jd360 launchable-activity: name='com.example.hello.HelloActivity' label='Hello' icon=''
Dscreensize.jd334 launchable-activity: name='com.example.hello.HelloActivity' label='Hello' icon=''
Dmultiple.jd456 launchable-activity: name='com.example.hello.HelloActivity' label='Hello' icon=''
/frameworks/base/docs/html/guide/topics/manifest/
Duses-feature-element.jd515 launchable activity name='com.example.android.btexample.MyActivity'label='' icon=''