Home
last modified time | relevance | path

Searched refs:alias (Results 1 – 25 of 50) sorted by relevance

12

/frameworks/base/docs/html/guide/topics/manifest/
Dactivity-alias-element.jd1 page.title=<activity-alias>
8 <dd><pre class="stx">&lt;activity-alias android:<a href="#enabled">enabled</a>=["true" | "false"]
16 &lt;/activity-alias&gt;</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 &lt;activity-alias&gt;}
48 to the alias. However, for attributes not in the subset, the values set for
[all …]
Dmeta-data-element.jd14 <br/><code><a href="{@docRoot}guide/topics/manifest/activity-alias-element.html">&lt;activity-alias
Dapplication-element.jd36 <br/><code><a href="{@docRoot}guide/topics/manifest/activity-alias-element.html">&lt;activity-alias
141 <code><a href="{@docRoot}guide/topics/manifest/activity-alias-element.html">&lt;activity-alias&gt;<…
169 <code><a href="{@docRoot}guide/topics/manifest/activity-alias-element.html">&lt;activity-alias&gt;<…
Dmanifest-intro.jd100 … <a href="{@docRoot}guide/topics/manifest/activity-alias-element.html">&lt;activity-alias&gt;</a>
103 … <a href="{@docRoot}guide/topics/manifest/activity-alias-element.html">&lt;/activity-alias&gt;</a>
136 <br/><code><a href="{@docRoot}guide/topics/manifest/activity-alias-element.html">&lt;activity-alias
190 <code><a href="{@docRoot}guide/topics/manifest/activity-alias-element.html">&lt;activity-alias&gt;<…
193 it is an alias for.)
Dintent-filter-element.jd16 <br/><code><a href="{@docRoot}guide/topics/manifest/activity-alias-element.html">&lt;activity-alias
/frameworks/base/keystore/java/android/security/
DIKeyChainService.aidl26 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
DKeyChain.java249 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()
DIKeyChainAliasCallback.aidl25 void alias(String alias); in alias() method
DKeyChainAliasCallback.java32 public void alias(String alias); in alias() argument
/frameworks/ex/common/java/com/android/common/content/
DProjectionMap.java37 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/
Dllvm-mcld.cpp291 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/
DRuntimeStub.c87 __attribute__((weak, alias("__fixunssfsi")));
/frameworks/base/libs/androidfw/
DInputDevice.cpp146 const InputDeviceIdentifier& identifier, const String8& alias, bool isExternal) { in initialize() argument
150 mAlias = alias; in initialize()
/frameworks/base/include/androidfw/
DInputDevice.h70 const String8& alias, bool isExternal);
/frameworks/base/core/java/android/bluetooth/
DBluetoothDevice.java608 public boolean setAlias(String alias) { in setAlias() argument
610 return sService.setRemoteAlias(mAddress, alias); in setAlias()
/frameworks/base/docs/html/tools/workflow/
Dapp-signing.jd89 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 &lt;alias_name&gt;</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 &mdash;
426 your key alias in the project's {@code ant.properties} file. With this information provided,
[all …]
/frameworks/base/docs/html/tools/publishing/
Dapp-signing.jd89 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 &lt;alias_name&gt;</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 &mdash;
426 your key alias in the project's {@code ant.properties} file. With this information provided,
[all …]
/frameworks/base/docs/html/tools/workflow/publishing/
Dapp-signing.jd89 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 &lt;alias_name&gt;</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 &mdash;
426 your key alias in the project's {@code ant.properties} file. With this information provided,
[all …]
/frameworks/base/docs/html/tools/building/
Dbuilding-cmdline.jd145 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/
Dscreensizes.jd22 <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/
Dapp-signing.jd231 <td><code>-alias &lt;alias_name&gt;</code></td><td>キーのエイリアス。</td>
252 -alias alias_name -keyalg RSA -validity 10000</pre>
/frameworks/base/docs/html/tools/help/
Dzipalign.jd23 as long as you have provided the path to your keystore and the key alias in
/frameworks/base/docs/html/guide/topics/resources/
Dproviding-resources.jd21 <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 &lt;bitmap&gt;} 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 &lt;include&gt;}
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/
Dindex.jd74 alias filters, and nine-patch bitmaps).</dd>
Dscreensizes.jd239 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

12