Home
last modified time | relevance | path

Searched defs:properties (Results 1 – 25 of 112) sorted by relevance

12345

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipImagePropertiesTest.java125 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/
Dcharacteristic.h29 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/
DVisibilityPermissionDocument.java92 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/
DFrameworkAppSearchConfig.java165 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/
DGattDbElement.java52 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/
DFlingAnimationUtils.java95 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/
DVisibilityDocumentV1.java213 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/
DSchemaToProtoConverter.java55 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/
DNotificationUtils.kt108 val properties = CHANNEL_PROPS[id]!! in createChannel() constant
/packages/modules/Bluetooth/system/service/
Dbluetooth_interface.cc639 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()
Dadapter.cc51 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/
DBluetoothGattCharacteristic.java257 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/
DGsmConnection.java59 int properties = super.buildConnectionProperties(); in buildConnectionProperties() local
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc703 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/
Dheadless.cc72 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/
Dsystem_properties.cc28 std::unordered_map<std::string, std::string> properties; variable
/packages/modules/Bluetooth/system/gd/os/host/
Dsystem_properties.cc28 std::unordered_map<std::string, std::string> properties; variable
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DRequiredPropertiesRule.java91 private static String propertiesToString(Iterable<Property> properties) { in propertiesToString()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarCabinManagerTest.java50 List<CarPropertyConfig> properties = mCabinManager.getPropertyList(); in testAllCabinProperties() local
/packages/apps/Settings/src/com/android/settings/biometrics/face/
DFaceSettingsConfirmPreferenceController.java82 List<FaceSensorProperties> properties = mFaceManager.getSensorProperties(); in getAvailabilityStatus() local
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
DDocumentHolderTest.java70 PointerProperties properties[] = new PointerProperties[] { in createEvent() local
/packages/modules/Bluetooth/system/test/mock/
Dmock_bluetooth_interface.cc203 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/
Dle_advertiser.cc1196 const AdvertisingEventProperties& properties) { in GetMaxAdvertisingDataLength()
1240 const AdvertisingEventProperties& properties) { in GetMaxScanResponseDataLength()
1264 const AdvertisingEventProperties& properties) { in GetRawAdvertisingEventProperties()
/packages/modules/Bluetooth/system/btcore/src/
Dproperty.cc36 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/
Dadapter.c29 static bt_property_t* properties = NULL; variable
144 int num_properties, bt_property_t* properties) { in remote_device_properties()

12345