Searched refs:accountIndex (Results 1 – 3 of 3) 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()
128 public void login(int accountIndex, AutoLoginCallback cb) { in login() argument132 mAccounts[accountIndex], mAuthToken, null, in login()