Searched refs:clients (Results 1 – 16 of 16) sorted by relevance
29 final HashSet<ProcessRecord> clients = new HashSet<ProcessRecord>(); field in ContentProviderRecord72 if (clients.size() > 0) { in dump()73 pw.print(prefix); pw.print("clients="); pw.println(clients); in dump()
7594 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()
74 <dd>The name of a permission that clients must have in order to read or write the83 <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…
18 Granting permission is a way of enabling clients of the provider that don't
208 <dd>The name of a permission that clients must have to read or write the248 <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
101 <dd>The name of a permission that clients must have to launch the target activity
153 <dd>The name of a permission that clients must have in order to interact
444 <dd>The name of a permission that clients must have to launch the activity
387 SortedVector< sp<SurfaceComposerClient> > clients(gOpenTransactions); in closeGlobalTransaction() local391 const size_t N = clients.size(); in closeGlobalTransaction()397 clients[i]->closeTransaction(); in closeGlobalTransaction()
150 clients to callback into the clients. The 152 register and unregister clients with the service, and send and receive
59 <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>
77 … 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—all adb clients use po…95 …ions to emulator/device instances and handles commands from multiple adb clients, you can control …
63 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
1035 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,
359 protect itself with read and write permissions, while its direct clients
1050 …ong> - Defines the XML element, and the attributes that it supports, for clients to use to instant…