Searched refs:getClient (Results 1 - 23 of 23) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothPbap.aidl28 BluetoothDevice getClient();
H A DIBluetoothMap.aidl28 BluetoothDevice getClient();
H A DIBluetoothSap.aidl28 BluetoothDevice getClient();
H A DBluetoothPbap.java232 public BluetoothDevice getClient() { method in class:BluetoothPbap
233 if (VDBG) log("getClient()");
236 return mService.getClient();
H A DBluetoothMap.java176 public BluetoothDevice getClient() { method in class:BluetoothMap
177 if (VDBG) log("getClient()");
180 return mService.getClient();
H A DBluetoothSap.java217 public BluetoothDevice getClient() { method in class:BluetoothSap
218 if (VDBG) log("getClient()");
221 return mService.getClient();
/frameworks/base/tools/layoutlib/bridge/src/android/view/accessibility/
H A DAccessibilityManager.java119 public IAccessibilityManagerClient getClient() { method in class:AccessibilityManager
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteProviderService.java231 ClientRecord client = getClient(messenger);
247 ClientRecord client = getClient(messenger);
263 ClientRecord client = getClient(messenger);
282 ClientRecord client = getClient(messenger);
301 ClientRecord client = getClient(messenger);
320 ClientRecord client = getClient(messenger);
339 final ClientRecord client = getClient(messenger);
397 ClientRecord client = getClient(messenger);
475 private ClientRecord getClient(Messenger messenger) { method in class:MediaRouteProviderService
/frameworks/base/tools/preload2/src/com/android/preload/
H A DClientUtils.java127 Client tmp = device.getClient(processName);
135 Client tmp = device.getClient(name);
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiControlManager.java304 public HdmiClient getClient(int type) { method in class:HdmiControlManager
330 return (HdmiPlaybackClient) getClient(HdmiDeviceInfo.DEVICE_PLAYBACK);
345 return (HdmiTvClient) getClient(HdmiDeviceInfo.DEVICE_TV);
/frameworks/base/services/midi/java/com/android/server/midi/
H A DMidiService.java268 private Client getClient(IBinder token) { method in class:MidiService
481 connection.getClient().removeDeviceConnection(connection);
541 public Client getClient() { method in class:MidiService.DeviceConnection
604 Client client = getClient(token);
613 Client client = getClient(token);
657 Client client = getClient(token);
683 Client client = getClient(token);
707 Client client = getClient(clientToken);
/frameworks/base/tools/preload2/src/com/android/preload/ui/
H A DSequenceUI.java89 public Client getClient() { method in class:SequenceUI.ClientSelector
138 return ((ClientSelector)next).getClient();
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DAccessibilityManagerTest.java131 manager.getClient().setState(0);
/frameworks/base/core/java/android/view/
H A DWindowManagerGlobal.java195 imm.getClient(), imm.getInputContext());
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityManager.java320 public IAccessibilityManagerClient getClient() { method in class:AccessibilityManager
/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerServiceImpl.java670 if (session.getClient().equals(client)) {
H A DSession.java1155 IAutoFillManagerClient getClient() { method in class:Session
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareDataPathStateManager.java854 WifiAwareClientState client = mgr.getClient(ns.clientId);
H A DWifiAwareStateManager.java237 /* package */ WifiAwareClientState getClient(int clientId) { method in class:WifiAwareStateManager
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java683 public IInputMethodClient getClient() { method in class:InputMethodManager
/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/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 463 milliseconds