/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/util/ |
D | BatchingListUpdateCallbackTest.java | 202 Object payload = new Object(); in changeSimpleWithPayload() local 210 Object payload = new Object(); in changeConsecutiveWithPayload() local 220 Object payload = new Object(); in changeTheSameWithPayload() local 230 Object payload = new Object(); in changeTheSame2WithPayload() local 240 Object payload = new Object(); in changeBeforeWithPayload() local 250 Object payload = new Object(); in changeBeforeOverlapWithPayload() local 272 Object payload = new Object(); in changeWithEmptyPayload() local 283 Object payload = new Object(); in changeWithEmptyPayload2() local
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | VerifyCredentialResponse.java | 72 public VerifyCredentialResponse(byte[] payload) { in VerifyCredentialResponse() 83 private VerifyCredentialResponse(int responseCode, int timeout, byte[] payload) { in VerifyCredentialResponse() 123 private void setPayload(byte[] payload) { in setPayload()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/ |
D | ANQPFactory.java | 168 public static List<ANQPElement> parsePayload(ByteBuffer payload) throws ProtocolException { in parsePayload() 177 private static ANQPElement buildElement(ByteBuffer payload) throws ProtocolException { in buildElement() 195 public static ANQPElement buildElement(ByteBuffer payload, Constants.ANQPElementType infoID, in buildElement() 264 ByteBuffer payload) throws ProtocolException { in buildHS20Element()
|
D | CellularNetwork.java | 16 private CellularNetwork(int plmnCount, ByteBuffer payload) throws ProtocolException { in CellularNetwork() 43 public static CellularNetwork buildCellularNetwork(ByteBuffer payload) in buildCellularNetwork()
|
D | RawByteElement.java | 11 public RawByteElement(Constants.ANQPElementType infoID, ByteBuffer payload) { in RawByteElement()
|
D | HSFriendlyNameElement.java | 17 public HSFriendlyNameElement(Constants.ANQPElementType infoID, ByteBuffer payload) in HSFriendlyNameElement()
|
D | EmergencyNumberElement.java | 15 public EmergencyNumberElement(Constants.ANQPElementType infoID, ByteBuffer payload) in EmergencyNumberElement()
|
D | DomainNameElement.java | 16 public DomainNameElement(Constants.ANQPElementType infoID, ByteBuffer payload) in DomainNameElement()
|
D | GenericStringElement.java | 13 …public GenericStringElement(Constants.ANQPElementType infoID, ByteBuffer payload) throws ProtocolE… in GenericStringElement()
|
D | GenericBlobElement.java | 13 public GenericBlobElement(Constants.ANQPElementType infoID, ByteBuffer payload) { in GenericBlobElement()
|
D | RoamingConsortiumElement.java | 22 public RoamingConsortiumElement(Constants.ANQPElementType infoID, ByteBuffer payload) in RoamingConsortiumElement()
|
D | HSCapabilityListElement.java | 15 public HSCapabilityListElement(Constants.ANQPElementType infoID, ByteBuffer payload) in HSCapabilityListElement()
|
D | CapabilityListElement.java | 13 public CapabilityListElement(Constants.ANQPElementType infoID, ByteBuffer payload) in CapabilityListElement()
|
D | HSOsuProvidersElement.java | 19 public HSOsuProvidersElement(Constants.ANQPElementType infoID, ByteBuffer payload) in HSOsuProvidersElement()
|
D | ThreeGPPNetworkElement.java | 19 public ThreeGPPNetworkElement(Constants.ANQPElementType infoID, ByteBuffer payload) in ThreeGPPNetworkElement()
|
/frameworks/opt/net/voip/src/jni/rtp/ |
D | G711Codec.cpp | 47 int UlawCodec::encode(void *payload, int16_t *samples) in encode() 67 int UlawCodec::decode(int16_t *samples, int count, void *payload, int length) in decode() 98 int AlawCodec::encode(void *payload, int16_t *samples) in encode() 117 int AlawCodec::decode(int16_t *samples, int count, void *payload, int length) in decode()
|
D | AmrCodec.cpp | 100 int AmrCodec::encode(void *payload, int16_t *samples) in encode() 131 int AmrCodec::decode(int16_t *samples, int /* count */, void *payload, int length) in decode() 224 int GsmEfrCodec::encode(void *payload, int16_t *samples) in encode() 242 int GsmEfrCodec::decode(int16_t *samples, int count, void *payload, int length) in decode()
|
D | GsmCodec.cpp | 54 int GsmCodec::encode(void *payload, int16_t *samples) in encode() 60 int GsmCodec::decode(int16_t *samples, int count, void *payload, int length) in decode()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | IccIoResult.java | 169 public byte[] payload; field in IccIoResult 171 public IccIoResult(int sw1, int sw2, byte[] payload) { in IccIoResult()
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | AdapterHelper.java | 217 Object payload = op.payload; in applyUpdate() local 295 Object payload = op.payload; in dispatchAndUpdateViewHolders() local 504 boolean onItemRangeChanged(int positionStart, int itemCount, Object payload) { in onItemRangeChanged() 647 Object payload; field in AdapterHelper.UpdateOp 652 UpdateOp(int cmd, int positionStart, int itemCount, Object payload) { in UpdateOp() 727 public UpdateOp obtainUpdateOp(int cmd, int positionStart, int itemCount, Object payload) { in obtainUpdateOp()
|
/frameworks/base/packages/Osu/src/com/android/anqp/ |
D | HSOsuProvidersElement.java | 19 public HSOsuProvidersElement(Constants.ANQPElementType infoID, ByteBuffer payload) in HSOsuProvidersElement()
|
D | HSIconFileElement.java | 23 public HSIconFileElement(Constants.ANQPElementType infoID, ByteBuffer payload) in HSIconFileElement()
|
/frameworks/base/core/java/com/android/server/backup/ |
D | ShortcutBackupHelper.java | 57 protected void applyRestoredPayload(String key, byte[] payload) { in applyRestoredPayload()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/eap/ |
D | VendorSpecificAuth.java | 14 public VendorSpecificAuth(int length, ByteBuffer payload) throws ProtocolException { in VendorSpecificAuth()
|
/frameworks/base/packages/Osu/src/com/android/anqp/eap/ |
D | VendorSpecificAuth.java | 14 public VendorSpecificAuth(int length, ByteBuffer payload) throws ProtocolException { in VendorSpecificAuth()
|