Searched refs:tempColIndex (Results 1 – 2 of 2) sorted by relevance
77 final int tempColIndex = mCursor.getColumnIndex( in getViewAt() local80 temp = mCursor.getInt(tempColIndex); in getViewAt()
194 int tempColIndex = c.getColumnIndex(WeatherDataProvider.Columns.TEMPERATURE); in buildLayout() local195 int temp = c.getInt(tempColIndex); in buildLayout()