Home
last modified time | relevance | path

Searched defs:attribute (Results 1 – 25 of 39) 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/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()
DLeanbackKeyboardContainer.java727 public void onStartInput(EditorInfo attribute) { in onStartInput()
728 setImeOptions(mContext.getResources(), attribute); in onStartInput() local
800 private void setImeOptions(Resources resources, EditorInfo attribute) { in setImeOptions()
/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/Bluetooth/system/profile/avrcp/
Ddevice.cc251 PlayerAttribute attribute = in VendorPacketHandler() local
292 for (auto attribute : attributes) { in VendorPacketHandler() local
843 for (const auto& attribute : attributes_requested) { in GetElementAttributesResponse() local
849 for (const auto& attribute : info.attributes) { in GetElementAttributesResponse() local
997 for (auto attribute : attributes) { in ListPlayerApplicationSettingAttributesResponse() local
1008 uint8_t label, PlayerAttribute attribute, std::vector<uint8_t> values) { in ListPlayerApplicationSettingValuesResponse()
1348 for (const auto& attribute : attributes_requested) { in GetItemAttributesNowPlayingResponse() local
1356 for (const auto& attribute : info.attributes) { in GetItemAttributesNowPlayingResponse() local
1412 for (const auto& attribute : attributes_requested) { in GetItemAttributesVFSResponse() local
1422 for (const auto& attribute : item_requested.song.attributes) { in GetItemAttributesVFSResponse() local
/packages/modules/Bluetooth/system/packet/avrcp/
Dlist_player_application_setting_attributes.cc48 for (auto attribute : attributes_) { in Serialize() local
Dget_element_attributes_packet.cc112 Attribute attribute, const std::string& value) { in AddAttributeEntry()
Dget_item_attributes.cc48 Attribute attribute, const std::string& value) { in AddAttributeEntry()
/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.rs20 attribute: AttAttribute, field
/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.h172 AttributeEntry(const Attribute& attribute, const std::string& value) in AttributeEntry()
175 AttributeEntry(const Attribute& attribute) : attribute_(attribute) {} in AttributeEntry()
179 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/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DImageWallpaperInfo.java123 String attribute = asset.readExifTag(tag); in getAttributions() local
/packages/modules/Bluetooth/system/packet/tests/avrcp/
Dget_element_attributes_packet_test.cc148 auto attribute = AttributeEntry(Attribute::TITLE, "1234"); in TEST() local
Dget_item_attributes_packet_test.cc56 auto attribute = AttributeEntry(Attribute::TITLE, "1234"); in TEST() local
/packages/apps/CarrierConfig/src/com/android/carrierconfig/
DDefaultCarrierConfigService.java302 String attribute = parser.getAttributeName(i); in checkFilters() local
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
DEapSimAkaTypeData.java138 EapSimAkaAttribute attribute = mAttributeFactory.getAttribute(byteBuffer); in decode() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DContentUriAsset.java189 String attribute = mExifCompat.getAttribute(tagId); in readExifTag() local
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/
DConfigParser.java367 String attribute = attributes[i].trim(); in parseContentType() local
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DTunnelModeChildSessionParams.java528 public Builder addConfigRequest(@NonNull TunnelModeChildConfigAttribute attribute) { in addConfigRequest()
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/service/
DLeanbackImeService.java158 public void onStartInput(EditorInfo attribute, boolean restarting) { in onStartInput()

12