Home
last modified time | relevance | path

Searched refs:getLongLongAsString (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DMapContact.java43 return BluetoothMapUtils.getLongLongAsString(mId, 0); in getXBtUidString()
DBluetoothMapUtils.java232 public static String getLongLongAsString(long vLow, long vHigh) { in getLongLongAsString() method in BluetoothMapUtils
323 mapHandle = getLongLongAsString(cpHandle, CONVO_ID_TYPE_SMS_MMS); in getMapConvoHandle()
327 mapHandle = getLongLongAsString(cpHandle, CONVO_ID_TYPE_EMAIL_IM); in getMapConvoHandle()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DMapContactTest.java56 .isEqualTo(BluetoothMapUtils.getLongLongAsString(TEST_NON_ZERO_ID, 0)); in getXBtUidString_withNonZeroId()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/
DSignedLongLong.java97 return BluetoothMapUtils.getLongLongAsString(mLeastSigBits, mMostSigBits); in toHexString()