Searched refs:client (Results 151 - 175 of 372) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/app/servertransaction/
H A DMultiWindowModeChangeItem.java38 public void execute(ClientTransactionHandler client, IBinder token, argument
40 client.handleMultiWindowModeChanged(token, mIsInMultiWindowMode, mOverrideConfig);
H A DNewIntentItem.java46 public void execute(ClientTransactionHandler client, IBinder token, argument
49 client.handleNewIntent(token, mIntents, mPause);
H A DPipModeChangeItem.java38 public void execute(ClientTransactionHandler client, IBinder token, argument
40 client.handlePictureInPictureModeChanged(token, mIsInPipMode, mOverrideConfig);
H A DPauseActivityItem.java42 public void execute(ClientTransactionHandler client, IBinder token, argument
45 client.handlePauseActivity(token, mFinished, mUserLeaving, mConfigChanges, pendingActions,
56 public void postExecute(ClientTransactionHandler client, IBinder token, argument
H A DLaunchActivityItem.java65 public void preExecute(ClientTransactionHandler client, IBinder token) { argument
66 client.updateProcessState(mProcState, false);
67 client.updatePendingConfiguration(mCurConfig);
71 public void execute(ClientTransactionHandler client, IBinder token, argument
77 mProfilerInfo, client);
78 client.handleLaunchActivity(r, pendingActions, null /* customIntent */);
/frameworks/base/core/tests/coretests/src/android/view/accessibility/
H A DAccessibilityInteractionClientTest.java67 AccessibilityInteractionClient client = AccessibilityInteractionClient.getInstance();
68 AccessibilityNodeInfo node = client.findAccessibilityNodeInfoByAccessibilityId(
/frameworks/base/tests/net/java/com/android/server/
H A DNsdServiceTest.java51 // - test client can send requests and receive replies
112 NsdManager client = connectClient(service);
121 client.registerService(request, PROTOCOL, listener1);
126 client.discoverServices("a_type", PROTOCOL, listener2);
131 client.resolveService(request, listener3);
135 client.disconnect();
141 client.disconnect();
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pGroup.java32 * will be the group owner and the other will be a group client.
84 * P2P-GROUP-STARTED p2p-wlan0-0 [client|GO] ssid="DIRECT-W8" freq=2437
88 * P2P-GROUP-REMOVED p2p-wlan0-0 [client|GO] reason=REQUESTED
136 // set source address into the client list.
198 for (WifiP2pDevice client : mClients) {
199 if (client.equals(device)) return;
269 for (WifiP2pDevice client : mClients) {
270 sbuf.append("\n Client: ").append(client);
301 for (WifiP2pDevice client : mClients) {
302 dest.writeParcelable(client, flag
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiKeyStore.java129 // Remove client key+cert
174 * Install a client certificate chain into the keystore.
223 String client = config.getClientCertificateAlias();
224 // a valid client certificate is configured
225 if (!TextUtils.isEmpty(client)) {
226 if (mVerboseLoggingEnabled) Log.d(TAG, "removing client private key and user cert");
227 mKeyStore.delete(Credentials.USER_PRIVATE_KEY + client, Process.WIFI_UID);
228 mKeyStore.delete(Credentials.USER_CERTIFICATE + client, Process.WIFI_UID);
279 String client = config.getClientCertificateAlias();
280 if (!TextUtils.isEmpty(client)) {
[all...]
H A DWifiTrafficPoller.java109 public void addClient(Messenger client) { argument
110 Message.obtain(mTrafficHandler, ADD_CLIENT, client).sendToTarget();
114 public void removeClient(Messenger client) { argument
115 Message.obtain(mTrafficHandler, REMOVE_CLIENT, client).sendToTarget();
224 for (Messenger client : mClients) {
229 client.send(msg);
/frameworks/base/core/java/android/webkit/
H A DJsDialogHelper.java74 public boolean invokeCallback(WebChromeClient client, WebView webView) { argument
77 return client.onJsAlert(webView, mUrl, mMessage, mResult);
79 return client.onJsConfirm(webView, mUrl, mMessage, mResult);
81 return client.onJsBeforeUnload(webView, mUrl, mMessage, mResult);
83 return client.onJsPrompt(webView, mUrl, mMessage, mDefaultValue, mResult);
/frameworks/native/services/surfaceflinger/
H A DClient.cpp179 Client* client; member in class:android::MessageCreateLayer
192 const String8& name, Client* client,
197 : flinger(flinger), client(client),
204 result = flinger->createLayer(name, client, w, h, format, flags,
191 MessageCreateLayer(SurfaceFlinger* flinger, const String8& name, Client* client, uint32_t w, uint32_t h, PixelFormat format, uint32_t flags, sp<IBinder>* handle, int32_t windowType, int32_t ownerUid, sp<IGraphicBufferProducer>* gbp, sp<Layer>* parent) argument
H A DColorLayer.cpp38 ColorLayer::ColorLayer(SurfaceFlinger* flinger, const sp<Client>& client, const String8& name, argument
40 : Layer(flinger, client, name, w, h, flags) {
/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/services/accessibility/java/com/android/server/accessibility/
H A DFingerprintGestureDispatcher.java89 FingerprintGestureClient client = clientList.get(i);
90 if (client.isCapturingFingerprintGestures()) {
91 mCapturingClients.add(client);
206 * @return {@code true} if the client is capturing fingerprint gestures
/frameworks/base/services/core/java/com/android/server/am/
H A DConnectionRecord.java33 final IServiceConnection conn; // The client connection.
35 final int clientLabel; // String resource labeling this client.
36 final PendingIntent clientIntent; // How to launch the client.
104 sb.append(binding.client.userId);
166 if (binding.client != null) {
167 proto.write(ConnectionRecordProto.USER_ID, binding.client.userId);
/frameworks/base/core/java/android/app/
H A DUiAutomationConnection.java87 public void connect(IAccessibilityServiceClient client, int flags) { argument
88 if (client == null) {
97 registerUiTestAutomationServiceLocked(client, flags);
382 private void registerUiTestAutomationServiceLocked(IAccessibilityServiceClient client, argument
398 // process is gone the client calling in will be killed.
399 manager.registerUiTestAutomationService(mToken, client, info, flags);
400 mClient = client;
411 // process is gone the client calling in will be killed.
424 // process is gone the client calling in will be killed.
436 // process is gone the client callin
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_MediaScanner.cpp111 MyMediaScannerClient(JNIEnv *env, jobject client) argument
113 mClient(env->NewGlobalRef(client)),
240 JNIEnv *env, jobject thiz, jstring path, jobject client)
259 MyMediaScannerClient myClient(env, client);
270 jstring mimeType, jobject client)
299 MyMediaScannerClient myClient(env, client);
239 android_media_MediaScanner_processDirectory( JNIEnv *env, jobject thiz, jstring path, jobject client) argument
268 android_media_MediaScanner_processFile( JNIEnv *env, jobject thiz, jstring path, jstring mimeType, jobject client) argument
/frameworks/av/services/oboeservice/
H A DAAudioService.h52 virtual void registerClient(const sp<IAAudioClient>& client);
80 const android::AudioClient& client,
/frameworks/base/core/java/android/hardware/location/
H A DIContextHubService.aidl60 // Creates a client to send and receive messages
61 IContextHubClient createClient(in IContextHubClientCallback client, int contextHubId);
/frameworks/base/core/java/android/text/style/
H A DAccessibilityClickableSpan.java142 AccessibilityInteractionClient client = AccessibilityInteractionClient.getInstance();
143 client.performAccessibilityAction(mConnectionId, mWindowId, mSourceNodeId,
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityWindowInfo.java195 AccessibilityInteractionClient client = AccessibilityInteractionClient.getInstance();
196 return client.findAccessibilityNodeInfoByAccessibilityId(mConnectionId,
224 AccessibilityInteractionClient client = AccessibilityInteractionClient.getInstance();
225 return client.findAccessibilityNodeInfoByAccessibilityId(mConnectionId,
252 AccessibilityInteractionClient client = AccessibilityInteractionClient.getInstance();
253 return client.getWindow(mConnectionId, mParentId);
406 AccessibilityInteractionClient client = AccessibilityInteractionClient.getInstance();
407 return client.getWindow(mConnectionId, childId);
/frameworks/base/drm/java/android/drm/
H A DDrmOutputStream.java56 public DrmOutputStream(DrmManagerClient client, ParcelFileDescriptor pfd, String mimeType) argument
58 mClient = client;
/frameworks/layoutlib/bridge/src/android/webkit/
H A DWebView.java215 public void setWebViewClient(WebViewClient client) { argument
221 public void setWebChromeClient(WebChromeClient client) { argument
/frameworks/native/libs/vr/libvrflinger/
H A Dvsync_service.h16 // VSyncWaiter encapsulates a client blocked waiting for the next vsync.
35 // VSyncChannel manages the service-side per-client context for each client
87 void AddClient(const std::shared_ptr<VSyncChannel>& client);
88 void RemoveClient(const std::shared_ptr<VSyncChannel>& client);

Completed in 958 milliseconds

1234567891011>>