Searched refs:client (Results 1 - 25 of 244) sorted by last modified time

12345678910

/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteProviderService.java157 ClientRecord client = new ClientRecord(messenger, version);
158 if (client.register()) {
159 mClients.add(client);
161 Log.d(TAG, client + ": Registered, version=" + version);
167 createDescriptorBundleForClient(descriptor, client), null);
179 ClientRecord client = mClients.remove(index);
181 Log.d(TAG, client + ": Unregistered");
183 client.dispose();
193 ClientRecord client = mClients.remove(index);
195 Log.d(TAG, client
395 createDescriptorBundleForClient(MediaRouteProviderDescriptor descriptor, ClientRecord client) argument
[all...]
/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DHttpClientStack.java26 import org.apache.http.client.HttpClient;
27 import org.apache.http.client.methods.HttpDelete;
28 import org.apache.http.client.methods.HttpEntityEnclosingRequestBase;
29 import org.apache.http.client.methods.HttpGet;
30 import org.apache.http.client.methods.HttpHead;
31 import org.apache.http.client.methods.HttpOptions;
32 import org.apache.http.client.methods.HttpPost;
33 import org.apache.http.client.methods.HttpPut;
34 import org.apache.http.client.methods.HttpTrace;
35 import org.apache.http.client
55 HttpClientStack(HttpClient client) argument
[all...]
/frameworks/volley/src/test/java/com/android/volley/mock/
H A DMockHttpClient.java26 import org.apache.http.client.HttpClient;
27 import org.apache.http.client.ResponseHandler;
28 import org.apache.http.client.methods.HttpUriRequest;
/frameworks/volley/src/test/java/com/android/volley/toolbox/
H A DHttpClientStackTest.java23 import org.apache.http.client.methods.HttpDelete;
24 import org.apache.http.client.methods.HttpGet;
25 import org.apache.http.client.methods.HttpHead;
26 import org.apache.http.client.methods.HttpOptions;
27 import org.apache.http.client.methods.HttpPost;
28 import org.apache.http.client.methods.HttpPut;
29 import org.apache.http.client.methods.HttpTrace;
30 import org.apache.http.client.methods.HttpUriRequest;
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DCursorFilter.java39 CursorFilter(CursorFilterClient client) { argument
40 mClient = client;
/frameworks/support/customtabs/src/android/support/customtabs/
H A DCustomTabsClient.java139 ComponentName name, CustomTabsClient client) {
140 client.warmup(0);
177 * then later with a Custom Tab. The client can then send later service calls or intents to
179 * @param callback The callback through which the client will receive updates about the created
181 * @return The session object that was created as a result of the transaction. The client can
H A DCustomTabsServiceConnection.java25 * client implementing this is responsible for handling changes related with the lifetime of the
40 * @param client {@link CustomTabsClient} that contains the {@link IBinder} with which the
42 * using this client.
44 public abstract void onCustomTabsServiceConnected(ComponentName name, CustomTabsClient client); argument
/frameworks/rs/api/
H A Drs_io.spec21 <li>Send information to the Java client, and</li>
59 summary: Send a message to the client, non-blocking
61 Sends a message back to the client. This call does not block.
82 summary: Send a message to the client, blocking
84 Sends a message back to the client. This function will block
87 processed by the client.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccSmsInterfaceManager.java660 String client = context.getPackageManager().getNameForUid(
663 if (!mCellBroadcastRangeManager.enableRange(startMessageId, endMessageId, client)) {
665 + " to " + endMessageId + " from client " + client);
671 + " to " + endMessageId + " from client " + client);
686 String client = context.getPackageManager().getNameForUid(
689 if (!mCellBroadcastRangeManager.disableRange(startMessageId, endMessageId, client)) {
691 + " to " + endMessageId + " from client " + client);
[all...]
H A DIntRangeManager.java37 * client that enabled that range (or else rejected).
49 * <p>When a client is added, the IntRange may merge with one or more
51 * <p>When a client is removed, the IntRange may divide into several
61 * Create a new IntRange with a single client.
64 * @param client the client requesting the enabled range
66 IntRange(int startId, int endId, String client) { argument
70 mClients.add(new ClientRange(startId, endId, client));
118 // ignore duplicate ranges from the same client
125 // there may be more client followin
152 ClientRange(int startId, int endId, String client) argument
193 enableRange(int startId, int endId, String client) argument
437 disableRange(int startId, int endId, String client) argument
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DIntRangeManagerTest.java607 TestIntRangeManager testManager, int startId, int endId, String client) {
610 assertTrue("enabling range", testManager.enableRange(startId, endId, client));
606 verifyAddChannel( TestIntRangeManager testManager, int startId, int endId, String client) argument
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DRttService.java63 Slog.e(TAG, "Send failed, client connection lost");
67 if (DBG) Slog.d(TAG, "closing client " + msg.replyTo);
74 ClientInfo client = new ClientInfo(ac, msg.replyTo);
75 mClients.put(msg.replyTo, client);
83 Slog.e(TAG, "Could not find client info for message " + msg.replyTo);
250 // When client is lost, clean up responder requests and send disable responder
308 ClientInfo client = mClients.get(msg.replyTo);
309 if (client == null) {
310 Log.e(TAG, "client not connected yet!");
314 client
[all...]
H A DWifiConfigManager.java3039 String client = config.getClientCertificateAlias();
3040 if (!TextUtils.isEmpty(client)) {
3041 // a valid client certificate is configured
3055 if (DBG) Slog.d(TAG, "Loading client certificate " + Credentials
3056 .USER_CERTIFICATE + client);
3064 byte[] certBytes = keyStore.get(Credentials.USER_CERTIFICATE + client);
3072 if (DBG) Slog.d(TAG, "Loaded client certificate " + Credentials
3073 .USER_CERTIFICATE + client);
3080 Slog.e(TAG, "Could not load client certificate " + Credentials
3081 .USER_CERTIFICATE + client);
[all...]
H A DWifiConfigStore.java201 java.lang.String client = config.getClientCertificateAlias();
202 if (!TextUtils.isEmpty(client)) {
203 // a valid client certificate is configured
513 // Remove client key+cert
565 String client = config.getClientCertificateAlias();
566 // a valid client certificate is configured
567 if (!TextUtils.isEmpty(client)) {
568 if (DBG) Log.d(TAG, "removing client private key and user cert");
569 mKeyStore.delete(Credentials.USER_PRIVATE_KEY + client, Process.WIFI_UID);
570 mKeyStore.delete(Credentials.USER_CERTIFICATE + client, Proces
[all...]
H A DWifiTrafficPoller.java104 void addClient(Messenger client) { argument
105 Message.obtain(mTrafficHandler, ADD_CLIENT, client).sendToTarget();
108 void removeClient(Messenger client) { argument
109 Message.obtain(mTrafficHandler, REMOVE_CLIENT, client).sendToTarget();
213 for (Messenger client : mClients) {
218 client.send(msg);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
H A DWifiNanStateManager.java553 WifiNanClientState client = mClients.get(uid);
554 if (client == null) {
556 "getAndRegisterTransactionId: no client exists for uid=" + uid);
558 info.mClient = client;
632 WifiNanClientState client = new WifiNanClientState(uid, listener, events);
633 mClients.put(uid, client);
641 WifiNanClientState client = mClients.get(uid);
644 if (client == null) {
663 client.destroy();
681 WifiNanClientState client
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java98 * Note that the term Wifi when used without a p2p suffix refers to the client mode
312 * Handles client connections
461 * Get a reference to handler. This is used by a client to establish
688 loge("Send failed, client connection lost");
1821 if (DBG) logd("Remove unknown client from the list");
1954 // after a client joins. For autonomous, send now
1989 if (DBG) logd("Removed client " + deviceAddress);
1996 // Notify when a client disconnects from group
2000 if (DBG) logd("Failed to remove client " + deviceAddress);
2002 if (DBG) logd("client "
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
H A DWifiScanningServiceImpl.java137 ExternalClientInfo client = (ExternalClientInfo) mClients.get(msg.replyTo);
138 if (client != null) {
139 logw("duplicate client connection: " + msg.sendingUid + ", messenger="
141 client.mChannel.replyToMessage(msg, AsyncChannel.CMD_CHANNEL_FULLY_CONNECTED,
149 client = new ExternalClientInfo(msg.sendingUid, msg.replyTo, ac);
150 client.register();
155 localLog("client connected: " + client);
159 ExternalClientInfo client = (ExternalClientInfo) mClients.get(msg.replyTo);
160 if (client !
[all...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
H A DWifiNanStateManagerTest.java892 * Summary: disconnect a client while there are pending transactions.
1095 * after a client is disconnected. To be used in every test which terminates
1096 * a client.
1098 * @param uid The ID of the client which should be deleted.
1101 WifiNanClientState client = getInternalClientState(mDut, uid);
1102 collector.checkThat("Client record not cleared up for uid=" + uid, client, nullValue());
/frameworks/opt/bluetooth/
H A DAndroid.mk6 src_dirs:= src/android/bluetooth/client/pbap
11 LOCAL_MODULE:= android.bluetooth.client.pbap
21 src_dirs:= src/android/bluetooth/client/map
26 LOCAL_MODULE:= android.bluetooth.client.map
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapBmessage.java17 package android.bluetooth.client.map;
H A DBluetoothMapBmessageBuilder.java17 package android.bluetooth.client.map;
H A DBluetoothMapBmessageParser.java17 package android.bluetooth.client.map;
29 import android.bluetooth.client.map.BluetoothMapBmessage.Status;
30 import android.bluetooth.client.map.BluetoothMapBmessage.Type;
31 import android.bluetooth.client.map.utils.BmsgTokenizer;
32 import android.bluetooth.client.map.utils.BmsgTokenizer.Property;

Completed in 470 milliseconds

12345678910