Home
last modified time | relevance | path

Searched defs:reservedBytes (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
H A DEapAkaPrimeTypeData.java44 byte[] reservedBytes) { in EapAkaPrimeTypeData()
99 byte[] reservedBytes) { in getInstance()
H A DEapSimTypeData.java73 byte[] reservedBytes) { in EapSimTypeData()
129 byte[] reservedBytes) { in getInstance()
H A DEapSimAkaTypeData.java61 byte[] reservedBytes) { in EapSimAkaTypeData()
173 byte[] reservedBytes); in getInstance()
H A DEapAkaTypeData.java79 byte[] reservedBytes) { in EapAkaTypeData()
141 byte[] reservedBytes) { in getInstance()
H A DEapSimAkaAttribute.java151 @VisibleForTesting public final byte[] reservedBytes = new byte[RESERVED_BYTES_LEN]; field in EapSimAkaAttribute.EapSimAkaReservedBytesAttribute
171 int attributeType, int lengthInBytes, byte[] reservedBytes) in EapSimAkaReservedBytesAttribute()
668 public AtMac(byte[] reservedBytes, byte[] mac) throws EapSimAkaInvalidAttributeException { in AtMac()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java9229 final long reservedBytes = storage.getStorageCacheBytes(file, storageFlags); in freeStorage() local