Searched refs:launchable (Results 1 – 9 of 9) sorted by relevance
176 final Intent launchable = new Intent(Intent.ACTION_MAIN); in getLauncherActivity() local177 launchable.addCategory(Intent.CATEGORY_LAUNCHER); in getLauncherActivity()178 launchable.setPackage(packageName); in getLauncherActivity()179 return pm.resolveActivity(launchable, 0); in getLauncherActivity()
232 final Intent launchable = new Intent(Intent.ACTION_MAIN); in getLauncherActivities() local233 launchable.addCategory(Intent.CATEGORY_LAUNCHER); in getLauncherActivities()234 final List<ResolveInfo> activities = pm.queryIntentActivities(launchable, 0); in getLauncherActivities()
679 launchable = ''683 launchable = args[1]702 launchable = self._awk("extract-launchable.awk",718 currentAppInfo.set_info(package_name, launchable, data_directory)
1049 that contains two main activities launchable from Home.1063 activities launchable from Home, you must define them to be1072 launchable from Home that reside in the same application.
279 launchable-activity: name='com.example.hello.HelloActivity' label='Hello' icon=''
360 launchable-activity: name='com.example.hello.HelloActivity' label='Hello' icon=''
334 launchable-activity: name='com.example.hello.HelloActivity' label='Hello' icon=''
456 launchable-activity: name='com.example.hello.HelloActivity' label='Hello' icon=''
515 launchable activity name='com.example.android.btexample.MyActivity'label='' icon=''