Home | History | Annotate | Download | only in browser

Lines Matching refs:mAccountAdapter

125     private ArrayAdapter<BookmarkAccount> mAccountAdapter;
443 for (int i = 0; i < mAccountAdapter.getCount(); i++) {
444 BookmarkAccount account = mAccountAdapter.getItem(i);
495 mAccountAdapter.clear();
497 mAccountAdapter.add(new BookmarkAccount(this, cursor));
684 mAccountAdapter = new ArrayAdapter<BookmarkAccount>(this,
686 mAccountAdapter.setDropDownViewResource(
689 mAccountSpinner.setAdapter(mAccountAdapter);
968 long root = mAccountAdapter.getItem(position).rootFolderId;