Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapUtils.java164 public static String getLongAsString(long v) { in getLongAsString() method in BluetoothMapUtils
280 mapHandle = getLongAsString(cpHandle | HANDLE_TYPE_MMS_MASK); in getMapHandle()
283 mapHandle = getLongAsString(cpHandle | HANDLE_TYPE_SMS_GSM_MASK); in getMapHandle()
286 mapHandle = getLongAsString(cpHandle | HANDLE_TYPE_SMS_CDMA_MASK); in getMapHandle()
289 mapHandle = getLongAsString(cpHandle | HANDLE_TYPE_EMAIL_MASK); in getMapHandle()
292 mapHandle = getLongAsString(cpHandle | HANDLE_TYPE_IM_MASK); in getMapHandle()
DBluetoothMapAppParams.java875 + BluetoothMapUtils.getLongAsString(appParamBuf.getLong(i)) in parseParams()
877 + BluetoothMapUtils.getLongAsString( in parseParams()
1435 str = BluetoothMapUtils.getLongAsString(mFilterMsgHandle); in getFilterMsgHandleString()
1468 str = BluetoothMapUtils.getLongAsString(mFilterConvoId.getLeastSignificantBits()); in getFilterConvoIdString()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java220 BluetoothMapUtils.getLongAsString( in settersAndGetters()
226 .isEqualTo(BluetoothMapUtils.getLongAsString(appParams.getFilterMsgHandle())); in settersAndGetters()