Searched refs:numberPresentationColumn (Results 1 – 2 of 2) sorted by relevance
167 private final int numberPresentationColumn; field in Coalescer.RowCombiner188 numberPresentationColumn = in RowCombiner()249 .setNumberPresentation(annotatedCallLogRow.getInt(numberPresentationColumn)) in mergeRow()332 == annotatedCallLogRow.getInt(numberPresentationColumn); in sameNumberPresentation()
73 public int numberPresentationColumn; field in AtPhonebook.PhonebookResult435 pbr.numberPresentationColumn = in queryPhonebook()448 pbr.numberPresentationColumn = -1; in queryPhonebook()581 if (pbr.numberPresentationColumn != -1) { in processCpbrCommand()582 numberPresentation = pbr.cursor.getInt(pbr.numberPresentationColumn); in processCpbrCommand()