Home
last modified time | relevance | path

Searched defs:attribute (Results 1 – 25 of 32) 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.java35 private static void validateAttribute( in validateAttribute()
51 static void validateAttribute( in validateAttribute()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/pm/
DCarVersionParserParseMethodTest.java41 public CarVersionParserParseMethodTest(String attribute, int expectedMajor, in CarVersionParserParseMethodTest()
/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc651 for (const auto& attribute : attributes_requested) { in GetElementAttributesResponse() local
657 for (const auto& attribute : info.attributes) { in GetElementAttributesResponse() local
1068 for (const auto& attribute : attributes_requested) { in GetItemAttributesNowPlayingResponse() local
1076 for (const auto& attribute : info.attributes) { in GetItemAttributesNowPlayingResponse() local
1130 for (const auto& attribute : attributes_requested) { in GetItemAttributesVFSResponse() local
1140 for (const auto& attribute : item_requested.song.attributes) { in GetItemAttributesVFSResponse() local
/packages/apps/Camera2/src/com/android/camera/data/
DFilmstripItemAttributes.java93 public Builder with(Attributes attribute) { in with()
/packages/modules/Bluetooth/system/packet/avrcp/
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/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DXmlParseUtils.java55 final String attribute) { in IllegalAttribute()
/packages/modules/Bluetooth/system/include/hardware/avrcp/
Davrcp_common.h149 AttributeEntry(const Attribute& attribute, const std::string& value) in AttributeEntry()
152 AttributeEntry(const Attribute& attribute) : attribute_(attribute) {} in AttributeEntry()
156 Attribute attribute() const { return attribute_; } in attribute() function
/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/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.java301 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/IPsec/src/java/android/net/ipsec/ike/
DTunnelModeChildSessionParams.java528 public Builder addConfigRequest(@NonNull TunnelModeChildConfigAttribute attribute) { in addConfigRequest()
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/
DConfigParser.java367 String attribute = attributes[i].trim(); in parseContentType() local
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/service/
DLeanbackImeService.java158 public void onStartInput(EditorInfo attribute, boolean restarting) { in onStartInput()
/packages/apps/Launcher3/src/com/android/launcher3/
DAutoInstallsLayout.java685 protected static String getAttributeValue(XmlPullParser parser, String attribute) { in getAttributeValue()
698 protected static int getAttributeResourceValue(XmlPullParser parser, String attribute, in getAttributeResourceValue()
/packages/apps/Contacts/src/com/android/contacts/model/account/
DBaseAccountType.java688 private static boolean getAttr(AttributeSet attrs, String attribute, boolean defaultValue) { in getAttr()
692 private static int getAttr(AttributeSet attrs, String attribute, int defaultValue) { in getAttr()
696 private static String getAttr(AttributeSet attrs, String attribute) { in getAttr()
/packages/apps/Dialer/java/com/android/contacts/common/model/account/
DBaseAccountType.java147 private static boolean getAttr(AttributeSet attrs, String attribute, boolean defaultValue) { in getAttr()
151 private static int getAttr(AttributeSet attrs, String attribute, int defaultValue) { in getAttr()
155 private static String getAttr(AttributeSet attrs, String attribute) { in getAttr()

12