/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | SmsMessage.java | 520 len = getByte(); in getSCAddress() 544 int getByte() { in getByte() method in SmsMessage.PduParser 917 int firstByte = p.getByte(); in parsePdu() 950 mMessageRef = p.getByte(); in parseSmsStatusReport() 957 mStatus = p.getByte(); in parseSmsStatusReport() 962 int extraParams = p.getByte(); in parseSmsStatusReport() 968 moreExtraParams = p.getByte(); in parseSmsStatusReport() 975 mProtocolIdentifier = p.getByte(); in parseSmsStatusReport() 979 mDataCodingScheme = p.getByte(); in parseSmsStatusReport() 1002 mProtocolIdentifier = p.getByte(); in parseSmsDeliver() [all …]
|
/frameworks/base/core/java/android/nfc/tech/ |
D | NfcV.java | 67 mRespFlags = extras.getByte(EXTRA_RESP_FLAGS); in NfcV() 68 mDsfId = extras.getByte(EXTRA_DSFID); in NfcV()
|
/frameworks/base/core/java/org/apache/http/conn/ssl/ |
D | AndroidDistinguishedNameParser.java | 186 encoded[i] = (byte) getByte(p); in hexAV() 270 int res = getByte(pos); in getUTF8() 297 b = getByte(pos); in getUTF8() 317 private int getByte(int position) { in getByte() method in AndroidDistinguishedNameParser
|
/frameworks/base/core/java/com/android/internal/util/ |
D | TypedProperties.java | 454 public byte getByte(String property, byte def) { in getByte() method in TypedProperties 611 public byte getByte(String property) { in getByte() method in TypedProperties 612 return getByte(property, (byte)0); in getByte()
|
/frameworks/base/wifi/java/android/net/wifi/nan/ |
D | TlvBufferUtils.java | 323 public byte getByte() { in getByte() method in TlvBufferUtils.TlvElement 429 builder.append(tlv.getByte()); in toString()
|
/frameworks/base/core/java/android/os/ |
D | Bundle.java | 645 public byte getByte(String key) { in getByte() method in Bundle 646 return super.getByte(key); in getByte() 658 public Byte getByte(String key, byte defaultValue) { in getByte() method in Bundle 659 return super.getByte(key, defaultValue); in getByte()
|
D | BaseBundle.java | 751 byte getByte(String key) { in getByte() method in BaseBundle 753 return getByte(key, (byte) 0); in getByte() 764 Byte getByte(String key, byte defaultValue) { in getByte() method in BaseBundle
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/ |
D | BluetoothMnsObexServer.java | 99 Byte inst = oap.getByte(BluetoothMasRequest.OAP_TAGID_MAS_INSTANCE_ID); in onPut()
|
D | BluetoothMasRequestGetMessagesListing.java | 126 mNewMessage = ((oap.getByte(OAP_TAGID_NEW_MESSAGE) & 0x01) == 1); in readResponseHeaders()
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/ |
D | ObexAppParameters.java | 132 public byte getByte(byte tag) { in getByte() method in ObexAppParameters
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/ |
D | TlvBufferUtilsTest.java | 115 collector.checkThat("tlv02-correct-iteration-DATA", (int) tlv.getByte(), in testTlvIterate()
|
/frameworks/base/core/java/android/content/ |
D | Intent.java | 6095 mExtras.getByte(name, defaultValue); in getByteExtra()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 21486 method public byte getByte(java.lang.String); 21487 method public java.lang.Byte getByte(java.lang.String, byte); 42350 …method public static byte getByte(java.lang.Object, int) throws java.lang.ArrayIndexOutOfBoundsExc… 42392 …method public byte getByte(java.lang.Object) throws java.lang.IllegalAccessException, java.lang.Il… 45833 method public abstract byte getByte(int) throws java.sql.SQLException; 45834 method public abstract byte getByte(java.lang.String) throws java.sql.SQLException; 46415 method public abstract byte getByte(int) throws java.sql.SQLException; 46416 method public abstract byte getByte(java.lang.String) throws java.sql.SQLException;
|
/frameworks/base/api/ |
D | current.txt | 28283 method public byte getByte(java.lang.String); 28284 method public java.lang.Byte getByte(java.lang.String, byte); 51762 …method public static byte getByte(java.lang.Object, int) throws java.lang.ArrayIndexOutOfBoundsExc… 51805 …method public byte getByte(java.lang.Object) throws java.lang.IllegalAccessException, java.lang.Il… 55438 method public abstract byte getByte(int) throws java.sql.SQLException; 55439 method public abstract byte getByte(java.lang.String) throws java.sql.SQLException; 56020 method public abstract byte getByte(int) throws java.sql.SQLException; 56021 method public abstract byte getByte(java.lang.String) throws java.sql.SQLException;
|
D | test-current.txt | 28352 method public byte getByte(java.lang.String); 28353 method public java.lang.Byte getByte(java.lang.String, byte); 51842 …method public static byte getByte(java.lang.Object, int) throws java.lang.ArrayIndexOutOfBoundsExc… 51885 …method public byte getByte(java.lang.Object) throws java.lang.IllegalAccessException, java.lang.Il… 55518 method public abstract byte getByte(int) throws java.sql.SQLException; 55519 method public abstract byte getByte(java.lang.String) throws java.sql.SQLException; 56100 method public abstract byte getByte(int) throws java.sql.SQLException; 56101 method public abstract byte getByte(java.lang.String) throws java.sql.SQLException;
|
D | system-current.txt | 30724 method public byte getByte(java.lang.String); 30725 method public java.lang.Byte getByte(java.lang.String, byte); 55119 …method public static byte getByte(java.lang.Object, int) throws java.lang.ArrayIndexOutOfBoundsExc… 55162 …method public byte getByte(java.lang.Object) throws java.lang.IllegalAccessException, java.lang.Il… 58795 method public abstract byte getByte(int) throws java.sql.SQLException; 58796 method public abstract byte getByte(java.lang.String) throws java.sql.SQLException; 59377 method public abstract byte getByte(int) throws java.sql.SQLException; 59378 method public abstract byte getByte(java.lang.String) throws java.sql.SQLException;
|