Home
last modified time | relevance | path

Searched refs:offsetChars (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapbMessageTest.java146 char[] offsetChars = offsetString.toCharArray(); in testSmsEncodeNativeDeliverPdu() local
147 scTime.write((offsetChars[1]-0x30) << 4 | 0x40 | (offsetChars[0]-0x30)); in testSmsEncodeNativeDeliverPdu()
151 char[] offsetChars = offsetString.toCharArray(); in testSmsEncodeNativeDeliverPdu() local
152 scTime.write((offsetChars[1]-0x30) << 4 | (offsetChars[0]-0x30)); in testSmsEncodeNativeDeliverPdu()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapSmsPdu.java373 char[] offsetChars = offsetString.toCharArray(); in gsmWriteDate() local
374 header.write((offsetChars[1]-0x30) << 4 | 0x40 | (offsetChars[0]-0x30)); in gsmWriteDate()
378 char[] offsetChars = offsetString.toCharArray(); in gsmWriteDate() local
379 header.write((offsetChars[1]-0x30) << 4 | (offsetChars[0]-0x30)); in gsmWriteDate()