Searched refs:getByte (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/java/android/nfc/tech/
H A DNfcV.java67 mRespFlags = extras.getByte(EXTRA_RESP_FLAGS);
68 mDsfId = extras.getByte(EXTRA_DSFID);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSmsMessage.java520 len = getByte();
544 int getByte() { method in class:SmsMessage.PduParser
917 int firstByte = p.getByte();
950 mMessageRef = p.getByte();
957 mStatus = p.getByte();
962 int extraParams = p.getByte();
968 moreExtraParams = p.getByte();
975 mProtocolIdentifier = p.getByte();
979 mDataCodingScheme = p.getByte();
1002 mProtocolIdentifier = p.getByte();
[all...]
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapRequestPullPhoneBook.java104 mNewMissedCalls = oap.getByte(OAP_TAGID_NEW_MISSED_CALLS);
H A DBluetoothPbapRequestPullVcardListing.java99 mNewMissedCalls = oap.getByte(OAP_TAGID_NEW_MISSED_CALLS);
/frameworks/base/core/java/com/android/internal/util/
H A DTypedProperties.java454 public byte getByte(String property, byte def) { method in class:TypedProperties
611 public byte getByte(String property) { method in class:TypedProperties
612 return getByte(property, (byte)0);
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMnsObexServer.java99 Byte inst = oap.getByte(BluetoothMasRequest.OAP_TAGID_MAS_INSTANCE_ID);
H A DBluetoothMasRequestGetMessagesListing.java126 mNewMessage = ((oap.getByte(OAP_TAGID_NEW_MESSAGE) & 0x01) == 1);
/frameworks/base/core/java/android/os/
H A DBundle.java591 public byte getByte(String key) { method in class:Bundle
592 return super.getByte(key);
604 public Byte getByte(String key, byte defaultValue) { method in class:Bundle
605 return super.getByte(key, defaultValue);
H A DBaseBundle.java679 byte getByte(String key) { method in class:BaseBundle
681 return getByte(key, (byte) 0);
692 Byte getByte(String key, byte defaultValue) { method in class:BaseBundle
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/
H A DObexAppParameters.java132 public byte getByte(byte tag) { method in class:ObexAppParameters
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/utils/
H A DObexAppParameters.java132 public byte getByte(byte tag) { method in class:ObexAppParameters
/frameworks/base/core/java/android/content/
H A DIntent.java5233 mExtras.getByte(name, defaultValue);

Completed in 964 milliseconds