Searched refs:accountIndex (Results 1 – 2 of 2) sorted by relevance
126 for (int accountIndex = 1; accountIndex < adapterCount; accountIndex++) { in refresh()128 final View accountView = adapter.getView(accountIndex, recycleView, this); in refresh()
268 int accountIndex = cursor.getColumnIndex(PICASA_ACCOUNT); in resolveAccount() local269 if (accountIndex >= 0) { in resolveAccount()270 displayName = cursor.getString(accountIndex); in resolveAccount()