Searched refs:client (Results 51 - 75 of 242) sorted by last modified time

12345678910

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasRequestGetMessagesListingSize.java17 package android.bluetooth.client.map;
19 import android.bluetooth.client.map.utils.ObexAppParameters;
H A DBluetoothMasRequestPushMessage.java17 package android.bluetooth.client.map;
26 import android.bluetooth.client.map.BluetoothMasClient.CharsetType;
27 import android.bluetooth.client.map.utils.ObexAppParameters;
H A DBluetoothMasRequestSetMessageStatus.java17 package android.bluetooth.client.map;
19 import android.bluetooth.client.map.utils.ObexAppParameters;
H A DBluetoothMasRequestSetNotificationRegistration.java17 package android.bluetooth.client.map;
19 import android.bluetooth.client.map.utils.ObexAppParameters;
H A DBluetoothMasRequestSetPath.java17 package android.bluetooth.client.map;
H A DBluetoothMasRequestUpdateInbox.java17 package android.bluetooth.client.map;
H A DBluetoothMnsObexServer.java17 package android.bluetooth.client.map;
22 import android.bluetooth.client.map.utils.ObexAppParameters;
H A DBluetoothMnsService.java17 package android.bluetooth.client.map;
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/
H A DBmsgTokenizer.java17 package android.bluetooth.client.map.utils;
H A DObexAppParameters.java17 package android.bluetooth.client.map.utils;
H A DObexTime.java17 package android.bluetooth.client.map.utils;
/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. ...
/frameworks/base/services/core/java/com/android/server/
H A DAppOpsService.java1076 ClientState client = (ClientState)token;
1116 if (client.mStartedOps != null) {
1117 client.mStartedOps.add(op);
1134 ClientState client = (ClientState) token;
1140 if (client.mStartedOps != null) {
1141 if (!client.mStartedOps.remove(op)) {
1316 // For each client, check that the given op is not restricted, or that the given
H A DInputMethodManagerService.java237 final ClientState client; field in class:InputMethodManagerService.SessionState
245 return "SessionState{uid " + client.uid + " pid " + client.pid
256 client = _client;
264 final IInputMethodClient client; field in class:InputMethodManagerService.ClientState
282 client = _client;
320 * The client that is currently bound to an input method.
326 * from the input method client. If the window state is already changed before the report is
332 * The client by which {@link #mCurFocusedWindow} was reported. Used only for debugging.
337 * The input context last provided by the current client
1222 addClient(IInputMethodClient client, IInputContext inputContext, int uid, int pid) argument
1234 removeClient(IInputMethodClient client) argument
1331 startInputLocked( final int startInputReason, IInputMethodClient client, IInputContext inputContext, final int missingMethods, @Nullable EditorInfo attribute, int controlFlags) argument
1494 startInput( final int startInputReason, IInputMethodClient client, IInputContext inputContext, final int missingMethods, @Nullable EditorInfo attribute, int controlFlags) argument
1524 finishInput(IInputMethodClient client) argument
2065 showSoftInput(IInputMethodClient client, int flags, ResultReceiver resultReceiver) argument
2152 hideSoftInput(IInputMethodClient client, int flags, ResultReceiver resultReceiver) argument
2230 startInputOrWindowGainedFocus( final int startInputReason, IInputMethodClient client, IBinder windowToken, int controlFlags, int softInputMode, int windowFlags, @Nullable EditorInfo attribute, IInputContext inputContext, final int missingMethods) argument
2244 windowGainedFocus( final int startInputReason, IInputMethodClient client, IBinder windowToken, int controlFlags, int softInputMode, int windowFlags, EditorInfo attribute, IInputContext inputContext, final int missingMethods) argument
2405 showInputMethodPickerFromClient( IInputMethodClient client, int auxiliarySubtypeMode) argument
2449 showInputMethodAndSubtypeEnablerFromClient( IInputMethodClient client, String inputMethodId) argument
[all...]
H A DNsdService.java70 /* A map from unique id to client info */
152 if (DBG) Slog.d(TAG, "New client listening to asynchronous messages");
163 Slog.e(TAG, "Send failed, client connection lost");
177 //Last client
278 //First client
414 Slog.e(TAG, "Unique id with no client mapping: " + id);
822 for (ClientInfo client : mClients.values()) {
824 pw.println(client);
861 /* Information tracked per client */
870 /* A map from client i
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java132 * the client's IServiceConnection.
783 if (modCr != null && modCr.binding.client != null) {
784 if (modCr.binding.client.activities.size() <= 0) {
785 // This connection is from a client without activities, so adding
798 if (cr.binding.client == null || cr.binding.client == proc) {
802 if (cr.binding.client.activities.size() > 0) {
1006 b.client.connections.add(c);
1008 b.client.hasAboveClient = true;
1040 || s.app.treatLikeActivity, b.client);
[all...]
H A DActivityManagerService.java3203 ProcessRecord client) {
3263 if (client != null) {
3264 int clientIndex = mLruProcesses.lastIndexOf(client);
3265 if (clientIndex < 0) Slog.d(TAG, "Unknown client " + client + " when updating "
3354 if (client != null) {
3355 // If there is a client, don't allow the process to be moved up higher
3356 // in the list than that client.
3357 int clientIndex = mLruProcesses.lastIndexOf(client);
3358 if (DEBUG_LRU && clientIndex < 0) Slog.d(TAG_LRU, "Unknown client "
3202 updateLruProcessLocked(ProcessRecord app, boolean activityChange, ProcessRecord client) argument
[all...]
H A DActivityStackSupervisor.java1165 // the paused state because they will first be resumed then paused on the client side.
1347 // their client may have activities.
1610 // in the client where it can be constructed with a
3237 String prefix, String label, boolean complete, boolean brief, boolean client,
3293 if (client && r.app != null && r.app.thread != null) {
3236 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
H A DAppBindRecord.java24 * An association between a service and one of its client applications.
29 final ProcessRecord client; // Who has started/bound the service. field in class:AppBindRecord
32 // All ConnectionRecord for this client.
36 pw.println(prefix + "client=" + client);
55 client = _client;
61 + " " + service.shortName + ":" + client.processName + "}";
H A DConnectionRecord.java31 final IServiceConnection conn; // The client connection.
33 final int clientLabel; // String resource labeling this client.
34 final PendingIntent clientIntent; // How to launch the client.
66 sb.append(binding.client.userId);
H A DContentProviderConnection.java24 * Represents a link between a content provider and client.
28 public final ProcessRecord client; field in class:ContentProviderConnection
32 // The client of this connection is currently waiting for the provider to appear.
44 client = _client;
75 sb.append(client.toShortString());
H A DIntentBindRecord.java69 pw.print(' '); pw.print(a.client); pw.println('}');
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java437 // List of binder death handlers for setMode() client processes.
504 // VolumePanel is currently the only client of forceVolumeControlStream() and runs in system
505 // server process so in theory it is not necessary to monitor the client death.
1281 // If either the client forces allowing ringer modes for this adjustment,
1636 private IBinder mCb; // To be notified of client's death
1653 Log.w(TAG, "SCO client died");
1655 Log.w(TAG, "unregistered control stream client died");
1799 private IBinder mICallback; // To be notified of client's death
2226 private IBinder mCb; // To be notified of client's death
2228 private int mMode = AudioSystem.MODE_NORMAL; // Current mode set by this client
[all...]
/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DFingerprintService.java149 // really bad. The result will be a 3-second delay in starting each new client.
157 + " failed to respond to cancel, starting client "
220 ClientMonitor client = mCurrentClient;
221 if (client != null && client.onError(error)) {
222 removeClient(client);
224 if (DEBUG) Slog.v(TAG, "handleError(client="
225 + (client != null ? client.getOwnerString() : "null") + ", error = " + error + ")");
226 // This is the magic code that starts the next client whe
274 removeClient(ClientMonitor client) argument
[all...]
/frameworks/base/services/core/java/com/android/server/location/
H A DActivityRecognitionProxy.java138 IActivityRecognitionHardwareClient client =
140 if (client == null) {
141 Log.e(TAG, "No client found on connection.");
145 client.onAvailabilityChanged(mIsSupported, mInstance);
147 Log.e(TAG, "Error delivering hardware interface to client.", e);

Completed in 2553 milliseconds

12345678910