/frameworks/base/docs/html/guide/topics/manifest/ |
D | activity-alias-element.jd | 1 page.title=<activity-alias> 8 <dd><pre class="stx"><activity-alias android:<a href="#enabled">enabled</a>=["true" | "false"] 16 </activity-alias></pre></dd> 26 <dd>An alias for an activity, named by the {@code targetActivity} 28 alias and it must be declared before the alias in the manifest. 31 The alias presents the target activity as a independent entity. 34 can activate the target through the alias and how the system 35 treats the alias. For example, the intent filters on the alias may 45 With the exception of {@code targetActivity}, {@code <activity-alias>} 48 to the alias. However, for attributes not in the subset, the values set for [all …]
|
D | meta-data-element.jd | 14 <br/><code><a href="{@docRoot}guide/topics/manifest/activity-alias-element.html"><activity-alias…
|
D | application-element.jd | 36 <br/><code><a href="{@docRoot}guide/topics/manifest/activity-alias-element.html"><activity-alias… 141 <code><a href="{@docRoot}guide/topics/manifest/activity-alias-element.html"><activity-alias><… 169 <code><a href="{@docRoot}guide/topics/manifest/activity-alias-element.html"><activity-alias><…
|
D | manifest-intro.jd | 100 … <a href="{@docRoot}guide/topics/manifest/activity-alias-element.html"><activity-alias></a> 103 … <a href="{@docRoot}guide/topics/manifest/activity-alias-element.html"></activity-alias></a> 136 <br/><code><a href="{@docRoot}guide/topics/manifest/activity-alias-element.html"><activity-alias… 190 <code><a href="{@docRoot}guide/topics/manifest/activity-alias-element.html"><activity-alias><… 193 it is an alias for.)
|
D | intent-filter-element.jd | 16 <br/><code><a href="{@docRoot}guide/topics/manifest/activity-alias-element.html"><activity-alias…
|
/frameworks/base/keystore/java/android/security/ |
D | IKeyChainService.aidl | 26 String requestPrivateKey(String alias); in requestPrivateKey() argument 27 byte[] getCertificate(String alias); in getCertificate() argument 33 boolean deleteCaCertificate(String alias); in deleteCaCertificate() argument 37 void setGrant(int uid, String alias, boolean value); in setGrant() argument 38 boolean hasGrant(int uid, String alias); in hasGrant() argument
|
D | KeyChain.java | 249 String alias) { in choosePrivateKeyAlias() argument 276 intent.putExtra(EXTRA_ALIAS, alias); in choosePrivateKeyAlias() 287 @Override public void alias(String alias) { in alias() method in KeyChain.AliasResponse 288 keyChainAliasResponse.alias(alias); in alias() 300 public static PrivateKey getPrivateKey(Context context, String alias) in getPrivateKey() argument 302 if (alias == null) { in getPrivateKey() 308 final String keyId = keyChainService.requestPrivateKey(alias); in getPrivateKey() 335 public static X509Certificate[] getCertificateChain(Context context, String alias) in getCertificateChain() argument 337 if (alias == null) { in getCertificateChain() 343 byte[] certificateBytes = keyChainService.getCertificate(alias); in getCertificateChain()
|
D | IKeyChainAliasCallback.aidl | 25 void alias(String alias); in alias() method
|
D | KeyChainAliasCallback.java | 32 public void alias(String alias); in alias() argument
|
/frameworks/ex/common/java/com/android/common/content/ |
D | ProjectionMap.java | 37 public Builder add(String alias, String expression) { in add() argument 38 mMap.putColumn(alias, expression + " AS " + alias); in add() 79 private void putColumn(String alias, String column) { in putColumn() argument 80 super.put(alias, column); in putColumn()
|
/frameworks/compile/mclinker/tools/llvm-mcld/ |
D | llvm-mcld.cpp | 291 static cl::alias 300 static cl::alias 309 static cl::alias 320 static cl::alias 349 static cl::alias 359 static cl::alias 369 static cl::alias 411 static cl::alias 416 static cl::alias 426 static cl::alias [all …]
|
/frameworks/compile/libbcc/lib/ExecutionEngine/ |
D | RuntimeStub.c | 87 __attribute__((weak, alias("__fixunssfsi")));
|
/frameworks/base/libs/androidfw/ |
D | InputDevice.cpp | 146 const InputDeviceIdentifier& identifier, const String8& alias, bool isExternal) { in initialize() argument 150 mAlias = alias; in initialize()
|
/frameworks/base/include/androidfw/ |
D | InputDevice.h | 70 const String8& alias, bool isExternal);
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothDevice.java | 608 public boolean setAlias(String alias) { in setAlias() argument 610 return sService.setRemoteAlias(mAddress, alias); in setAlias()
|
/frameworks/base/docs/html/tools/workflow/ |
D | app-signing.jd | 89 they know the debug key's alias and password. Each time you compile your application in debug mode, 91 sign your application's <code>.apk</code> file. Because the alias and password are known to the SDK 92 build tools, the tools don't need to prompt you for the debug key's alias and password each time 100 alias.</p> 198 <li>Key alias: "androiddebugkey"</li> 330 <td><code>-alias <alias_name></code></td><td>An alias for the key. Only 331 the first 8 characters of the alias are used.</td> 374 -alias alias_name -keyalg RSA -keysize 2048 -validity 10000</pre> 381 a single key, valid for 10000 days. The alias is a name that you — 426 your key alias in the project's {@code ant.properties} file. With this information provided, [all …]
|
/frameworks/base/docs/html/tools/publishing/ |
D | app-signing.jd | 89 they know the debug key's alias and password. Each time you compile your application in debug mode, 91 sign your application's <code>.apk</code> file. Because the alias and password are known to the SDK 92 build tools, the tools don't need to prompt you for the debug key's alias and password each time 100 alias.</p> 198 <li>Key alias: "androiddebugkey"</li> 330 <td><code>-alias <alias_name></code></td><td>An alias for the key. Only 331 the first 8 characters of the alias are used.</td> 374 -alias alias_name -keyalg RSA -keysize 2048 -validity 10000</pre> 381 a single key, valid for 10000 days. The alias is a name that you — 426 your key alias in the project's {@code ant.properties} file. With this information provided, [all …]
|
/frameworks/base/docs/html/tools/workflow/publishing/ |
D | app-signing.jd | 89 they know the debug key's alias and password. Each time you compile your application in debug mode, 91 sign your application's <code>.apk</code> file. Because the alias and password are known to the SDK 92 build tools, the tools don't need to prompt you for the debug key's alias and password each time 100 alias.</p> 198 <li>Key alias: "androiddebugkey"</li> 330 <td><code>-alias <alias_name></code></td><td>An alias for the key. Only 331 the first 8 characters of the alias are used.</td> 374 -alias alias_name -keyalg RSA -keysize 2048 -validity 10000</pre> 381 a single key, valid for 10000 days. The alias is a name that you — 426 your key alias in the project's {@code ant.properties} file. With this information provided, [all …]
|
/frameworks/base/docs/html/tools/building/ |
D | building-cmdline.jd | 145 your key alias in your project's {@code ant.properties} file. With this information provided, 146 the build script will prompt you for your keystore and alias password when you build in release 151 your keystore and alias password being visible on screen, then you may prefer to perform the 156 <p>To specify your keystore and alias, open the project {@code ant.properties} file (found in 157 the root of the project directory) and add entries for {@code key.store} and {@code key.alias}. 161 key.alias=mykeystore 175 <li>When prompted, enter you keystore and alias passwords.
|
/frameworks/base/docs/html/intl/es/training/multiscreen/ |
D | screensizes.jd | 22 <li><a href="#TaskUseAliasFilters">Cómo utilizar alias de diseño</a></li> 161 <h2 id="TaskUseAliasFilters">Cómo utilizar alias de diseño</h2> 173 …así como todos los problemas que esto conlleva), puedes utilizar archivos alias. Por ejemplo, pued… 201 … definen el diseño. Solo configuran <PH>{@code main}</PH> para que sea un alias de <PH>{@code main… 219 …ormente las diferentes configuraciones de pantalla, la aplicación utiliza alias de diseño para asi… 233 … de calificadores de configuración. Ahora ya puedes utilizar la técnica de los alias de diseño:</p>
|
/frameworks/base/docs/html/intl/ja/guide/publishing/ |
D | app-signing.jd | 231 <td><code>-alias <alias_name></code></td><td>キーのエイリアス。</td> 252 -alias alias_name -keyalg RSA -validity 10000</pre>
|
/frameworks/base/docs/html/tools/help/ |
D | zipalign.jd | 23 as long as you have provided the path to your keystore and the key alias in
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | providing-resources.jd | 21 <li><a href="#AliasResources">Creating alias resources</a></li> 793 can create an alias to a resource. See <a href="#AliasResources">Creating 794 alias resources</a> below.</li> 808 <h3 id="AliasResources">Creating alias resources</h3> 814 resource that acts as an alias for a resource saved in your default resource directory.</p> 817 create an alias to another resource. In particular, animation, menu, raw, and other unspecified 834 <p>To create an alias to an existing drawable, use the {@code <bitmap>} element. 845 can reference as {@code R.drawable.icon}, but is actually an alias for the {@code 851 <p>To create an alias to an existing layout, use the {@code <include>} 862 as {@code R.layout.main}, but is actually an alias for the {@code R.layout.main_ltr} [all …]
|
/frameworks/base/docs/html/training/multiscreen/ |
D | index.jd | 74 alias filters, and nine-patch bitmaps).</dd>
|
D | screensizes.jd | 239 headache resulting from it), you can use alias files. For example, you can define the following 269 the layout. They merely set up {@code main} to be an alias to {@code main_twopanes}. Since 309 each configuration using the configuration qualifiers. You can now do it using the layout alias
|