/packages/providers/MediaProvider/src/com/android/providers/media/util/ |
D | ExifUtils.java | 70 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/ |
D | AtIdReqTest.java | 60 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()
|
D | AtResTest.java | 53 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()
|
D | AtCounterTest.java | 57 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()
|
D | AtBiddingTest.java | 51 EapSimAkaAttribute result = mAttributeFactory.getAttribute(input); in testDecodeServerSupportsAkaPrime() 63 EapSimAkaAttribute result = mAttributeFactory.getAttribute(input); in testDecodeDoesNotSupportAkaPrime() 76 mAttributeFactory.getAttribute(input); in testDecodeInvalidLength()
|
D | AtNotificationTest.java | 59 EapSimAkaAttribute result = mAttributeFactory.getAttribute(input); in testDecode() 75 mAttributeFactory.getAttribute(input); in testDecodeInvalidLength() 85 mAttributeFactory.getAttribute(input); in testDecodeInvalidState()
|
D | AtRandSimTest.java | 57 EapSimAkaAttribute result = mEapSimAttributeFactory.getAttribute(input); in testDecode() 73 mEapSimAttributeFactory.getAttribute(input); in testDecodeInvalidNumRands() 83 mEapSimAttributeFactory.getAttribute(input); in testDecodeDuplicateRands()
|
D | AtPaddingTest.java | 52 EapSimAkaAttribute result = mAttributeFactory.getAttribute(input); in testDecode() 65 mAttributeFactory.getAttribute(input); in testDecodeInvalidPadding()
|
D | AtKdfInputTest.java | 48 EapSimAkaAttribute result = mAttributeFactory.getAttribute(input); in testDecode() 60 EapSimAkaAttribute result = mAttributeFactory.getAttribute(input); in testDecodeEmptyNetworkName()
|
D | AtClientErrorCodeTest.java | 54 EapSimAkaAttribute result = mAttributeFactory.getAttribute(input); in testDecode() 68 mAttributeFactory.getAttribute(input); in testDecodeInvalidLength()
|
D | AtKdfTest.java | 50 EapSimAkaAttribute result = mAttributeFactory.getAttribute(input); in testDecode() 63 mAttributeFactory.getAttribute(input); in testDecodeInvalidLength()
|
D | AtAutnTest.java | 50 EapSimAkaAttribute result = mEapAkaAttributeFactory.getAttribute(input); in testDecode() 63 mEapAkaAttributeFactory.getAttribute(input); in testDecodeInvalidLength()
|
D | AtRandAkaTest.java | 50 EapSimAkaAttribute result = mEapAkaAttributeFactory.getAttribute(input); in testDecode() 63 mEapAkaAttributeFactory.getAttribute(input); in testDecodeInvalidLength()
|
D | AtSelectedVersionTest.java | 54 EapSimAkaAttribute result = mEapSimAttributeFactory.getAttribute(input); in testDecode() 68 mEapSimAttributeFactory.getAttribute(input); in testDecodeInvalidLength()
|
D | AtAutsTest.java | 50 EapSimAkaAttribute result = mEapAkaAttributeFactory.getAttribute(input); in testDecode() 63 mEapAkaAttributeFactory.getAttribute(input); in testDecodeInvalidLength()
|
D | AtVersionListTest.java | 57 EapSimAkaAttribute result = mEapSimAttributeFactory.getAttribute(input); in testDecode() 71 mEapSimAttributeFactory.getAttribute(input); in testDecodeInvalidActualLength()
|
D | AtNonceSTest.java | 64 EapSimAkaAttribute result = mAttributeFactory.getAttribute(input); in testDecode() 78 mAttributeFactory.getAttribute(input); in testDecodeInvalidLength()
|
D | AtNonceMtTest.java | 63 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/ |
D | EapAkaAttributeFactory.java | 66 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()
|
D | EapSimAkaAttributeFactory.java | 77 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()
|
D | EapAkaPrimeAttributeFactory.java | 61 public EapSimAkaAttribute getAttribute(ByteBuffer byteBuffer) in getAttribute() method in EapAkaPrimeAttributeFactory 74 return super.getAttribute(attributeType, lengthInBytes, byteBuffer); in getAttribute()
|
D | EapSimAttributeFactory.java | 65 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/ |
D | ThemeUtils.java | 29 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/ |
D | ExifInterfaceCompat.java | 45 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/ |
D | EapSimAkaAttributeFactoryTest.java | 55 EapSimAkaAttribute result = mAttributeFactory.getAttribute( in testDecodeInvalidSkippable() 84 mAttributeFactory.getAttribute( in testDecodeInvalidNonSkippable()
|