Searched refs:client (Results 126 - 150 of 242) sorted by last modified time

12345678910

/frameworks/base/drm/java/android/drm/
H A DDrmOutputStream.java56 public DrmOutputStream(DrmManagerClient client, ParcelFileDescriptor pfd, String mimeType) argument
58 mClient = client;
/frameworks/base/drm/jni/
H A Dandroid_drm_DrmManagerClient.cpp182 JNIEnv* env, jobject thiz, const sp<DrmManagerClientImpl>& client) {
189 if (client.get()) {
190 client->incStrong(thiz);
195 env->SetLongField(thiz, fieldId, reinterpret_cast<jlong>(client.get()));
205 DrmManagerClientImpl* const client = reinterpret_cast<DrmManagerClientImpl*>(clientHandle); local
206 return sp<DrmManagerClientImpl>(client);
181 setDrmManagerClientImpl( JNIEnv* env, jobject thiz, const sp<DrmManagerClientImpl>& client) argument
/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethodManager.aidl29 * Public interface to the global input method manager, used by all client
45 void addClient(in IInputMethodClient client,
47 void removeClient(in IInputMethodClient client);
49 void finishInput(in IInputMethodClient client);
50 boolean showSoftInput(in IInputMethodClient client, int flags,
52 boolean hideSoftInput(in IInputMethodClient client, int flags,
58 in IInputMethodClient client, in IBinder windowToken, int controlFlags,
63 void showInputMethodPickerFromClient(in IInputMethodClient client,
65 void showInputMethodAndSubtypeEnablerFromClient(in IInputMethodClient client, String topId);
/frameworks/base/core/jni/
H A Dandroid_media_RemoteDisplay.cpp113 const sp<NativeRemoteDisplayClient>& client) :
114 mDisplay(display), mClient(client) {
150 sp<NativeRemoteDisplayClient> client(new NativeRemoteDisplayClient(env, remoteDisplayObj));
152 client, String8(iface.c_str()));
159 NativeRemoteDisplay* wrapper = new NativeRemoteDisplay(display, client);
112 NativeRemoteDisplay(const sp<IRemoteDisplay>& display, const sp<NativeRemoteDisplayClient>& client) argument
H A Dandroid_view_SurfaceControl.cpp97 sp<SurfaceComposerClient> client(android_view_SurfaceSession_getClient(env, sessionObj));
98 sp<SurfaceControl> surface = client->createSurface(
H A Dandroid_view_SurfaceSession.cpp43 SurfaceComposerClient* client = new SurfaceComposerClient(); local
44 client->incStrong((void*)nativeCreate);
45 return reinterpret_cast<jlong>(client);
49 SurfaceComposerClient* client = reinterpret_cast<SurfaceComposerClient*>(ptr); local
50 client->decStrong((void*)nativeCreate);
54 SurfaceComposerClient* client = reinterpret_cast<SurfaceComposerClient*>(ptr); local
55 client->dispose();
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DBandwidthTestUtil.java27 import org.apache.http.client.HttpClient;
28 import org.apache.http.client.methods.HttpPost;
29 import org.apache.http.impl.client.DefaultHttpClient;
/frameworks/base/core/tests/coretests/src/android/net/http/
H A DAbstractProxyTest.java33 import org.apache.http.client.HttpClient;
34 import org.apache.http.client.methods.HttpGet;
196 HttpClient client = newHttpClient();
198 proxyConfig.configure(server, client, request);
199 HttpResponse response = client.execute(request);
212 HttpClient client = newHttpClient();
215 HttpResponse response = client.execute(request);
241 @Override void configure(MockWebServer server, HttpClient client, HttpRequest request) {
247 @Override void configure(MockWebServer server, HttpClient client, HttpRequest request) {
253 @Override void configure(MockWebServer server, HttpClient client, HttpReques
271 configure(MockWebServer proxy, HttpClient client, HttpRequest request) argument
[all...]
H A DAndroidHttpClientProxyTest.java19 import org.apache.http.client.HttpClient;
H A DCookiesTest.java32 import org.apache.http.client.HttpClient;
33 import org.apache.http.client.methods.HttpGet;
35 import org.apache.http.impl.client.DefaultHttpClient;
61 HttpClient client = new DefaultHttpClient();
62 client.execute(new HttpGet(server.getUrl("/").toURI()));
91 HttpClient client = new DefaultHttpClient();
92 client.getParams().setParameter(
95 HttpResponse getCookies = client.execute(new HttpGet("http://my.t-mobile.com/"));
99 HttpResponse sendCookies = client.execute(new HttpGet("http://my.t-mobile.com/"));
H A DDefaultHttpClientProxyTest.java19 import org.apache.http.client.HttpClient;
20 import org.apache.http.impl.client.DefaultHttpClient;
H A DDefaultHttpClientTest.java33 import org.apache.http.client.methods.HttpGet;
35 import org.apache.http.impl.client.DefaultHttpClient;
75 DefaultHttpClient client = new DefaultHttpClient();
77 HttpResponse a = client.execute(new HttpGet(server.getUrl("/a").toURI()));
81 HttpResponse b = client.execute(new HttpGet(server.getUrl("/b").toURI()));
/frameworks/base/core/tests/coretests/src/android/os/
H A DFileBridgeTest.java38 private FileBridgeOutputStream client; field in class:FileBridgeTest
52 client = new FileBridgeOutputStream(bridge.getClientSocket());
66 client.close();
84 client.flush();
90 client.write("meow".getBytes(StandardCharsets.UTF_8));
97 client.write("cake".getBytes(StandardCharsets.UTF_8));
98 client.flush();
105 client.write("meow".getBytes(StandardCharsets.UTF_8));
106 client.flush();
107 client
[all...]
/frameworks/base/
H A Dcompiled-classes-phone7757 org.apache.http.client.AuthenticationHandler
7758 org.apache.http.client.ClientProtocolException
7759 org.apache.http.client.CookieStore
7760 org.apache.http.client.CredentialsProvider
7761 org.apache.http.client.HttpClient
7762 org.apache.http.client.HttpRequestRetryHandler
7763 org.apache.http.client.HttpResponseException
7764 org.apache.http.client.RedirectHandler
7765 org.apache.http.client.RequestDirector
7766 org.apache.http.client
[all...]
/frameworks/base/core/java/android/app/
H A DActivityThread.java3759 public final ProviderClientRecord client; field in class:ActivityThread.ProviderRefCount
3773 client = inClient;
3782 * than our client -- for the server, stop means to save state and give
3784 * For the client, we want to call onStop()/onStart() to indicate when
4432 // the children. However the client side view system does not support preserving
5641 // There was a race! Some other client managed to acquire
5649 // More complicated race!! Some client managed to acquire the
5702 // We found out about this due to execution in our client
5870 ProviderClientRecord client = installProviderAuthoritiesLocked(
5873 prc = new ProviderRefCount(holder, client, 100
[all...]
H A DIUiAutomationConnection.aidl36 void connect(IAccessibilityServiceClient client, int flags);
H A DUiAutomationConnection.java82 public void connect(IAccessibilityServiceClient client, int flags) { argument
83 if (client == null) {
92 registerUiTestAutomationServiceLocked(client, flags);
327 private void registerUiTestAutomationServiceLocked(IAccessibilityServiceClient client, argument
343 // process is gone the client calling in will be killed.
344 manager.registerUiTestAutomationService(mToken, client, info, flags);
345 mClient = client;
356 // process is gone the client calling in will be killed.
369 // process is gone the client calling in will be killed.
381 // process is gone the client callin
[all...]
/frameworks/base/core/java/android/content/
H A DContentProviderClient.java468 * Closes this client connection, indicating to the system that the
509 * client. If the {@link ContentProvider} is running in a different process then
521 public static void releaseQuietly(ContentProviderClient client) { argument
522 if (client != null) {
524 client.release();
/frameworks/base/core/java/android/hardware/display/
H A DWifiDisplaySessionInfo.java43 boolean client = (in.readInt() != 0);
49 return new WifiDisplaySessionInfo(client, session, group, pp, ip);
63 boolean client, int session, String group, String pp, String ip) {
64 mClient = client;
62 WifiDisplaySessionInfo( boolean client, int session, String group, String pp, String ip) argument
/frameworks/base/core/java/android/net/
H A DNetwork.java289 OkHttpClient client = okUrlFactory.client();
290 client.setSocketFactory(getSocketFactory()).setConnectionPool(mConnectionPool);
293 Internal.instance.setNetwork(client, mNetwork);
/frameworks/base/core/java/android/os/
H A DFileBridge.java40 * server side needs to strongly assert that a client side is completely
144 public FileBridgeOutputStream(FileDescriptor client) { argument
146 mClient = client;
/frameworks/base/core/java/android/print/
H A DIPrintSpooler.aidl108 void setClient(IPrintSpoolerClient client);
/frameworks/base/core/java/android/printservice/
H A DIPrintService.aidl29 void setClient(IPrintServiceClient client);
H A DPrintJob.java55 @NonNull IPrintServiceClient client) {
58 mPrintServiceClient = client;
59 mDocument = new PrintDocument(mCachedInfo.getId(), client,
54 PrintJob(@onNull Context context, @NonNull PrintJobInfo jobInfo, @NonNull IPrintServiceClient client) argument
H A DPrintService.java412 public void setClient(IPrintServiceClient client) {
413 mHandler.obtainMessage(ServiceHandler.MSG_SET_CLIENT, client)

Completed in 3882 milliseconds

12345678910