Searched refs:getClient (Results 1 - 15 of 15) 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 DBluetoothSap.java216 public BluetoothDevice getClient() { method in class:BluetoothSap
217 if (VDBG) log("getClient()");
220 return mService.getClient();
H A DBluetoothMap.java176 public BluetoothDevice getClient() { method in class:BluetoothMap
177 if (VDBG) log("getClient()");
180 return mService.getClient();
/frameworks/base/tools/layoutlib/bridge/src/android/view/accessibility/
H A DAccessibilityManager.java113 public IAccessibilityManagerClient getClient() { method in class:AccessibilityManager
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteProviderService.java187 ClientRecord client = getClient(messenger);
203 ClientRecord client = getClient(messenger);
219 ClientRecord client = getClient(messenger);
238 ClientRecord client = getClient(messenger);
257 ClientRecord client = getClient(messenger);
276 ClientRecord client = getClient(messenger);
295 final ClientRecord client = getClient(messenger);
353 ClientRecord client = getClient(messenger);
413 private ClientRecord getClient(Messenger messenger) { method in class:MediaRouteProviderService
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiControlManager.java297 public HdmiClient getClient(int type) { method in class:HdmiControlManager
322 return (HdmiPlaybackClient) getClient(HdmiDeviceInfo.DEVICE_PLAYBACK);
336 return (HdmiTvClient) getClient(HdmiDeviceInfo.DEVICE_TV);
/frameworks/base/services/midi/java/com/android/server/midi/
H A DMidiService.java256 private Client getClient(IBinder token) { method in class:MidiService
457 connection.getClient().removeDeviceConnection(connection);
517 public Client getClient() { method in class:MidiService.DeviceConnection
575 Client client = getClient(token);
582 Client client = getClient(token);
607 Client client = getClient(token);
633 Client client = getClient(token);
657 Client client = getClient(clientToken);
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DAccessibilityManagerTest.java130 manager.getClient().setState(0);
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityManager.java232 public IAccessibilityManagerClient getClient() { method in class:AccessibilityManager
/frameworks/base/core/java/android/view/
H A DWindowManagerGlobal.java161 imm.getClient(), imm.getInputContext());
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java637 public IInputMethodClient getClient() { method in class:InputMethodManager
/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 2519 milliseconds