HomeSort by relevance Sort by last modified time
    Searched full:versioncode (Results 326 - 350 of 392) sorted by null

<<111213141516

  /packages/apps/DeskClock/
AndroidManifest.xml 3 android:versionCode="203" android:versionName="2.0.3">
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
QsbApplication.java 99 mVersionCode = pkgInfo.versionCode;
SearchableSource.java 83 mVersionCode = pkgInfo.versionCode;
  /tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/internal/utils/
ProjectUtils.java     [all...]
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 186 ret.versionCode = pkg.versionCode;
    [all...]
  /sdk/sdk_common/src/com/android/ide/common/xml/
ManifestData.java 561 * Returns the versionCode value defined in the manifest, if found, null otherwise.
562 * @return the versionCode or null if not found.
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java     [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 206 public final int versionCode;
210 public PackageLite(String packageName, int versionCode,
213 this.versionCode = versionCode;
286 pi.versionCode = p.mVersionCode;
    [all...]
ApplicationInfo.java 244 * i.e. from versions of the application with a versionCode greater than
  /frameworks/base/docs/html/tools/publishing/
publishing_overview.jd 65 <code>android:versionCode</code> and <code>android:versionName</code> attributes, which are
preparing.jd 236 <li><code>android:versionCode</code> and <code>android:versionName</code> attributes.
  /frameworks/base/docs/html/tools/workflow/publishing/
publishing_overview.jd 73 <code>android:versionCode</code> and <code>android:versionName</code> attributes, which are
preparing.jd 236 <li><code>android:versionCode</code> and <code>android:versionName</code> attributes.
  /frameworks/base/docs/html/tools/workflow/
publishing_overview.jd 73 <code>android:versionCode</code> and <code>android:versionName</code> attributes, which are
  /packages/apps/DeskClock/src/com/android/deskclock/
Utils.java 126 sCachedVersionCode = Integer.toString(info.versionCode);
  /packages/apps/Email/
AndroidManifest.xml 20 android:versionCode="410000"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java 156 0, // versionCode
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/
AbstractCheckTest.java 184 " android:versionCode=\"1\"\n" +
  /tools/motodev/src/help/appvalidator_help/src/topics/
c_appvalidator-conditions.dita 70 <p>Verifies the existence of android:versionCode and android:versionName attributes in the &lt;manifest&gt;
72 attributes. It uses android:versionCode to identify the application internally and to handle updates, and
  /frameworks/base/docs/html/guide/google/play/
expansion-files.jd 105 versionCode}</a> in the manifest. (The
134 href="{@docRoot}guide/topics/manifest/manifest-element.html#vcode">{@code android:versionCode}</a>
303 href="{@docRoot}guide/topics/manifest/manifest-element.html#vcode">{@code versionCode}</a>
309 href="{@docRoot}guide/topics/manifest/manifest-element.html#vcode">{@code versionCode}</a> (and
    [all...]
  /frameworks/base/tools/aapt/
Command.cpp 766 int32_t versionCode = getIntegerAttribute(tree, VERSION_CODE_ATTR, &error);
768 fprintf(stderr, "ERROR getting 'android:versionCode' attribute: %s\n", error.string());
771 if (versionCode > 0) {
772 printf("versionCode='%d' ", versionCode);
774 printf("versionCode='' ");
    [all...]
Main.cpp 146 " inserts android:versionCode in to manifest.\n"
  /cts/apps/CtsVerifier/
AndroidManifest.xml 20 android:versionCode="1"
  /frameworks/base/core/java/android/app/backup/
BackupAgent.java 201 * android:versionCode}</a> manifest attribute,
  /packages/apps/Gallery2/
AndroidManifest.xml 3 <manifest android:versionCode="40001"

Completed in 875 milliseconds

<<111213141516