Home
last modified time | relevance | path

Searched refs:Attribute (Results 1 – 4 of 4) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeSaPayload.java935 List<Attribute> decodeAttributes(int length, ByteBuffer inputBuffer) in decodeAttributes()
996 protected Transform(int type, int id, List<Attribute> attributeList) { in Transform()
1023 List<Attribute> attributeList = sAttributeDecoder.decodeAttributes(length, inputBuffer); in readFrom()
1045 public List<Attribute> decodeAttributes(int length, ByteBuffer inputBuffer) in decodeAttributes()
1047 List<Attribute> list = new LinkedList<>(); in decodeAttributes()
1050 Pair<Attribute, Integer> pair = Attribute.readFrom(inputBuffer); in decodeAttributes()
1072 private static void validateAttributeUniqueness(List<Attribute> attributeList) in validateAttributeUniqueness()
1075 for (Attribute attr : attributeList) { in validateAttributeUniqueness()
1084 protected abstract boolean hasUnrecognizedAttribute(List<Attribute> attributeList); in hasUnrecognizedAttribute()
1166 protected EncryptionTransform(int id, List<Attribute> attributeList) in EncryptionTransform()
[all …]
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeSaPayloadTest.java49 import com.android.internal.net.ipsec.ike.message.IkeSaPayload.Attribute;
146 private List<Attribute> mAttributeListWithKeyLength128;
269 Pair<Attribute, Integer> pair = Attribute.readFrom(inputBuffer); in testDecodeAttribute()
270 Attribute attribute = pair.first; in testDecodeAttribute()
273 assertEquals(Attribute.ATTRIBUTE_TYPE_KEY_LENGTH, attribute.type); in testDecodeAttribute()
308 List<Attribute> attributeList = new LinkedList<>(); in testDecodeEncryptionTransformWithInvalidKeyLength()
309 Attribute keyLengAttr = new KeyLengthAttribute(SaProposal.KEY_LEN_AES_128 + 1); in testDecodeEncryptionTransformWithInvalidKeyLength()
354 doReturn(new LinkedList<Attribute>()) in testDecodePrfTransform()
389 doReturn(new LinkedList<Attribute>()) in testDecodeIntegrityTransform()
440 doReturn(new LinkedList<Attribute>()) in testDecodeDhGroupTransform()
[all …]
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp_target.cpp354 AttributeEntry(Attribute::TITLE, std::string(value))); in getSongInfoFromJavaObj()
363 AttributeEntry(Attribute::ARTIST_NAME, std::string(value))); in getSongInfoFromJavaObj()
372 AttributeEntry(Attribute::ALBUM_NAME, std::string(value))); in getSongInfoFromJavaObj()
381 AttributeEntry(Attribute::TRACK_NUMBER, std::string(value))); in getSongInfoFromJavaObj()
390 AttributeEntry(Attribute::TOTAL_NUMBER_OF_TRACKS, std::string(value))); in getSongInfoFromJavaObj()
399 AttributeEntry(Attribute::GENRE, std::string(value))); in getSongInfoFromJavaObj()
408 AttributeEntry(Attribute::PLAYING_TIME, std::string(value))); in getSongInfoFromJavaObj()
/packages/inputmethods/LatinIME/dictionaries/
Dde_wordlist.combined.gz1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ...