Searched refs:cdmaGetParameterOffset (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapSmsPdu.java154 private int cdmaGetParameterOffset(byte parameterId) { method in class:BluetoothMapSmsPdu.SmsPdu
177 Log.e(TAG, "cdmaGetParameterOffset: ", e);
192 offset = cdmaGetParameterOffset(BEARER_DATA) + 2; // Add to offset the BEARER_DATA parameter id and length bytes
211 Log.e(TAG, "cdmaGetParameterOffset: ", e);
231 offset = cdmaGetParameterOffset(DESTINATION_ADDRESS);
237 offset = cdmaGetParameterOffset(DESTINATION_SUB_ADDRESS);

Completed in 39 milliseconds