Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapUtils.java146 public static String getLongAsString(long v) { in getLongAsString() method in BluetoothMapUtils
272 mapHandle = getLongAsString(cpHandle | HANDLE_TYPE_MMS_MASK); in getMapHandle()
275 mapHandle = getLongAsString(cpHandle | HANDLE_TYPE_SMS_GSM_MASK); in getMapHandle()
278 mapHandle = getLongAsString(cpHandle | HANDLE_TYPE_SMS_CDMA_MASK); in getMapHandle()
281 mapHandle = getLongAsString(cpHandle | HANDLE_TYPE_EMAIL_MASK); in getMapHandle()
284 mapHandle = getLongAsString(cpHandle | HANDLE_TYPE_IM_MASK); in getMapHandle()
DBluetoothMapAppParams.java533 + BluetoothMapUtils.getLongAsString(appParamBuf.getLong(i)) in parseParams()
534 + ", LSB(+8)=" + BluetoothMapUtils.getLongAsString( in parseParams()
1061 str = BluetoothMapUtils.getLongAsString(mFilterMsgHandle); in getFilterMsgHandleString()
1094 str = BluetoothMapUtils.getLongAsString(mFilterConvoId.getLeastSignificantBits()); in getFilterConvoIdString()