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

  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsProvider.java 637 private void insertThread(String recipientIds, int numberOfRecipients) {
642 values.put(ThreadsColumns.RECIPIENT_IDS, recipientIds);
650 " for recipientIds " + /*recipientIds*/ "xxxxxxx");
667 String recipientIds = "";
676 recipientIds = Long.toString(addressId);
679 recipientIds = getSpaceSeparatedNumbers(getSortedSet(addressIds));
683 Log.d(LOG_TAG, "getThreadId: recipientIds (selectionArgs) =" +
684 /*recipientIds*/ "xxxxxxx");
687 String[] selectionArgs = new String[] { recipientIds };
    [all...]
MmsSmsDatabaseHelper.java 276 * Look through all the recipientIds referenced by the threads and then delete any
288 // Find all the referenced recipient_ids from the threads. recipientIds is
290 HashSet<Integer> recipientIds = new HashSet<Integer>();
296 recipientIds.add(recipientId);
303 Iterator<Integer> iter = recipientIds.iterator();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java     [all...]

Completed in 53 milliseconds