Home
last modified time | relevance | path

Searched defs:attribute (Results 1 – 25 of 46) sorted by relevance

12

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeConfigPayloadTest.java346 ConfigAttribute attribute, int expectedAttributeType, byte[] expectedEncodedAttribute) { in verifyBuildAndEncodeAttributeCommon()
355 TunnelModeChildConfigAttrIpv4AddressBase attribute, in verifyEncodeIpv4AddressBaseAttribute()
365 IkeConfigAttrIpv4AddressBase attribute, in verifyEncodeIpv4AddressBaseAttribute()
375 TunnelModeChildConfigAttrIpv6AddressBase attribute, in verifyEncodeIpv6AddressBaseAttribute()
385 IkeConfigAttrIpv6AddressBase attribute, in verifyEncodeIpv6AddressBaseAttribute()
395 TunnelModeChildConfigAttrIpv6AddrRangeBase attribute, in verifyEncodeIpv6RangeBaseAttribute()
404 private static void verifyPersistableBundleEncodeDecodeIsLossless(ConfigAttribute attribute) { in verifyPersistableBundleEncodeDecodeIsLossless()
476 ConfigAttributeIpv4Netmask attribute = in testDecodeIpv4NetmaskWithValue() local
485 ConfigAttributeIpv4Netmask attribute = new ConfigAttributeIpv4Netmask(new byte[0]); in testDecodeIpv4NetmaskWithoutValue() local
493 ConfigAttributeIpv4Netmask attribute = new ConfigAttributeIpv4Netmask(); in testEncodeIpv4Netmask() local
[all …]
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/nl80211/
DGenericNetlinkMsgTest.java59 StructNlAttr attribute = new StructNlAttr( in testSetAndGetAttributes() local
94 private static ByteBuffer packAttributeAndOverrideSize(StructNlAttr attribute, int newSize) { in packAttributeAndOverrideSize()
114 StructNlAttr attribute = new StructNlAttr(Nl80211TestUtils.TEST_ATTRIBUTE_ID); in testMalformedAttribute_lessThanMinAttributeSize() local
127 StructNlAttr attribute = new StructNlAttr(Nl80211TestUtils.TEST_ATTRIBUTE_ID); in testMalformedAttribute_greaterThanRemainingBufferSize() local
141 StructNlAttr attribute = new StructNlAttr( in testMalformedAttribute_smallerThanRemainingBufferSize() local
DNl80211TestUtils.java66 StructNlAttr attribute = in createTestMessageWithAttributes() local
73 private static void removeNestedAttributeFlag(StructNlAttr attribute) { in removeNestedAttributeFlag()
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackUtils.java48 public static int getImeAction(EditorInfo attribute) { in getImeAction()
56 public static int getInputTypeClass(EditorInfo attribute) { in getInputTypeClass()
63 public static int getInputTypeVariation(EditorInfo attribute) { in getInputTypeVariation()
DLeanbackSuggestionsFactory.java54 public void onStartInput(EditorInfo attribute) { in onStartInput()
/packages/modules/Permission/framework-s/java/android/safetycenter/config/
DBuilderUtils.java37 private static void validateAttribute( in validateAttribute()
53 static void validateAttribute( in validateAttribute()
157 static void throwRequiredAttributeMissing(@NonNull String attribute) { in throwRequiredAttributeMissing()
161 static void throwProhibitedAttributePresent(@NonNull String attribute) { in throwProhibitedAttributePresent()
165 static void throwRequiredAttributeInvalid(@NonNull String attribute) { in throwRequiredAttributeInvalid()
/packages/modules/Wifi/service/java/com/android/server/wifi/nl80211/
DGenericNetlinkMsg.java74 public void addAttribute(@NonNull StructNlAttr attribute) { in addAttribute()
105 StructNlAttr attribute = getAttribute(attributeId); in getAttributeValueAsShort() local
191 StructNlAttr attribute = StructNlAttr.parse(byteBuffer); in parseAttributesToMap() local
256 StructNlAttr attribute = attributes.get(attributeId); in attributesAreEqual() local
287 StructNlAttr attribute = attributes.get(attributeId); in hashCode() local
/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc239 PlayerAttribute attribute = list_player_setting_values_request->GetRequestedAttribute(); in VendorPacketHandler() local
271 for (auto attribute : attributes) { in VendorPacketHandler() local
775 for (const auto& attribute : attributes_requested) { in GetElementAttributesResponse() local
784 for (const auto& attribute : info.attributes) { in GetElementAttributesResponse() local
796 for (const auto& attribute : all_attributes) { in GetElementAttributesResponse() local
950 for (auto attribute : attributes) { in ListPlayerApplicationSettingAttributesResponse() local
959 void Device::ListPlayerApplicationSettingValuesResponse(uint8_t label, PlayerAttribute attribute, in ListPlayerApplicationSettingValuesResponse()
1276 for (const auto& attribute : attributes_requested) { in GetItemAttributesNowPlayingResponse() local
1284 for (const auto& attribute : info.attributes) { in GetItemAttributesNowPlayingResponse() local
1338 for (const auto& attribute : attributes_requested) { in GetItemAttributesVFSResponse() local
[all …]
/packages/modules/ConfigInfrastructure/aconfigd/src/
Dstorage_files.rs499 let attribute = self.get_flag_attribute(context)?; in get_server_flag_value() localVariable
532 let attribute = self.get_flag_attribute(context)?; in get_local_flag_value() localVariable
620 let attribute = self.get_flag_attribute(context)?; in stage_server_override() localVariable
647 let attribute = self.get_flag_attribute(context)?; in stage_local_override() localVariable
780 let attribute = self.get_flag_attribute(context)?; in remove_local_override() localVariable
824 let attribute = self.get_flag_attribute(&context)?; in remove_all_local_overrides() localVariable
867 let attribute = self.get_flag_attribute(&context)?; in get_flag_snapshot() localVariable
1307 let attribute = storage_files.get_flag_attribute(&context).unwrap(); in test_get_flag_attribute() localVariable
1384 let attribute = storage_files.get_flag_attribute(&context).unwrap(); in test_stage_server_override() localVariable
1398 let attribute = storage_files.get_flag_attribute(&context).unwrap(); in test_stage_local_override() localVariable
[all …]
/packages/modules/Bluetooth/system/packet/avrcp/
Dlist_player_application_setting_attributes.cc47 for (auto attribute : attributes_) { in Serialize() local
Dget_element_attributes_packet.cc116 size_t GetElementAttributesResponseBuilder::AddAttributeEntry(Attribute attribute, in AddAttributeEntry()
Dget_item_attributes.cc50 size_t GetItemAttributesResponseBuilder::AddAttributeEntry(Attribute attribute, in AddAttributeEntry()
/packages/services/Car/service/src/com/android/car/audio/
DCarAudioParserUtils.java157 /* package */ static int parsePositiveIntAttribute(String attribute, String integerString) { in parsePositiveIntAttribute()
166 static long parsePositiveLongAttribute(String attribute, String longString) { in parsePositiveLongAttribute()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/pm/
DCarVersionParserParseMethodTest.java42 public CarVersionParserParseMethodTest(String attribute, int expectedMajor, in CarVersionParserParseMethodTest()
/packages/apps/Camera2/src/com/android/camera/data/
DFilmstripItemAttributes.java93 public Builder with(Attributes attribute) { in with()
/packages/modules/Bluetooth/system/rust/src/gatt/server/test/
Dtest_att_db.rs18 attribute: AttAttribute, field
/packages/modules/Bluetooth/system/stack/test/sdp/
Dstack_sdp_db_test.cc76 const tSDP_ATTRIBUTE* attribute = in TEST_F() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DXmlParseUtils.java55 final String attribute) { in IllegalAttribute()
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
DMosaicRendererSurfaceView.java204 EGLConfig config, int attribute, int defaultValue) { in findConfigAttrib()
296 int attribute = attributes[i]; in printConfig() local
/packages/modules/Bluetooth/system/include/hardware/avrcp/
Davrcp_common.h171 AttributeEntry(const Attribute& attribute, const std::string& value) in AttributeEntry()
174 AttributeEntry(const Attribute& attribute) : attribute_(attribute) {} in AttributeEntry()
178 Attribute attribute() const { return attribute_; } in attribute() function
/packages/modules/Permission/SafetyCenter/Persistence/java/com/android/safetycenter/persistence/
DPersistedSafetyCenterIssue.java183 private static void validateRequiredAttribute(@Nullable Object attribute, String name) { in validateRequiredAttribute()
/packages/modules/Bluetooth/system/packet/tests/avrcp/
Dget_element_attributes_packet_test.cc137 auto attribute = AttributeEntry(Attribute::TITLE, "1234"); in TEST() local
Dget_item_attributes_packet_test.cc54 auto attribute = AttributeEntry(Attribute::TITLE, "1234"); in TEST() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DImageWallpaperInfo.java125 String attribute = asset.readExifTag(tag); in getAttributions() local
/packages/apps/CarrierConfig/src/com/android/carrierconfig/
DDefaultCarrierConfigService.java302 String attribute = parser.getAttributeName(i); in checkFilters() local

12