/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/ |
D | IkeConfigPayloadTest.java | 346 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/ |
D | GenericNetlinkMsgTest.java | 59 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
|
D | Nl80211TestUtils.java | 66 StructNlAttr attribute = in createTestMessageWithAttributes() local 73 private static void removeNestedAttributeFlag(StructNlAttr attribute) { in removeNestedAttributeFlag()
|
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/ |
D | LeanbackUtils.java | 48 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()
|
D | LeanbackSuggestionsFactory.java | 54 public void onStartInput(EditorInfo attribute) { in onStartInput()
|
/packages/modules/Permission/framework-s/java/android/safetycenter/config/ |
D | BuilderUtils.java | 37 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/ |
D | GenericNetlinkMsg.java | 74 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/ |
D | device.cc | 239 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/ |
D | storage_files.rs | 499 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/ |
D | list_player_application_setting_attributes.cc | 47 for (auto attribute : attributes_) { in Serialize() local
|
D | get_element_attributes_packet.cc | 116 size_t GetElementAttributesResponseBuilder::AddAttributeEntry(Attribute attribute, in AddAttributeEntry()
|
D | get_item_attributes.cc | 50 size_t GetItemAttributesResponseBuilder::AddAttributeEntry(Attribute attribute, in AddAttributeEntry()
|
/packages/services/Car/service/src/com/android/car/audio/ |
D | CarAudioParserUtils.java | 157 /* 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/ |
D | CarVersionParserParseMethodTest.java | 42 public CarVersionParserParseMethodTest(String attribute, int expectedMajor, in CarVersionParserParseMethodTest()
|
/packages/apps/Camera2/src/com/android/camera/data/ |
D | FilmstripItemAttributes.java | 93 public Builder with(Attributes attribute) { in with()
|
/packages/modules/Bluetooth/system/rust/src/gatt/server/test/ |
D | test_att_db.rs | 18 attribute: AttAttribute, field
|
/packages/modules/Bluetooth/system/stack/test/sdp/ |
D | stack_sdp_db_test.cc | 76 const tSDP_ATTRIBUTE* attribute = in TEST_F() local
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
D | XmlParseUtils.java | 55 final String attribute) { in IllegalAttribute()
|
/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
D | MosaicRendererSurfaceView.java | 204 EGLConfig config, int attribute, int defaultValue) { in findConfigAttrib() 296 int attribute = attributes[i]; in printConfig() local
|
/packages/modules/Bluetooth/system/include/hardware/avrcp/ |
D | avrcp_common.h | 171 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/ |
D | PersistedSafetyCenterIssue.java | 183 private static void validateRequiredAttribute(@Nullable Object attribute, String name) { in validateRequiredAttribute()
|
/packages/modules/Bluetooth/system/packet/tests/avrcp/ |
D | get_element_attributes_packet_test.cc | 137 auto attribute = AttributeEntry(Attribute::TITLE, "1234"); in TEST() local
|
D | get_item_attributes_packet_test.cc | 54 auto attribute = AttributeEntry(Attribute::TITLE, "1234"); in TEST() local
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/ |
D | ImageWallpaperInfo.java | 125 String attribute = asset.readExifTag(tag); in getAttributions() local
|
/packages/apps/CarrierConfig/src/com/android/carrierconfig/ |
D | DefaultCarrierConfigService.java | 302 String attribute = parser.getAttributeName(i); in checkFilters() local
|