Lines Matching refs:cols
268 String[] cols = Utility.getRowColumns(context, Body.CONTENT_URI,
272 if (cols != null) {
273 refId = Long.parseLong(cols[0]);
275 cols = Utility.getRowColumns(context, Message.CONTENT_URI, refId,
278 if (cols != null) {
279 itemId = cols[0];
280 long boxId = Long.parseLong(cols[1]);
282 cols = Utility.getRowColumns(context, Mailbox.CONTENT_URI, boxId,
284 if (cols != null) {
285 collectionId = cols[0];