HomeSort by relevance Sort by last modified time
    Searched refs:AndroidManifest (Results 26 - 40 of 40) sorted by null

12

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerBuilder.java 45 import com.android.sdklib.xml.AndroidManifest;
76 * AndroidManifest.xml file into the R.java class.</li>
448 codename, AndroidManifest.ATTRIBUTE_MIN_SDK_VERSION);
457 AndroidManifest.ATTRIBUTE_MIN_SDK_VERSION,
471 AndroidManifest.ATTRIBUTE_MIN_SDK_VERSION, minSdkVersion);
480 AndroidManifest.ATTRIBUTE_MIN_SDK_VERSION, codename);
498 codename, AndroidManifest.ATTRIBUTE_MIN_SDK_VERSION);
506 // looks like the AndroidManifest file isn't valid.
    [all...]
PostCompilerBuilder.java 47 import com.android.sdklib.xml.AndroidManifest;
445 // resource to the AndroidManifest.xml file
447 String appPackage = AndroidManifest.getPackage(new IFileWrapper(manifestFile));
551 // resource to the AndroidManifest.xml file
    [all...]
  /development/testrunner/
create_test.py 33 """Constants for test Android.mk and AndroidManifest.xml creation."""
87 """Create and populate tests/AndroidManifest.xml with variable values from
88 Android.mk and AndroidManifest.xml.
90 Does nothing if tests/AndroidManifest.xml already exists.
93 manifest: AndroidManifest object for application manifest
96 extracted from AndroidManifest.xml
98 IOError: tests/AndroidManifest.xml cannot be opened for writing
117 # write tests/AndroidManifest.xml
204 manifest: AndroidManifest object for application manifest
229 manifest = android_manifest.AndroidManifest(app_path=app_path
    [all...]
  /gdk/build/core/
build-local.mk 58 GDK_PROJECT_PATH := $(call find-project-dir,$(strip $(shell pwd)),AndroidManifest.xml)
add-application.mk 112 APP_MANIFEST := $(strip $(wildcard $(APP_PROJECT_PATH)/AndroidManifest.xml))
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java 37 import com.android.sdklib.xml.AndroidManifest;
115 boolean debugMode = AndroidManifest.getDebuggable(manifestFile);
  /cts/tests/tests/content/src/android/content/res/cts/
TypedArrayTest.java 167 com.android.internal.R.styleable.AndroidManifest);
  /ndk/build/core/
build-local.mk 113 ifneq (,$(strip $(wildcard AndroidManifest.xml)))
125 NDK_PROJECT_PATH := $(call find-project-dir,.,AndroidManifest.xml)
add-application.mk 166 APP_MANIFEST := $(strip $(wildcard $(APP_PROJECT_PATH)/AndroidManifest.xml))
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/xml/
AndroidManifest.java 32 * Helper and Constants for the AndroidManifest.xml file.
35 public final class AndroidManifest {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiClassAttributeNode.java 30 import com.android.sdklib.xml.AndroidManifest;
311 String className = AndroidManifest.combinePackageAndClassName(
  /build/core/
package.mk 65 LOCAL_MANIFEST_FILE := AndroidManifest.xml
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java 37 import static com.android.sdklib.xml.AndroidManifest.ATTRIBUTE_NAME;
38 import static com.android.sdklib.xml.AndroidManifest.ATTRIBUTE_PACKAGE;
39 import static com.android.sdklib.xml.AndroidManifest.NODE_ACTIVITY;
40 import static com.android.sdklib.xml.AndroidManifest.NODE_SERVICE;
243 // Is this an <activity> or <service> in an AndroidManifest.xml file? If so, jump
272 * AndroidManifest.xml file
383 // Is this an <activity> or <service> in an AndroidManifest.xml file? If so, jump to it
425 // Is this an <activity> or <service> in an AndroidManifest.xml file? If so, jump to it
444 // Is this an <activity> or <service> in an AndroidManifest.xml file? If so, jump to it
461 * AndroidManifest.xml nod
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectCreator.java 27 import com.android.sdklib.xml.AndroidManifest;
261 fqActivityName = AndroidManifest.combinePackageAndClassName(packageName,
357 /* Make AndroidManifest.xml and build.xml files */
358 String manifestTemplate = "AndroidManifest.template";
360 manifestTemplate = "AndroidManifest.tests.template";
424 * <li> Check AndroidManifest.xml is present (required)
444 FileWrapper androidManifest = checkProjectFolder(folderPath,
446 if (androidManifest == null) {
451 FolderWrapper projectFolder = (FolderWrapper) androidManifest.getParentFolder();
700 extractPackageFromManifest(androidManifest, keywords)
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 78 private static final String ANDROID_MANIFEST_FILENAME = "AndroidManifest.xml";
504 Slog.w(TAG, "Unable to read AndroidManifest.xml of "
581 // can trust it... we'll just use the AndroidManifest.xml
725 Slog.w(TAG, "Unable to read AndroidManifest.xml of "
    [all...]

Completed in 609 milliseconds

12