HomeSort by relevance Sort by last modified time
    Searched full:launchable (Results 1 - 25 of 29) sorted by null

1 2

  /ndk/build/awk/
extract-launchable.awk 15 # A nawk/gawk script used to extract the list of launchable activities
41 # the 'launchable' flag to false.
45 launchable = 0;
48 # is launchable. If so, print its name to the output
51 if ( name && launchable ) {
68 # When exiting an <intent-filter>, set the 'launchable' flag to true
74 launchable = 1;
  /external/webkit/Tools/MiniBrowser/mac/
make-launchable.sh 26 echo "Making app bundle launchable";
  /frameworks/testing/app-tests/AppLaunchTest/src/com/android/applaunchtest/
AppLaunchRunner.java 44 * Gets the Android application package name to launch. Application must have a launchable
AppLaunchTest.java 79 * A test that runs Launcher-launchable activity for given package name and verifies that no
86 assertNotNull(String.format("Could not find launchable activity for %s", mPackageName),
173 * A helper function to get the launchable activity for the given package name.
176 final Intent launchable = new Intent(Intent.ACTION_MAIN); local
177 launchable.addCategory(Intent.CATEGORY_LAUNCHER);
178 launchable.setPackage(packageName);
179 return pm.resolveActivity(launchable, 0);
  /external/webkit/Tools/MiniBrowser/MiniBrowser.xcodeproj/
project.pbxproj 64 BC1770121188DF19007D9E9A /* make-launchable.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; name = "make-launchable.sh"; path = "mac/make-launchable.sh"; sourceTree = "<group>"; };
189 BC1770121188DF19007D9E9A /* make-launchable.sh */,
226 BC17701E1188DFB4007D9E9A /* Make Launchable */,
302 BC17701E1188DFB4007D9E9A /* Make Launchable */ = {
309 name = "Make Launchable";
314 shellScript = "mac/make-launchable.sh\n";
  /development/samples/Home/src/com/example/android/home/
ApplicationInfo.java 24 * Represents a launchable application. An application is made of a name (or title), an intent
  /frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
ProcessErrorsTest.java 93 * A test that runs all Launcher-launchable activities and verifies that no ANRs or crashes
232 final Intent launchable = new Intent(Intent.ACTION_MAIN); local
233 launchable.addCategory(Intent.CATEGORY_LAUNCHER);
234 final List<ResolveInfo> activities = pm.queryIntentActivities(launchable, 0);
  /ndk/
ndk-gdb 281 echo " --launch-list List all launchable activity names from manifest"
468 # If --launch-list is used, list all launchable activities, and be done with it
470 log "Extracting list of launchable activities from manifest:"
471 run_awk_manifest_script extract-launchable.awk
605 # launchable activity name from the manifest and use it as if --launch=<name>
609 OPTION_LAUNCH=`run_awk_manifest_script extract-launchable.awk | sed 2q`
611 echo "ERROR: Could not extract name of launchable activity from manifest!"
615 log "Found first launchable activity: $OPTION_LAUNCH"
617 echo "ERROR: It seems that your Application does not have any launchable activity!"
ndk-gdb.py 128 help='List all launchable activity names from manifest',
488 log('Extracting list of launchable activities from manifest:')
584 error('''Could not extract name of launchable activity from manifest!
586 log('Found first launchable activity: %s' % (OPTION_LAUNCH[0]))
588 error('''It seems that your Application does not have any launchable activity!
  /ndk/docs/
NDK-GDB.html 119 NOTE: This launches the first launchable activity listed from your
126 defines several launchable activities.
129 Convenience option that prints the list of all launchable activity names
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 679 launchable = ''
683 launchable = args[1]
702 launchable = self._awk("extract-launchable.awk",
718 currentAppInfo.set_info(package_name, launchable, data_directory)
  /packages/apps/Browser/src/com/android/browser/search/
SearchEngineInfo.java 153 * Formats a launchable uri out of the template uri by replacing the template parameters with
  /packages/apps/Launcher2/src/com/android/launcher2/
ShortcutInfo.java 28 * Represents a launchable icon on the workspaces and in folders.
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchDelegate.java 423 * @return activity name that should be launched, or null if no launchable activity.
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
activity_task_design.jd     [all...]
  /frameworks/base/docs/html/training/multiple-apks/
api.jd 360 launchable-activity: name='com.example.hello.HelloActivity' label='Hello' icon=''
multiple.jd 456 launchable-activity: name='com.example.hello.HelloActivity' label='Hello' icon=''
screensize.jd 334 launchable-activity: name='com.example.hello.HelloActivity' label='Hello' icon=''
texture.jd 279 launchable-activity: name='com.example.hello.HelloActivity' label='Hello' icon=''
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
  /packages/apps/Settings/src/com/android/settings/applications/
InstalledAppDetails.java 90 * used by the application and also the set of default launchable activities.
    [all...]
  /frameworks/base/docs/html/guide/topics/manifest/
uses-feature-element.jd 512 launchable activity name='com.example.android.btexample.MyActivity'label='' icon=''
    [all...]
  /frameworks/base/tools/aapt/
Command.cpp 722 printf("launchable-activity:");
    [all...]
  /prebuilts/sdk/tools/linux/
aapt 
  /external/webkit/Tools/
ChangeLog-2010-05-24     [all...]

Completed in 1769 milliseconds

1 2