OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:msgseptetcount
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSmsPdu.java
77
private int
msgSeptetCount
= 0;
137
return
msgSeptetCount
;
326
msgSeptetCount
= userDataLength - headerSeptets;
333
msgSeptetCount
= userDataLength;
338
Log.v(TAG, "
msgSeptetCount
:" +
msgSeptetCount
);
Completed in 258 milliseconds