Searched refs:getDescriptor (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/core/java/android/hardware/input/
H A DKeyboardLayout.java62 public String getDescriptor() { method in class:KeyboardLayout
H A DInputManager.java252 if (descriptor.equals(inputDevice.getDescriptor())) {
357 * {@link KeyboardLayout#getDescriptor()}.
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteProvider.java202 public final MediaRouteProviderDescriptor getDescriptor() { method in class:MediaRouteProvider
H A DMediaRouteProviderService.java303 MediaRouteProviderDescriptor descriptor = mProvider.getDescriptor();
H A DRegisteredMediaRouteProvider.java65 MediaRouteProviderDescriptor descriptor = getDescriptor();
H A DMediaRouter.java1516 updateProviderContents(provider, providerInstance.getDescriptor());
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattCharacteristic.java393 public BluetoothGattDescriptor getDescriptor(UUID uuid) { method in class:BluetoothGattCharacteristic
H A DBluetoothGattServer.java183 BluetoothGattDescriptor descriptor = characteristic.getDescriptor(descrUuid);
246 BluetoothGattDescriptor descriptor = characteristic.getDescriptor(descrUuid);
H A DBluetoothGatt.java446 BluetoothGattDescriptor descriptor = characteristic.getDescriptor(
495 BluetoothGattDescriptor descriptor = characteristic.getDescriptor(
/frameworks/base/core/java/android/view/
H A DInputDevice.java403 * boots and reconfigurations, use {@link #getDescriptor()}.
439 * The input device descriptor returned by {@link #getDescriptor} should only be
447 public String getDescriptor() { method in class:InputDevice
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java650 inputDevice.getDescriptor())) {
674 if (mDataStore.getCurrentKeyboardLayout(inputDevice.getDescriptor()) == null) {
760 if (inputDevice.getDescriptor().equals(descriptor)) {
1009 final String inputDeviceDescriptor = device.getDescriptor();
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DDelegateMethodAdapter2.java218 outerType.getDescriptor()); // type of the field
H A DRenameClassAdapter.java103 return type.getDescriptor();
/frameworks/base/media/java/android/media/audiofx/
H A DAudioEffect.java440 public Descriptor getDescriptor() throws IllegalStateException { method in class:AudioEffect
441 checkState("getDescriptor()");

Completed in 567 milliseconds