OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offsetChars
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapbMessageTest.java
146
char[]
offsetChars
= offsetString.toCharArray();
147
scTime.write((
offsetChars
[1]-0x30) << 4 | 0x40 | (
offsetChars
[0]-0x30));
151
char[]
offsetChars
= offsetString.toCharArray();
152
scTime.write((
offsetChars
[1]-0x30) << 4 | (
offsetChars
[0]-0x30));
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSmsPdu.java
373
char[]
offsetChars
= offsetString.toCharArray();
374
header.write((
offsetChars
[1]-0x30) << 4 | 0x40 | (
offsetChars
[0]-0x30));
378
char[]
offsetChars
= offsetString.toCharArray();
379
header.write((
offsetChars
[1]-0x30) << 4 | (
offsetChars
[0]-0x30));
[
all
...]
Completed in 53 milliseconds