OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:applications
(Results
126 - 150
of
3186
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
kernelcapi.h
13
#define CAPI_MAXAPPL 240 /* maximum number of
applications
*/
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
kernelcapi.h
13
#define CAPI_MAXAPPL 240 /* maximum number of
applications
*/
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
manifest-expected-completion17.txt
3
package : This attribute gives a unique name for the package, using a Java-style naming convention to avoid name collisions. For example,
applications
published by Google could have names of the form com.google.app.appname
/sdk/templates/other/ContentProvider/
template.xml
28
help="Whether or not the content provider can be used by components of other
applications
" />
/sdk/templates/other/Service/
template.xml
20
help="Whether or not components of other
applications
can invoke the service or interact with it" />
/external/robolectric/src/main/java/
overview.html
11
driving Android
applications
, it is important to also acknowledge that every project is different and the needs of
12
different
applications
may place conflicting demands upon the tools that support them. For this reason the components
/external/valgrind/main/callgrind/docs/
callgrind_control-manpage.xml
34
argument is not specified, all
applications
currently being run by Callgrind
36
The default action is to give some brief information about the
applications
/external/zlib/src/contrib/infback9/
inflate9.h
6
/* WARNING: this file should *not* be used by
applications
. It is
8
subject to change.
Applications
should only use zlib.h.
/frameworks/base/docs/html/about/versions/
android-2.3.4.jd
48
<p>Android 2.3.4 provides the same framework API to
applications
as Android 2.3.3
56
connected peripherals with
applications
running on the platform. The capability
58
API exposed to
applications
. Peripherals that attach to Android-powered devices
65
lets
applications
discover, communicate with, and manage a variety of device
67
parts of the Android platform that are not directly exposed to
applications
in
73
applications
developed against Android 2.3.4 will run properly on devices
118
<p>For a full discussion of how to develop
applications
that interact with USB
123
their
applications
are not available to users whose devices do not provide the
android-2.3.jd
51
developers build internet telephony
applications
. Using the API,
applications
can offer
57
package. The key class is {@link android.net.sip.SipManager}, which
applications
59
audio calls. Once an audio call is established,
applications
can mute calls,
60
turn on speaker mode, send DTMF tones, and more.
Applications
can also use the
65
applications
should use the {@link android.net.sip.SipManager#isApiSupported
69
<p>To use the SIP API,
applications
must request permission from the user by
75
their
applications
are not discoverable to users whose devices do not include
92
platform notifies
applications
by broadcasting an Intent, appending the tag's
93
NDEF messages to the Intent as extras.
Applications
can create Intent filters t
[
all
...]
android-3.1-highlights.jd
89
(keyboards, mice, game controllers) and digital cameras.
Applications
can build
159
<p>A new high-performance Wi-Fi lock lets
applications
maintain
176
<p>The Android 3.1 platform includes an updated set of standard
applications
274
applications
running on the platform. The API provides a way to interact across
281
applications
that the hardware is available.</p>
296
<p>To learn more about how to develop
applications
that interact with
303
an API that lets
applications
manage connected peripherals. On devices that
304
support host mode,
applications
can use the API to identify and communicate with
308
<p>To learn more about how to develop
applications
that interact with
316
these capabilities to let users interact with their
applications
using mice
[
all
...]
android-1.5-highlights.jd
121
<li>Google
applications
(not available in the Android 1.5 System Image that is
125
Email
applications
</li>
178
<p>
Applications
can now use a new element in their manifest files, <a
198
<li>LocationManager -
Applications
can get location change updates via
204
applications
</li>
/frameworks/base/docs/html/tools/workflow/
index.jd
7
it can directly invoke the tools that you need while developing
applications
.</p>
16
alt="Development process for Android
applications
"
19
<strong>Figure 1.</strong> The development process for Android
applications
.
23
<p>The basic steps for developing
applications
(with or without Eclipse) are shown in figure 1. The
30
applications
.</p>
75
<dd>Run your Android
applications
on an emulated Android platform.</dd>
108
sign your
applications
, but you can set up Eclipse to do this automatically as well.</p>
133
Testing Framework, and the ability to run
applications
in either the
/packages/apps/Calendar/tests/
AndroidManifest.xml
27
all other
applications
via the command: "adb shell itr".
28
The "itr" command will find all tests declared by all
applications
. If you want to run just these
/packages/apps/Nfc/etc/
sample_nfcee_access.xml
32
access, but only
applications
with the specified package names
42
hex encoded signature of
applications
that are denied NFCEE
/packages/providers/ApplicationsProvider/tests/src/com/android/providers/applications/
ApplicationsProviderTest.java
17
package com.android.providers.
applications
;
25
import android.provider.
Applications
;
36
*
applications
on the device. The ApplicationsProvider's persistent database
48
super(ApplicationsProviderForTesting.class,
Applications
.AUTHORITY);
62
// Decouple the provider from Android's real list of
applications
.
78
* Register a few default
applications
with the ApplicationsProvider that
246
Cursor cursor =
Applications
.search(getMockContentResolver(), searchQuery);
274
Uri.Builder uriBuilder =
Applications
.CONTENT_URI.buildUpon();
/packages/providers/ContactsProvider/tests/
AndroidManifest.xml
36
all other
applications
via the command: "adb shell itr".
37
The "itr" command will find all tests declared by all
applications
. If you want to run just these
/packages/providers/PartnerBookmarksProvider/tests/
AndroidManifest.xml
27
declared by all other
applications
via the command: "adb shell itr".
28
The "itr" command will find all tests declared by all
applications
.
/frameworks/base/docs/html/tools/help/
index.jd
6
applications
for the Android platform. The tools are classified into two groups: SDK tools
13
The SDK tools are required if you are developing Android
applications
. The most important SDK tools
23
<dd>Lets you debug Android
applications
.</dd>
36
your
applications
in an actual Android run-time environment.</dd>
51
to stress-test
applications
that you are developing, in a random yet repeatable manner.</dd>
62
<dd>Lets you access the SQLite data files created and used by Android
applications
.</dd>
/frameworks/base/docs/html/tools/publishing/
publishing_overview.jd
24
<p>Publishing is the general process that makes your Android
applications
available to users. When you
39
However, you can also release
applications
by sending them directly to users or by letting users
108
<p>You can release your Android
applications
several ways. Usually, you release
applications
109
through an application marketplace such as Google Play, but you can also release
applications
118
useful if you want to distribute your
applications
to a large global audience.
123
<h4 id="publishing-market">Releasing Your
Applications
on Google Play</h4>
126
your Android
applications
to users around the world. When you release your
applications
through
128
identify market trends, and control who your
applications
are being distributed to. You also hav
[
all
...]
versioning.jd
1
page.title=Versioning Your
Applications
12
<li>How you version your
applications
affects how users upgrade </li>
42
<li>Other
applications
— including other
applications
that you publish as
69
<p>The value is an integer so that other
applications
can programmatically
81
user (see <code>android:versionName</code>, below).
Applications
and publishing
91
for any internal purpose, other than to enable
applications
to display it to
121
<p>The Android framework provides an API to let
applications
query the system
123
applications
use the
/frameworks/base/core/res/res/values-fr/
strings.xml
150
<string name="reboot_safemode_confirm" msgid="55293944502784668">"Voulez-vous redémarrer en mode sans échec ? Cette opération aura pour effet de désactiver toutes les
applications
tierces que vous avez installées. Elles seront réactivées au prochain redémarrage."</string>
205
<string name="permgrouplab_appInfo" msgid="8028789762634147725">"Informations relatives à vos
applications
"</string>
206
<string name="permgroupdesc_appInfo" msgid="3950378538049625907">"Possibilité de modifier le comportement des autres
applications
sur votre appareil"</string>
224
<string name="permgroupdesc_developmentTools" msgid="7058828032358142018">"Ces fonctionnalités sont destinées uniquement aux développeurs d\'
applications
."</string>
226
<string name="permgroupdesc_display" msgid="6051002031933013714">"Effet sur l\'interface utilisateur d\'autres
applications
"</string>
237
<string name="capability_desc_canRequestEnhancedWebAccessibility" msgid="7881063961507511765">"Vous pouvez installer des scripts pour rendre le contenu des
applications
plus accessible."</string>
253
<string name="permdesc_receiveEmergencyBroadcast" msgid="848524070262431974">"Permet à l\'application de recevoir et de traiter les messages d\'urgence. Cette autorisation n\'est disponible que pour les
applications
système."</string>
255
<string name="permdesc_readCellBroadcasts" msgid="6361972776080458979">"Permet à l\'application de lire les messages que votre appareil reçoit via un canal de diffusion cellulaire. Dans certaines zones géographiques, des alertes vous sont envoyées afin de vous prévenir en cas de situation d\'urgence. Les
applications
malveillantes peuvent venir perturber les performances ou le fonctionnement de votre appareil lorsqu\'un message est reçu via un canal de diffusion cellulaire."</string>
257
<string name="permdesc_sendSms" msgid="7094729298204937667">"Permet à l\'application d\'envoyer des messages SMS. Cette autorisation peut entraîner des frais inattendus. Les
applications
malveillantes peuvent générer des frais en envoyant des messages sans votre consentement."</string>
259
<string name="permdesc_sendRespondViaMessageRequest" msgid="7107648548468778734">"Permet à l\'application d\'envoyer à d\'autres
applications
de SMS/MMS des demandes pour gérer les réponses par message pour les appels entrants."</string
[
all
...]
/libcore/luni/src/main/java/org/xml/sax/
Parser.java
28
*
applications
to register handlers for different types of events
61
* however, they must throw a SAX exception.
Applications
may
83
* <p>
Applications
may register a new or different entity resolver
102
* <p>
Applications
may register a new or different
121
* <p>
Applications
may register a new or different handler in the
140
* <p>
Applications
may register a new or different handler in the
159
* <p>
Applications
may not invoke this method while a parse is in
/frameworks/base/docs/html/training/articles/
security-tips.jd
71
applications
.</p>
76
the ability to limit data access to particular
applications
, nor do they
114
to your own application or exported to allow access by other
applications
.
116
applications
with access to your {@link android.content.ContentProvider}, mark them as <code><a
124
that will be exported for use by other
applications
, you can specify a single
177
<p>Because Android sandboxes
applications
from each other,
applications
must explicitly
202
applications
, such as a {@link android.content.ContentProvider}.
207
protection level</a> on permissions for IPC communication between
applications
224
uncommon for most
applications
, because the <
[
all
...]
/external/srtp/crypto/
Makefile
42
# test
applications
57
@echo "running libcryptomodule test
applications
..."
65
@echo "libcryptomodule test
applications
passed."
Completed in 3145 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>