/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
RefactoringUtil.java | 21 import static com.android.xml.AndroidManifest.ATTRIBUTE_BACKUP_AGENT; 22 import static com.android.xml.AndroidManifest.ATTRIBUTE_MANAGE_SPACE_ACTIVITY; 23 import static com.android.xml.AndroidManifest.ATTRIBUTE_PARENT_ACTIVITY_NAME; 24 import static com.android.xml.AndroidManifest.ATTRIBUTE_TARGET_ACTIVITY; 29 import com.android.xml.AndroidManifest; 209 && (AndroidManifest.NODE_ACTIVITY.equals(tag) 210 || AndroidManifest.NODE_APPLICATION.equals(tag) 211 || AndroidManifest.NODE_INSTRUMENTATION.equals(tag) 212 || AndroidManifest.NODE_PROVIDER.equals(tag) 213 || AndroidManifest.NODE_SERVICE.equals(tag [all...] |
/development/testrunner/ |
android_manifest.py | 18 """In memory representation of AndroidManifest.xml file. 20 Specification of AndroidManifest.xml can be found at 30 class AndroidManifest(object): 31 """In memory representation of AndroidManifest.xml file.""" 33 FILENAME = 'AndroidManifest.xml' 55 """Parse AndroidManifest.xml at the specified path. 58 app_path: path to folder containing AndroidManifest.xml 60 IOError: AndroidManifest.xml cannot be found at given path, or cannot be 113 """Factory method for creating a AndroidManifest. 119 the AndroidManifest or None if there was no file presen [all...] |
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...] |
/development/testrunner/tests/ |
android_manifest_tests.py | 26 """Unit tests for AndroidManifest.""" 30 self._manifest = android_manifest.AndroidManifest(app_path='.')
|
/frameworks/base/tools/aapt/tests/plurals/ |
run.sh | 9 aapt package -v -x -m -z -J $TEST_OUT_DIR/java -M $TEST_DIR/AndroidManifest.xml \
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/ |
AndroidManifestWriter.java | 20 import com.android.xml.AndroidManifest; 46 * Helper class for modifying an AndroidManifest. 69 NodeList nodeList = mDoc.getElementsByTagName(AndroidManifest.NODE_USES_SDK); 73 usesSdkElement = mDoc.createElement(AndroidManifest.NODE_USES_SDK); 77 AndroidManifest.ATTRIBUTE_MIN_SDK_VERSION);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/ |
ManifestInfo.java | 22 import static com.android.xml.AndroidManifest.ATTRIBUTE_ICON; 23 import static com.android.xml.AndroidManifest.ATTRIBUTE_LABEL; 24 import static com.android.xml.AndroidManifest.ATTRIBUTE_MIN_SDK_VERSION; 25 import static com.android.xml.AndroidManifest.ATTRIBUTE_NAME; 26 import static com.android.xml.AndroidManifest.ATTRIBUTE_PACKAGE; 27 import static com.android.xml.AndroidManifest.ATTRIBUTE_TARGET_SDK_VERSION; 28 import static com.android.xml.AndroidManifest.ATTRIBUTE_THEME; 29 import static com.android.xml.AndroidManifest.NODE_ACTIVITY; 30 import static com.android.xml.AndroidManifest.NODE_USES_SDK; 44 import com.android.xml.AndroidManifest; [all...] |
ManifestContentAssist.java | 19 import static com.android.xml.AndroidManifest.ATTRIBUTE_MIN_SDK_VERSION; 20 import static com.android.xml.AndroidManifest.ATTRIBUTE_TARGET_SDK_VERSION; 38 * Content Assist Processor for AndroidManifest.xml
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/ |
ApplicationPackageNameRefactoring.java | 26 import com.android.xml.AndroidManifest; 101 // AndroidManifest.xml depends on not having compilation errors. 136 AndroidManifest.NODE_ACTIVITY, AndroidManifest.NODE_SERVICE, 137 AndroidManifest.NODE_RECEIVER, AndroidManifest.NODE_PROVIDER, 138 AndroidManifest.NODE_APPLICATION 292 * Replace all instances of the package name in AndroidManifest.xml. 361 + AndroidManifest.ATTRIBUTE_NAME; 363 } else if (AndroidManifest.NODE_MANIFEST.equals(lastTagName [all...] |
/build/core/tasks/ |
cts.mk | 70 # $2 : The AndroidManifest.xml corresponding to the test package 115 cts/tests/core/libcore/dalvik/AndroidManifest.xml,\ 122 cts/tests/core/libcore/com/AndroidManifest.xml,\ 129 cts/tests/core/libcore/conscrypt/AndroidManifest.xml,\ 136 cts/tests/core/libcore/sun/AndroidManifest.xml,\ 143 cts/tests/core/libcore/tests/AndroidManifest.xml,\ 150 cts/tests/core/libcore/org/AndroidManifest.xml,\ 157 cts/tests/core/libcore/libcore/AndroidManifest.xml,\ 176 cts/tests/vm-tests-tf/AndroidManifest.xml,\
|
/frameworks/compile/libbcc/tests/debuginfo/ |
build_test_apk.sh | 138 echo " --minsdk <name> minSdkVersion attribute to embed in AndroidManifest.xml of test project." 212 # Copy AndroidManifest.xml 213 COMMON_MANIFEST="$DRIVER_COMMON/AndroidManifest.xml" 215 process_template $COMMON_MANIFEST $OUT_DIR/AndroidManifest.xml $SUBST_PARAMS 226 # Copy AndroidManifest.xml override, if it exists 227 OVERRIDE_MANIFEST="$DRIVER/AndroidManifest.xml" 229 process_template $OVERRIDE_MANIFEST $OUT_DIR/AndroidManifest.xml $SUBST_PARAMS
|
/development/testrunner/test_defs/ |
instrumentation_test.py | 232 AndroidManifest.xml found at build_path. Will set additional filters if 247 manifest_parser = android_manifest.AndroidManifest(app_path= 252 (android_manifest.AndroidManifest.FILENAME, 259 android_manifest.AndroidManifest.FILENAME)) 285 (android_manifest.AndroidManifest.FILENAME,
|
/build/core/ |
static_java_library.mk | 70 LOCAL_MANIFEST_FILE := AndroidManifest.xml
|
package.mk | 57 LOCAL_MANIFEST_FILE := AndroidManifest.xml
|
/cts/build/ |
test_gtest_package.mk | 40 $(cts_package_xml): PRIVATE_MANIFEST := $(LOCAL_PATH)/AndroidManifest.xml
|
test_package.mk | 45 $(cts_package_xml): PRIVATE_MANIFEST := $(LOCAL_PATH)/AndroidManifest.xml
|
/development/tools/findunused/ |
findunusedresources | 62 find $resources $sources $app/AndroidManifest.xml -type f -print |xargs cat | tr -d '\n ' > /tmp/everything$$
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
NewProjectWizardState.java | 30 import com.android.xml.AndroidManifest; 235 newActivityName = AndroidManifest.extractActivityName(activity.getName(),
|
/development/build/ |
sdk.atree | 148 development/tools/templates/AndroidManifest.template platforms/${PLATFORM_NAME}/templates/AndroidManifest.template 149 development/tools/templates/AndroidManifest.tests.template platforms/${PLATFORM_NAME}/templates/AndroidManifest.tests.template 346 frameworks/support/v7/gridlayout/AndroidManifest.xml extras/android/support/v7/gridlayout/AndroidManifest.xml 355 frameworks/support/v7/appcompat/AndroidManifest.xml extras/android/support/v7/appcompat/AndroidManifest.xml 365 frameworks/support/v7/mediarouter/AndroidManifest.xml extras/android/support/v7/mediarouter/AndroidManifest.xm [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
PreCompilerBuilder.java | 59 import com.android.xml.AndroidManifest; 94 * AndroidManifest.xml file into the R.java class.</li> 524 codename, AndroidManifest.ATTRIBUTE_MIN_SDK_VERSION); 533 AndroidManifest.ATTRIBUTE_MIN_SDK_VERSION, 547 AndroidManifest.ATTRIBUTE_MIN_SDK_VERSION, minSdkVersion); 556 AndroidManifest.ATTRIBUTE_MIN_SDK_VERSION, codename); 574 codename, AndroidManifest.ATTRIBUTE_MIN_SDK_VERSION); 582 // looks like the AndroidManifest file isn't valid. [all...] |
/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 | 130 # Check platform level (after adjustment) against android:minSdkVersion in AndroidManifest.xml 132 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 | 39 import com.android.xml.AndroidManifest; 118 boolean debugMode = AndroidManifest.getDebuggable(manifestFile);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/ |
BuildFileCreator.java | 26 import com.android.xml.AndroidManifest; 382 IAbstractFile mManifestFile = AndroidManifest.getManifest(projectFolder); 414 mBuildFile.append(" // For instance, build-types/debug/java, build-types/debug/AndroidManifest.xml, ...\n"); //$NON-NLS-1$
|