OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pduLength
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCellBroadcastHandler.java
95
int
pduLength
= receivedPdu.length;
96
for (int i = 0; i <
pduLength
; i += 8) {
98
for (int j = i; j < i + 8 && j <
pduLength
; j++) {
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSmsPdu.java
620
int
pduLength
= data.length-(1+addressLength);
621
byte[] newData = new byte[
pduLength
];
622
System.arraycopy(data, 1+addressLength, newData, 0,
pduLength
);
Completed in 81 milliseconds