Home
last modified time | relevance | path

Searched refs:getAttribute (Results 1 – 25 of 40) sorted by relevance

12

/packages/providers/MediaProvider/src/com/android/providers/media/util/
DExifUtils.java70 return parseDateTime(exif.getAttribute(TAG_DATETIME), in getDateTime()
71 exif.getAttribute(TAG_SUBSEC_TIME), in getDateTime()
72 exif.getAttribute(TAG_OFFSET_TIME)); in getDateTime()
80 return parseDateTime(exif.getAttribute(TAG_DATETIME_DIGITIZED), in getDateTimeDigitized()
81 exif.getAttribute(TAG_SUBSEC_TIME_DIGITIZED), in getDateTimeDigitized()
82 exif.getAttribute(TAG_OFFSET_TIME_DIGITIZED)); in getDateTimeDigitized()
90 return parseDateTime(exif.getAttribute(TAG_DATETIME_ORIGINAL), in getDateTimeOriginal()
91 exif.getAttribute(TAG_SUBSEC_TIME_ORIGINAL), in getDateTimeOriginal()
92 exif.getAttribute(TAG_OFFSET_TIME_ORIGINAL)); in getDateTimeOriginal()
100 String date = exif.getAttribute(TAG_GPS_DATESTAMP); in getGpsDateTime()
[all …]
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/simaka/attributes/
DAtIdReqTest.java60 EapSimAkaAttribute result = mAttributeFactory.getAttribute(input); in testDecodeAtPermanentIdReq()
73 mAttributeFactory.getAttribute(input); in testDecodeAtPermanentIdReqInvalidLength()
91 EapSimAkaAttribute result = mAttributeFactory.getAttribute(input); in testDecodeAtAnyIdReq()
104 mAttributeFactory.getAttribute(input); in testDecodeAtAnyIdReqInvalidLength()
122 EapSimAkaAttribute result = mAttributeFactory.getAttribute(input); in testDecodeAtFullauthIdReq()
135 mAttributeFactory.getAttribute(input); in testDecodeAtFullauthIdReqInvalidLength()
DAtResTest.java53 EapSimAkaAttribute result = mEapAkaAttributeFactory.getAttribute(input); in testDecode()
66 mEapAkaAttributeFactory.getAttribute(input); in testDecodeInvalidResLength()
76 mEapAkaAttributeFactory.getAttribute(input); in testDecodeShortResLength()
86 mEapAkaAttributeFactory.getAttribute(input); in testDecodeLongResLength()
DAtCounterTest.java57 EapSimAkaAttribute result = mAttributeFactory.getAttribute(input); in testDecodeAtCounter()
71 mAttributeFactory.getAttribute(input); in testDecodeAtCounterInvalidLength()
96 EapSimAkaAttribute result = mAttributeFactory.getAttribute(input); in testDecodeAtCounterTooSmall()
109 mAttributeFactory.getAttribute(input); in testDecodeAtCounterTooSmallInvalidLength()
DAtBiddingTest.java51 EapSimAkaAttribute result = mAttributeFactory.getAttribute(input); in testDecodeServerSupportsAkaPrime()
63 EapSimAkaAttribute result = mAttributeFactory.getAttribute(input); in testDecodeDoesNotSupportAkaPrime()
76 mAttributeFactory.getAttribute(input); in testDecodeInvalidLength()
DAtNotificationTest.java59 EapSimAkaAttribute result = mAttributeFactory.getAttribute(input); in testDecode()
75 mAttributeFactory.getAttribute(input); in testDecodeInvalidLength()
85 mAttributeFactory.getAttribute(input); in testDecodeInvalidState()
DAtRandSimTest.java57 EapSimAkaAttribute result = mEapSimAttributeFactory.getAttribute(input); in testDecode()
73 mEapSimAttributeFactory.getAttribute(input); in testDecodeInvalidNumRands()
83 mEapSimAttributeFactory.getAttribute(input); in testDecodeDuplicateRands()
DAtPaddingTest.java52 EapSimAkaAttribute result = mAttributeFactory.getAttribute(input); in testDecode()
65 mAttributeFactory.getAttribute(input); in testDecodeInvalidPadding()
DAtKdfInputTest.java48 EapSimAkaAttribute result = mAttributeFactory.getAttribute(input); in testDecode()
60 EapSimAkaAttribute result = mAttributeFactory.getAttribute(input); in testDecodeEmptyNetworkName()
DAtClientErrorCodeTest.java54 EapSimAkaAttribute result = mAttributeFactory.getAttribute(input); in testDecode()
68 mAttributeFactory.getAttribute(input); in testDecodeInvalidLength()
DAtKdfTest.java50 EapSimAkaAttribute result = mAttributeFactory.getAttribute(input); in testDecode()
63 mAttributeFactory.getAttribute(input); in testDecodeInvalidLength()
DAtAutnTest.java50 EapSimAkaAttribute result = mEapAkaAttributeFactory.getAttribute(input); in testDecode()
63 mEapAkaAttributeFactory.getAttribute(input); in testDecodeInvalidLength()
DAtRandAkaTest.java50 EapSimAkaAttribute result = mEapAkaAttributeFactory.getAttribute(input); in testDecode()
63 mEapAkaAttributeFactory.getAttribute(input); in testDecodeInvalidLength()
DAtSelectedVersionTest.java54 EapSimAkaAttribute result = mEapSimAttributeFactory.getAttribute(input); in testDecode()
68 mEapSimAttributeFactory.getAttribute(input); in testDecodeInvalidLength()
DAtAutsTest.java50 EapSimAkaAttribute result = mEapAkaAttributeFactory.getAttribute(input); in testDecode()
63 mEapAkaAttributeFactory.getAttribute(input); in testDecodeInvalidLength()
DAtVersionListTest.java57 EapSimAkaAttribute result = mEapSimAttributeFactory.getAttribute(input); in testDecode()
71 mEapSimAttributeFactory.getAttribute(input); in testDecodeInvalidActualLength()
DAtNonceSTest.java64 EapSimAkaAttribute result = mAttributeFactory.getAttribute(input); in testDecode()
78 mAttributeFactory.getAttribute(input); in testDecodeInvalidLength()
DAtNonceMtTest.java63 EapSimAkaAttribute result = mEapSimAttributeFactory.getAttribute(input); in testDecode()
77 mEapSimAttributeFactory.getAttribute(input); in testDecodeInvalidLength()
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
DEapAkaAttributeFactory.java66 public EapSimAkaAttribute getAttribute(ByteBuffer byteBuffer) in getAttribute() method in EapAkaAttributeFactory
73 return getAttribute(attributeType, lengthInBytes, byteBuffer); in getAttribute()
77 protected EapSimAkaAttribute getAttribute( in getAttribute() method in EapAkaAttributeFactory
92 return super.getAttribute(attributeType, lengthInBytes, byteBuffer); in getAttribute()
DEapSimAkaAttributeFactory.java77 EapSimAkaAttribute getAttribute(int attributeType, int lengthInBytes, ByteBuffer byteBuffer) in getAttribute() method in EapSimAkaAttributeFactory
122 public EapSimAkaAttribute getAttribute(ByteBuffer byteBuffer) in getAttribute() method in EapSimAkaAttributeFactory
128 return getAttribute(attributeType, lengthInBytes, byteBuffer); in getAttribute()
DEapAkaPrimeAttributeFactory.java61 public EapSimAkaAttribute getAttribute(ByteBuffer byteBuffer) in getAttribute() method in EapAkaPrimeAttributeFactory
74 return super.getAttribute(attributeType, lengthInBytes, byteBuffer); in getAttribute()
DEapSimAttributeFactory.java65 public EapSimAkaAttribute getAttribute(ByteBuffer byteBuffer) throws in getAttribute() method in EapSimAttributeFactory
84 return super.getAttribute(attributeType, lengthInBytes, byteBuffer); in getAttribute()
/packages/apps/Contacts/src/com/android/contacts/util/
DThemeUtils.java29 public static int getAttribute(Theme theme, int attrId) { in getAttribute() method in ThemeUtils
39 return getAttribute(theme, android.R.attr.selectableItemBackground); in getSelectableItemBackground()
46 return getAttribute(theme, android.R.attr.activatedBackgroundIndicator); in getActivatedBackground()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DExifInterfaceCompat.java45 public String getAttribute(String tag) { in getAttribute() method in ExifInterfaceCompat
47 ? mFrameworkExifInterface.getAttribute(tag) in getAttribute()
48 : mSupportExifInterface.getAttribute(tag); in getAttribute()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/simaka/
DEapSimAkaAttributeFactoryTest.java55 EapSimAkaAttribute result = mAttributeFactory.getAttribute( in testDecodeInvalidSkippable()
84 mAttributeFactory.getAttribute( in testDecodeInvalidNonSkippable()

12