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

  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyBackupAgent.java     [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java     [all...]
  /packages/apps/Messaging/src/com/android/messaging/sms/
MmsUtils.java 767 long longId;
770 longId = Long.parseLong(id);
771 if (longId < 0) {
772 LogUtil.e(TAG, "MmsUtils.getAddresses: invalid id " + longId);
785 ContentUris.withAppendedId(SINGLE_CANONICAL_ADDRESS_URI, longId),
788 LogUtil.e(TAG, "MmsUtils.getAddresses: query failed for id " + longId, e);
797 LogUtil.w(TAG, "Canonical MMS/SMS address is empty for id: " + longId);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java     [all...]

Completed in 559 milliseconds