Home
last modified time | relevance | path

Searched defs:properties (Results 1 – 25 of 113) 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/AppSearch/framework/java/external/android/app/appsearch/
DVisibilityPermissionDocument.java96 static long[] toLongs(@NonNull Set<Integer> properties) { in toLongs()
106 private static Set<Integer> toInts(@Nullable long[] properties) { in toInts()
/packages/modules/StatsD/lib/libstatsgtestmatchers/include/
Dgtest_matchers.h70 #define EQ_MATCHER(typename, properties...) \ argument
113 #define TYPE_PRINTER(typename, properties) \ argument
/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/SdkExtensions/derive_sdk/
Dderive_sdk.cpp72 void ReadSystemProperties(std::map<std::string, std::string>& properties) { in ReadSystemProperties()
263 std::map<std::string, std::string> properties; in PrintHeader() local
283 std::map<std::string, std::string> properties; in PrintDump() local
/packages/modules/Bluetooth/tools/rootcanal/model/devices/
Dhci_device.h35 ControllerProperties const& properties) { in Create()
/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/Bluetooth/system/test/mock/
Dmock_bluetooth_interface.cc27 bt_property_t* properties) {} in invoke_adapter_properties_cb()
30 bt_property_t* properties) {} in invoke_remote_device_properties_cb()
31 void invoke_device_found_cb(int num_properties, bt_property_t* properties) {} in invoke_device_found_cb()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/
DFrameworkAppSearchConfig.java232 DeviceConfig.Properties properties = DeviceConfig.getProperties( in initialize() local
516 private void updateCachedValues(@NonNull DeviceConfig.Properties properties) { in updateCachedValues()
524 @NonNull DeviceConfig.Properties properties) { in updateCachedValue()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/converter/
DSchemaToProtoConverter.java57 List<AppSearchSchema.PropertyConfig> properties = schema.getProperties(); in toSchemaTypeConfigProto() local
150 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/framework/java/android/bluetooth/
DBluetoothGattCharacteristic.java258 public BluetoothGattCharacteristic(UUID uuid, int properties, int permissions) { in BluetoothGattCharacteristic()
269 int properties, int permissions) { in BluetoothGattCharacteristic()
279 int properties, int permissions) { in BluetoothGattCharacteristic()
285 int properties, int permissions) { in initCharacteristic()
/packages/modules/AppSearch/testing/coretests/src/android/app/appsearch/external/app/
DSetSchemaResponseInternalTest.java98 List<PropertyConfig> properties = schema.getProperties(); in testPropertyConfig_deletionPropagation() local
/packages/modules/Bluetooth/system/test/headless/
Dheadless.cc80 [[maybe_unused]] ::bt_property_t* properties) { in adapter_properties()
85 int num_properties, ::bt_property_t* properties) { in remote_device_properties()
106 [[maybe_unused]] ::bt_property_t* properties) { in device_found()
/packages/services/Telephony/src/com/android/services/telephony/
DGsmConnection.java59 int properties = super.buildConnectionProperties(); in buildConnectionProperties() local
/packages/modules/Bluetooth/system/gd/os/host/
Dsystem_properties.cc28 std::unordered_map<std::string, std::string> properties; variable
/packages/modules/Bluetooth/system/gd/os/chromeos/
Dsystem_properties.cc30 std::unordered_map<std::string, std::string> properties = { variable
/packages/modules/Bluetooth/system/gd/os/linux/
Dsystem_properties.cc30 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/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/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarCabinManagerTest.java60 List<CarPropertyConfig> properties = mCabinManager.getPropertyList(); in testAllCabinProperties() local
/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/btif/src/
Dbtif_iot_config.cc73 bt_property_t properties[2]; in btif_iot_update_remote_info() local

12345