/frameworks/base/core/java/android/hardware/input/ |
D | KeyboardLayout.java | 62 public String getDescriptor() { in getDescriptor() method in KeyboardLayout
|
D | InputManager.java | 252 if (descriptor.equals(inputDevice.getDescriptor())) { in getInputDeviceByDescriptor()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattCharacteristic.java | 289 /*package*/ BluetoothGattDescriptor getDescriptor(UUID uuid, int instanceId) { in getDescriptor() method in BluetoothGattCharacteristic 407 public BluetoothGattDescriptor getDescriptor(UUID uuid) { in getDescriptor() method in BluetoothGattCharacteristic
|
D | BluetoothGattServer.java | 183 BluetoothGattDescriptor descriptor = characteristic.getDescriptor(descrUuid); 246 BluetoothGattDescriptor descriptor = characteristic.getDescriptor(descrUuid);
|
D | BluetoothGatt.java | 447 BluetoothGattDescriptor descriptor = characteristic.getDescriptor( 496 BluetoothGattDescriptor descriptor = characteristic.getDescriptor(
|
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
D | MediaRouteProvider.java | 202 public final MediaRouteProviderDescriptor getDescriptor() { in getDescriptor() method in MediaRouteProvider
|
D | RegisteredMediaRouteProvider.java | 67 MediaRouteProviderDescriptor descriptor = getDescriptor(); in onCreateRouteController()
|
D | MediaRouteProviderService.java | 148 MediaRouteProviderDescriptor descriptor = mProvider.getDescriptor(); in onRegisterClient()
|
D | MediaRouter.java | 1607 updateProviderContents(provider, providerInstance.getDescriptor()); in addProvider()
|
/frameworks/base/services/java/com/android/server/input/ |
D | InputManagerService.java | 651 inputDevice.getDescriptor())) { in deliverInputDevicesChanged() 675 if (mDataStore.getCurrentKeyboardLayout(inputDevice.getDescriptor()) == null) { in deliverInputDevicesChanged() 761 if (inputDevice.getDescriptor().equals(descriptor)) { in containsInputDeviceWithDescriptor() 1010 final String inputDeviceDescriptor = device.getDescriptor(); in handleSwitchKeyboardLayout()
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | DelegateMethodAdapter2.java | 218 outerType.getDescriptor()); // type of the field in generateDelegateCode()
|
D | AbstractClassAdapter.java | 83 return type.getDescriptor(); in renameType()
|
/frameworks/base/core/java/android/view/ |
D | InputDevice.java | 505 public String getDescriptor() { in getDescriptor() method in InputDevice
|
/frameworks/base/media/java/android/media/audiofx/ |
D | AudioEffect.java | 446 public Descriptor getDescriptor() throws IllegalStateException { in getDescriptor() method in AudioEffect
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | bluetooth-le.jd | 579 BluetoothGattDescriptor descriptor = characteristic.getDescriptor(
|
/frameworks/base/docs/html/sdk/api_diff/16/ |
D | missingSinces.txt | 158 NO DOC BLOCK: android.view.InputDevice Method getDescriptor()
|
/frameworks/base/api/ |
D | current.txt | 5206 method public android.bluetooth.BluetoothGattDescriptor getDescriptor(java.util.UUID); 13207 …method public android.media.audiofx.AudioEffect.Descriptor getDescriptor() throws java.lang.Illega… 26492 method public java.lang.String getDescriptor();
|