/frameworks/base/docs/html/training/ |
testing.jd | 7 test your Android application.</p>
|
/frameworks/base/packages/FusedLocation/res/values/ |
strings.xml | 3 <!-- Name of the application. [CHAR LIMIT=35] -->
|
/ndk/tests/device/test-googletest-full/jni/ |
Android.mk | 2 # The APP_MODULES declaration in Application.mk will force the
|
/prebuilts/eclipse/deltapack/ |
README | 1 The Eclipse deltapack is used to build the monitor application (the RCP version of DDMS).
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidXmlCharacterMatcherTest.java | 34 "^</application>"); 39 "^<application android:icon", 40 "^</application>"); 45 "<application^ android:icon", 46 "^</application>"); 51 "^</application>", 52 "^<application android:icon"); 57 "<^/application>", 58 "^<application android:icon"); 63 "</^application>", [all...] |
/frameworks/base/docs/html/tools/publishing/ |
preparing.jd | 16 <li><a href="#publishing-configure">Configuring Your Application</a></li> 17 <li><a href="#publishing-build">Building Your Application</a></li> 19 <li><a href="#publishing-test">Testing Your Application for Release</a></li> 30 <p>Before you distribute your Android application to users you need to prepare it for release. The 35 <p>When you prepare your application for release, you configure, build, and test a release 36 version of your application. The configuration tasks are straightforward, involving basic code 37 cleanup and code modification tasks that help optimize your application. The build process is 39 tasks serve as a final check, ensuring that your application performs as expected under real-world 40 conditions. When you are finished preparing your application for release you have a signed 42 application marketplace such as Google Play.</p [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
WspTypeDecoder.java | 60 WELL_KNOWN_MIME_TYPES.put(0x10, "application/*"); 61 WELL_KNOWN_MIME_TYPES.put(0x11, "application/java-vm"); 62 WELL_KNOWN_MIME_TYPES.put(0x12, "application/x-www-form-urlencoded"); 63 WELL_KNOWN_MIME_TYPES.put(0x13, "application/x-hdmlc"); 64 WELL_KNOWN_MIME_TYPES.put(0x14, "application/vnd.wap.wmlc"); 65 WELL_KNOWN_MIME_TYPES.put(0x15, "application/vnd.wap.wmlscriptc"); 66 WELL_KNOWN_MIME_TYPES.put(0x16, "application/vnd.wap.wta-eventc"); 67 WELL_KNOWN_MIME_TYPES.put(0x17, "application/vnd.wap.uaprof"); 68 WELL_KNOWN_MIME_TYPES.put(0x18, "application/vnd.wap.wtls-ca-certificate"); 69 WELL_KNOWN_MIME_TYPES.put(0x19, "application/vnd.wap.wtls-user-certificate") [all...] |
/development/apps/NinePatchLab/ |
AndroidManifest.xml | 2 <application android:label="9-patch-lab"> 10 </application>
|
/development/apps/OBJViewer/ |
AndroidManifest.xml | 2 <application> 9 </application>
|
/development/samples/Vault/tests/ |
AndroidManifest.xml | 5 <application> 7 </application>
|
/development/tools/templates/ |
java_tests_file.template | 6 * This is a simple framework for a test of an Application. See 8 * how to write and extend Application tests.
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/war/WEB-INF/ |
appengine-web.xml | 3 <application></application>
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/ |
app.yaml | 6 application: INSERT APPLICATION NAME HERE
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/ |
app.yaml | 5 application: INSERT APPLICATION NAME HERE
|
/external/chromium_org/remoting/host/win/ |
dpi_aware.manifest | 3 <asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"> 7 </asmv3:application>
|
/external/chromium_org/win8/metro_driver/resources/ |
VisualElementsManifest.xml | 2 <Application
17 </Application>
|
/frameworks/base/core/java/android/content/pm/ |
package.html | 4 application package, including information about its activities, 6 <p>Most of the information about an application package is defined by its manifest file. For
|
/frameworks/base/core/tests/overlaytests/OverlayTest/ |
AndroidManifest.xml | 4 <application> 6 </application>
|
/frameworks/base/docs/html/guide/faq/ |
index.jd | 6 <dt><a href="framework.html">Application Framework FAQ</a></dt> 7 <dd>Common questions about the Android Application Framework.</dd>
|
/frameworks/base/media/tests/SoundPoolTest/ |
AndroidManifest.xml | 3 <application> 10 </application>
|
/frameworks/base/packages/DocumentsUI/tests/ |
AndroidManifest.xml | 5 <application> 7 </application>
|
/frameworks/base/packages/services/PacProcessor/ |
AndroidManifest.xml | 7 <application 14 </application>
|
/frameworks/base/tests/appwidgets/AppWidgetProviderTest/ |
AndroidManifest.xml | 5 <application> 12 </application>
|
/frameworks/native/opengl/tests/lighting1709/ |
AndroidManifest.xml | 4 <application> 12 </application>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/templates/ |
AndroidManifest.template | 8 <application android:icon="@drawable/ic_launcher" android:label="APPLICATION_NAME"> 11 </application>
|