HomeSort by relevance Sort by last modified time
    Searched refs:getLongLongAsString (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
MapContact.java 46 return BluetoothMapUtils.getLongLongAsString(mId, 0);
BluetoothMapUtils.java 210 public static String getLongLongAsString(long vLow, long vHigh) {
298 mapHandle = getLongLongAsString(cpHandle, CONVO_ID_TYPE_SMS_MMS);
302 mapHandle = getLongLongAsString(cpHandle, CONVO_ID_TYPE_EMAIL_IM);
  /packages/apps/Bluetooth/src/com/android/bluetooth/
SignedLongLong.java 94 return BluetoothMapUtils.getLongLongAsString(mLeastSigBits, mMostSigBits);

Completed in 277 milliseconds