Home
last modified time | relevance | path

Searched refs:versionName (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/base/docs/html-intl/intl/ja/guide/publishing/
Dversioning.jd55 …は、ユーザーに表示されるアプリケーション リリース バージョンと類似している必要性はないことを意味します。以下の <code>android:versionName</code> をご覧ください。…
57 <li><code>android:versionName</code> - アプリケーション コードのリリース バージョンを表す文字列値で、ユーザーに表示される値です。
60 …ョンでユーザーに表示する以外の目的で内部的に利用することはありません。公開サービスでは、ユーザーに表示するために <code>android:versionName</code> 値を取り出す可能…
66 …nifest&gt;</code> 要素の <code>android:versionCode</code> と <code>android:versionName</code> 属性を示すマニフ…
73 android:versionName="1.1"&gt;
Dpreparing.jd95 …nifest&gt;</code> 要素の <code>android:versionCode</code> と <code>android:versionName</code> 属性の両方に適切…
97 …nifest&gt;</code> 要素の <code>android:versionCode</code> と <code>android:versionName</code> 属性の両方を適切…
/frameworks/base/services/core/java/com/android/server/
DAssetAtlasService.java182 return info.versionName; in queryVersionName()
472 String versionName) { in chooseConfiguration() argument
477 config = readConfiguration(dataFile, versionName); in chooseConfiguration()
482 if (config != null) writeConfiguration(config, dataFile, versionName); in chooseConfiguration()
491 private void writeConfiguration(Configuration config, File file, String versionName) { in writeConfiguration() argument
495 writer.write(getBuildIdentifier(versionName)); in writeConfiguration()
526 private Configuration readConfiguration(File file, String versionName) { in readConfiguration() argument
532 if (checkBuildIdentifier(reader, versionName)) { in readConfiguration()
569 private boolean checkBuildIdentifier(BufferedReader reader, String versionName) in checkBuildIdentifier() argument
571 String deviceBuildId = getBuildIdentifier(versionName); in checkBuildIdentifier()
[all …]
/frameworks/base/core/java/android/content/pm/
DPackageInfo.java50 public String versionName; field in PackageInfo
293 dest.writeString(versionName); in writeToParcel()
344 versionName = source.readString(); in PackageInfo()
/frameworks/base/docs/html/tools/publishing/
Dversioning.jd81 user (see <code>android:versionName</code>, below). Applications and publishing
84 <li><code>android:versionName</code> &mdash; A string value that represents the
92 users. Publishing services may also extract the <code>android:versionName</code>
102 and <code>android:versionName</code> attributes in the
110 android:versionName="1.1"&gt;
120 <code>android:versionName</code> string. </p>
Dpublishing_overview.jd65 <code>android:versionCode</code> and <code>android:versionName</code> attributes, which are
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
Dbuild.gradle29 versionName '1.0'
/frameworks/base/docs/html/training/wearables/apps/
Dpackaging.jd109 &lt;versionName&gt;1.0&lt;/versionName&gt;
115 The <code>package</code>, <code>versionCode</code>, and <code>versionName</code> are the
/frameworks/base/docs/html/guide/topics/manifest/
Dmanifest-element.jd13 android:<a href="#vname">versionName</a>="<i>string</i>"
107 is set by the {@code versionName} attribute.
119 <dt><a name="vname"></a>{@code android:versionName}</dt>
/frameworks/base/docs/html/training/multiple-apks/
Dtexture.jd227 android:versionCode="1001" android:versionName="1.0" package="com.example.foo"&gt;
235 android:versionCode="2001" android:versionName="1.0" package="com.example.foo"&gt;
243 android:versionCode="3001" android:versionName="1.0" package="com.example.foo"&gt;
271 package: name='com.example.hello' versionCode='1' versionName='1.0'
Dmultiple.jd367 android:versionCode="0304001" android:versionName="1.0" package="com.example.foo"&gt;
379 android:versionCode="0334001" android:versionName="1.0" package="com.example.foo"&gt;
391 android:versionCode="0344001" android:versionName="1.0" package="com.example.foo"&gt;
403 android:versionCode="1104001" android:versionName="1.0" package="com.example.foo"&gt;
448 package: name='com.example.hello' versionCode='1' versionName='1.0'
Dapi.jd312 android:versionCode="03001" android:versionName="1.0" package="com.example.foo"&gt;
320 android:versionCode="07001" android:versionName="1.0" package="com.example.foo"&gt;
328 android:versionCode="11001" android:versionName="1.0" package="com.example.foo"&gt;
352 package: name='com.example.hello' versionCode='1' versionName='1.0'
Dscreensize.jd261 android:versionCode="1001" android:versionName="1.0" package="com.example.foo"&gt;
272 android:versionCode="2001" android:versionName="1.0" package="com.example.foo">
283 android:versionCode="3001" android:versionName="1.0" package="com.example.foo"&gt;
326 package: name='com.example.hello' versionCode='1' versionName='1.0'
/frameworks/base/docs/html-intl/intl/zh-cn/tools/publishing/
Dpublishing_overview.jd52 …debuggable</a> 属性,还应为 <code>android:versionCode</code> 和 <code>android:versionName</code> 属性(位于 <a…
Dpreparing.jd127 <li><code>android:versionCode</code> 和 <code>android:versionName</code> 属性。
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
DUtils.java309 packageInfo.versionName, in getUserAgent()
/frameworks/base/core/java/android/webkit/
DWebViewFactory.java147 Log.i(LOGTAG, "Loading " + packageName + " version " + sPackageInfo.versionName + in getFactoryClass()
/frameworks/base/docs/html/training/in-app-billing/
Dtest-iab-app.jd48 …<li>The {@code android:versionCode} and {@code android:versionName} attributes values in the {@cod…
/frameworks/base/docs/html/tools/building/
Dconfiguring-gradle.jd57 versionName "1.0"
267 versionName "1.0-demo"
271 versionName "1.0-full"
Dplugin-for-gradle.jd190 versionName "1.0"
221 versionName computeVersionName()
/frameworks/base/docs/html/training/sync-adapters/
Dcreating-stub-provider.jd183 android:versionName="1.0" &gt;
/frameworks/base/tools/aapt/
DCommand.cpp1028 String8 versionName = AaptXml::getResolvedAttribute(res, tree, in doDump() local
1036 ResTable::normalizeForOutput(versionName.string()).string()); in doDump()
DResource.cpp980 String8 versionName = AaptXml::getAttribute(tree, VERSION_NAME_ATTR, &error); in extractPlatformBuildVersion() local
986 if (versionName != "" && bundle->getPlatformBuildVersionName() == "") { in extractPlatformBuildVersion()
987 bundle->setPlatformBuildVersionName(versionName); in extractPlatformBuildVersion()
/frameworks/base/docs/html/tools/studio/
Dindex.jd175 versionName "1.0"
/frameworks/base/docs/html/google/play/publishing/
Dmultiple-apks.jd507 href="{@docRoot}guide/topics/manifest/manifest-element.html#vname">{@code android:versionName}</a>),
518 android:versionName}</a>) is in the lower order bits. For example, when the application version

12