/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/ |
D | BipImagePropertiesTest.java | 125 BipImageProperties properties = new BipImageProperties(stream); in testParsePropertiesSimple() local 156 BipImageProperties properties = new BipImageProperties(stream); in testParsePropertiesRich() local 181 BipImageProperties properties = new BipImageProperties(stream); in testParseNoHandle() local 207 BipImageProperties properties = new BipImageProperties(stream); in testParseNoVersion() local 232 BipImageProperties properties = new BipImageProperties(stream); in testParseNoFriendlyName() local 254 BipImageProperties properties = new BipImageProperties(stream); in testParseFixedVariantThumbnailFormat() local 276 BipImageProperties properties = new BipImageProperties(stream); in testParseRangeVariantThumbnailFormat() local 298 BipImageProperties properties = new BipImageProperties(stream); in testParseFixedRangeVariantThumbnailFormat() local 323 BipImageProperties properties = new BipImageProperties(stream); in testParseNoThumbnailFormats() local 344 BipImageProperties properties = new BipImageProperties(stream); in testParseNoFormats() local [all …]
|
/packages/modules/Bluetooth/system/service/common/bluetooth/ |
D | characteristic.h | 29 Characteristic(uint16_t handle, const Uuid& uuid, uint8_t properties, in Characteristic() 47 uint8_t properties() const { return properties_; } in properties() function
|
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/ |
D | VisibilityPermissionDocument.java | 92 static long[] toLongs(@NonNull Set<Integer> properties) { in toLongs() 102 private static Set<Integer> toInts(@Nullable long[] properties) { in toInts()
|
/packages/modules/AppSearch/service/java/com/android/server/appsearch/ |
D | FrameworkAppSearchConfig.java | 165 DeviceConfig.Properties properties = DeviceConfig.getProperties( in initialize() local 308 private void updateCachedValues(@NonNull DeviceConfig.Properties properties) { in updateCachedValues() 315 @NonNull DeviceConfig.Properties properties) { in updateCachedValue()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattDbElement.java | 52 public int properties; field in GattDbElement 69 public static GattDbElement createCharacteristic(UUID uuid, int properties, int permissions) { in createCharacteristic()
|
/packages/apps/Dialer/java/com/android/incallui/answer/impl/utils/ |
D | FlingAnimationUtils.java | 95 AnimatorProperties properties = getProperties(currValue, endValue, velocity, maxDistance); in apply() local 117 AnimatorProperties properties = getProperties(currValue, endValue, velocity, maxDistance); in apply() local 163 AnimatorProperties properties = in applyDismissing() local 187 AnimatorProperties properties = in applyDismissing() local
|
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/visibilitystore/ |
D | VisibilityDocumentV1.java | 213 static long[] toLongs(@NonNull Set<Integer> properties) { in toLongs() 223 private static Set<Integer> toInts(@Nullable long[] properties) { in toInts()
|
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/converter/ |
D | SchemaToProtoConverter.java | 55 List<AppSearchSchema.PropertyConfig> properties = schema.getProperties(); in toSchemaTypeConfigProto() local 120 List<PropertyConfigProto> properties = proto.getPropertiesList(); in toAppSearchSchema() local
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | NotificationUtils.kt | 108 val properties = CHANNEL_PROPS[id]!! in createChannel() constant
|
/packages/modules/Bluetooth/system/service/ |
D | bluetooth_interface.cc | 639 bt_property_t* properties) { in property_deep_copy_array() 680 bt_property_t* properties) { in invoke_adapter_properties_cb() 684 bt_property_t* properties) { in invoke_adapter_properties_cb() 697 bt_property_t* properties) { in invoke_remote_device_properties_cb() 701 int num_properties, bt_property_t* properties) { in invoke_remote_device_properties_cb() 712 void invoke_device_found_cb(int num_properties, bt_property_t* properties) { in invoke_device_found_cb() 715 [](int num_properties, bt_property_t* properties) { in invoke_device_found_cb()
|
D | adapter.cc | 51 bt_property_t* properties) { in ParseRemoteDeviceProps() 188 const RemoteDeviceProps& properties) { in OnGetRemoteDeviceProperties() 193 const RemoteDeviceProps& properties) { in OnDeviceFound() 530 bt_property_t* properties) override { in AdapterPropertiesCallback() 616 bt_property_t* properties) override { in RemoteDevicePropertiesCallback() 640 bt_property_t* properties) override { in DeviceFoundCallback()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGattCharacteristic.java | 257 public BluetoothGattCharacteristic(UUID uuid, int properties, int permissions) { in BluetoothGattCharacteristic() 268 int properties, int permissions) { in BluetoothGattCharacteristic() 278 int properties, int permissions) { in BluetoothGattCharacteristic() 284 int properties, int permissions) { in initCharacteristic()
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | GsmConnection.java | 59 int properties = super.buildConnectionProperties(); in buildConnectionProperties() local
|
/packages/modules/Bluetooth/system/btif/src/ |
D | bluetooth.cc | 703 bt_property_t* properties) { in property_deep_copy_array() 744 bt_property_t* properties) { in invoke_adapter_properties_cb() 748 bt_property_t* properties) { in invoke_adapter_properties_cb() 761 bt_property_t* properties) { in invoke_remote_device_properties_cb() 765 int num_properties, bt_property_t* properties) { in invoke_remote_device_properties_cb() 776 void invoke_device_found_cb(int num_properties, bt_property_t* properties) { in invoke_device_found_cb() 779 [](int num_properties, bt_property_t* properties) { in invoke_device_found_cb()
|
/packages/modules/Bluetooth/system/test/headless/ |
D | headless.cc | 72 bt_property_t* properties) { in adapter_properties() 77 int num_properties, bt_property_t* properties) { in remote_device_properties() 81 void device_found(int num_properties, bt_property_t* properties) { in device_found()
|
/packages/modules/Bluetooth/system/gd/os/linux/ |
D | system_properties.cc | 28 std::unordered_map<std::string, std::string> properties; variable
|
/packages/modules/Bluetooth/system/gd/os/host/ |
D | system_properties.cc | 28 std::unordered_map<std::string, std::string> properties; variable
|
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/ |
D | RequiredPropertiesRule.java | 91 private static String propertiesToString(Iterable<Property> properties) { in propertiesToString()
|
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
D | CarCabinManagerTest.java | 50 List<CarPropertyConfig> properties = mCabinManager.getPropertyList(); in testAllCabinProperties() local
|
/packages/apps/Settings/src/com/android/settings/biometrics/face/ |
D | FaceSettingsConfirmPreferenceController.java | 82 List<FaceSensorProperties> properties = mFaceManager.getSensorProperties(); in getAvailabilityStatus() local
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/ |
D | DocumentHolderTest.java | 70 PointerProperties properties[] = new PointerProperties[] { in createEvent() local
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bluetooth_interface.cc | 203 bt_property_t* properties) { in property_deep_copy_array() 210 bt_property_t* properties) {} in invoke_adapter_properties_cb() 214 bt_property_t* properties) {} in invoke_remote_device_properties_cb() 216 void invoke_device_found_cb(int num_properties, bt_property_t* properties) {} in invoke_device_found_cb()
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | le_advertiser.cc | 1196 const AdvertisingEventProperties& properties) { in GetMaxAdvertisingDataLength() 1240 const AdvertisingEventProperties& properties) { in GetMaxScanResponseDataLength() 1264 const AdvertisingEventProperties& properties) { in GetRawAdvertisingEventProperties()
|
/packages/modules/Bluetooth/system/btcore/src/ |
D | property.cc | 36 bt_property_t* property_copy_array(const bt_property_t* properties, in property_copy_array() 129 void property_free_array(bt_property_t* properties, size_t count) { in property_free_array()
|
/packages/modules/Bluetooth/system/tools/bdtool/ |
D | adapter.c | 29 static bt_property_t* properties = NULL; variable 144 int num_properties, bt_property_t* properties) { in remote_device_properties()
|