Searched refs:serviceCount (Results 1 – 1 of 1) sorted by relevance
512 final int serviceCount = mChooserListAdapter.getServiceTargetCount(); in getListPosition() local513 final int serviceRows = (int) Math.ceil((float) serviceCount / mMaxTargetsPerRow); in getListPosition()525 return serviceCount + position * mMaxTargetsPerRow; in getListPosition()530 return callerAndRankedCount + serviceCount + position; in getListPosition()