Searched refs:client (Results 301 - 313 of 313) sorted by relevance

<<111213

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java3361 ProcessRecord client) {
3421 if (client != null) {
3422 int clientIndex = mLruProcesses.lastIndexOf(client);
3423 if (clientIndex < 0) Slog.d(TAG, "Unknown client " + client + " when updating "
3512 if (client != null) {
3513 // If there is a client, don't allow the process to be moved up higher
3514 // in the list than that client.
3515 int clientIndex = mLruProcesses.lastIndexOf(client);
3516 if (DEBUG_LRU && clientIndex < 0) Slog.d(TAG_LRU, "Unknown client "
3360 updateLruProcessLocked(ProcessRecord app, boolean activityChange, ProcessRecord client) argument
[all...]
H A DActivityStackSupervisor.java1331 // the paused state because they will first be resumed then paused on the client side.
1544 // their client may have activities.
1876 // in the client where it can be constructed with a
2637 * that the client receives onStop() before it is reparented. We do this by detaching
3821 String prefix, String label, boolean complete, boolean brief, boolean client,
3877 if (client && r.app != null && r.app.thread != null) {
3820 dumpHistoryList(FileDescriptor fd, PrintWriter pw, List<ActivityRecord> list, String prefix, String label, boolean complete, boolean brief, boolean client, String dumpPackage, boolean needNL, String header1, String header2) argument
/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/base/core/jni/
H A Dandroid_os_Debug.cpp36 #include <debuggerd/client.h>
/frameworks/native/cmds/dumpstate/
H A Dutils.cpp52 #include <debuggerd/client.h>
/frameworks/native/libs/vr/libpdx/
H A Dclient_tests.cpp1 #include <pdx/client.h>
/frameworks/base/core/java/android/app/
H A DActivityThread.java4013 public final ProviderClientRecord client; field in class:ActivityThread.ProviderRefCount
4027 client = inClient;
4036 * than our client -- for the server, stop means to save state and give
4038 * For the client, we want to call onStop()/onStart() to indicate when
4703 // the children. However the client side view system does not support preserving
4856 * @return {@link Configuration} instance sent to client, null if not sent.
4921 * @return Configuration sent to client, null if no changes and not moved to different display.
6089 // There was a race! Some other client managed to acquire
6097 // More complicated race!! Some client managed to acquire the
6150 // We found out about this due to execution in our client
[all...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceHalTest.java2367 for (byte[] client : clients) {
2368 receivedClients.add(NativeUtil.macAddressToLong(client));
/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java2614 boolean inputMethodClientHasFocus(IInputMethodClient client) { argument
2629 Slog.i(TAG_WM, "IM target client: " + imeClient);
2631 Slog.i(TAG_WM, "IM target client binder: " + imeClient.asBinder());
2632 Slog.i(TAG_WM, "Requesting client binder: " + client.asBinder());
2636 return imeClient != null && imeClient.asBinder() == client.asBinder();
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java1736 HdmiPlaybackClient client = null;
1738 client = manager.getPlaybackClient();
1740 mHdmiControl = new HdmiControl(client);
1748 private HdmiControl(HdmiPlaybackClient client) { argument
1749 mClient = client;
/frameworks/base/
H A Dpreloaded-classes4305 org.apache.http.client.HttpClient
4306 org.apache.http.client.ResponseHandler
4307 org.apache.http.client.methods.HttpUriRequest
4308 org.apache.http.client.params.HttpClientParams
4330 org.apache.http.impl.client.AbstractHttpClient
4331 org.apache.http.impl.client.DefaultHttpClient
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h3727 #include <wayland-client.h>
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 813 milliseconds

<<111213