Searched refs:batchSelectionArgs (Results 1 – 3 of 3) sorted by relevance
543 final String[] batchSelectionArgs = new String[count]; in loadMmsParts() local545 batchSelectionArgs[i] = Long.toString(mmses.valueAt(start + i).getId()); in loadMmsParts()553 batchSelectionArgs, in loadMmsParts()
374 final String[] batchSelectionArgs = Arrays.copyOfRange(ids, start, end); in batchDelete() local378 batchSelectionArgs); in batchDelete()
1265 final String[] batchSelectionArgs = in deleteMediaMessages() local1270 batchSelectionArgs); in deleteMediaMessages()1273 + Joiner.on(',').skipNulls().join(batchSelectionArgs) in deleteMediaMessages()