Home
last modified time | relevance | path

Searched refs:clients (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/services/java/com/android/server/am/
DContentProviderRecord.java29 final HashSet<ProcessRecord> clients = new HashSet<ProcessRecord>(); field in ContentProviderRecord
72 if (clients.size() > 0) { in dump()
73 pw.print(prefix); pw.print("clients="); pw.println(clients); in dump()
DActivityManagerService.java7594 cpr.clients.add(r); in getContentProviderImpl()
7705 cpr.clients.add(r); in getContentProviderImpl()
7783 localCpr.clients.remove(r); in removeContentProvider()
9880 Iterator<ProcessRecord> cit = cpr.clients.iterator();
9978 cpr.clients.remove(app);
9992 if (cpr.clients.size() <= 0 && cpr.externals <= 0) {
13256 if (cpr.clients.size() != 0) { in computeOomAdjLocked()
13257 Iterator<ProcessRecord> kt = cpr.clients.iterator(); in computeOomAdjLocked()
/frameworks/base/docs/html/guide/topics/manifest/
Dpath-permission-element.jd74 <dd>The name of a permission that clients must have in order to read or write the
83 <dd>A permission that clients must have in order to query the content provider.
87 <dd>A permission that clients must have in order to make changes to the data controlled by the cont…
Dgrant-uri-permission-element.jd18 Granting permission is a way of enabling clients of the provider that don't
Dprovider-element.jd208 <dd>The name of a permission that clients must have to read or write the
248 <dd>A permission that clients must have to query the content provider.
258 <dd>A permission that clients must have to make changes to the data
Dactivity-alias-element.jd101 <dd>The name of a permission that clients must have to launch the target activity
Dapplication-element.jd153 <dd>The name of a permission that clients must have in order to interact
Dactivity-element.jd444 <dd>The name of a permission that clients must have to launch the activity
/frameworks/base/libs/ui/
DSurfaceComposerClient.cpp387 SortedVector< sp<SurfaceComposerClient> > clients(gOpenTransactions); in closeGlobalTransaction() local
391 const size_t N = clients.size(); in closeGlobalTransaction()
397 clients[i]->closeTransaction(); in closeGlobalTransaction()
/frameworks/base/docs/html/guide/appendix/faq/
Dframework.jd150 clients to callback into the clients. The
152 register and unregister clients with the service, and send and receive
/frameworks/base/docs/html/guide/developing/tools/
Daidl.jd59 <li><strong><a href="#exposingtheinterface">Expose your interface to clients</a></strong> -
173 <p>Now that you've got your interface implementation, you need to expose it to clients.
178 interface to clients. </p>
Dadb.jd77 … an adb command. Other Android tools such as the ADT plugin and DDMS also create adb clients. </li>
82 …to local TCP port 5037 and listens for commands sent from adb clients&mdash;all adb clients use po…
95 …ions to emulator/device instances and handles commands from multiple adb clients, you can control …
/frameworks/base/docs/html/guide/topics/providers/
Dcontent-providers.jd63 It's an interface that clients use indirectly, most generally through
722 to simplify the work of clients and make the class more accessible:
752 <li><p>Define the column names that the content provider will return to clients.
755 {@code public static} String constants that clients can use to specify
813 data to clients should actually contain a {@code content:} URI string.
814 This is the field that gives clients access to the data file. The record
/frameworks/base/docs/html/guide/topics/
Dfundamentals.jd1035 Here's how a connection between a service and its clients is set up:
1468 Multiple clients can bind to the same service.
1547 returns the communications channel that clients use to interact with the service.
1557 no matter how it's started, can potentially allow clients to bind to it,
/frameworks/base/docs/html/guide/topics/security/
Dsecurity.jd359 protect itself with read and write permissions, while its direct clients
/frameworks/base/docs/html/guide/topics/resources/
Davailable-resources.jd1050 …ong> - Defines the XML element, and the attributes that it supports, for clients to use to instant…