OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:userDataHeaderLength
(Results
1 - 5
of
5
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SmsMessage.java
628
int
userDataHeaderLength
= 0;
631
userDataHeaderLength
= mPdu[offset++] & 0xff;
633
byte[] udh = new byte[
userDataHeaderLength
];
634
System.arraycopy(mPdu, offset, udh, 0,
userDataHeaderLength
);
636
offset +=
userDataHeaderLength
;
638
int headerBits = (
userDataHeaderLength
+ 1) * 8;
657
bufferLen = userDataLength - (hasUserDataHeader ? (
userDataHeaderLength
+ 1) : 0);
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSmsPdu.java
318
int
userDataHeaderLength
= pdu.read();
323
byte[] udh = new byte[
userDataHeaderLength
];
333
int headerBits = (
userDataHeaderLength
+ 1) * 8;
339
mUserDataMsgOffset = gsmSubmitGetTpUdOffset() +
userDataHeaderLength
+ 1; // Add the byte containing the length
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 495 milliseconds