Searched defs:AccountElements (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DAccountViewAdapter.java29 private List<AccountElements> mData;
36 * @param data A list with AccountElements data type. The list contains the data of each
37 * account and the each member of AccountElements will correspond to one item view.
39 public AccountViewAdapter(Context context, final List<AccountElements> data) {
59 public void updateData(final List<AccountElements> data) {
72 AccountElements elements = (AccountElements) getItem(position);
77 public static class AccountElements { class in class:AccountViewAdapter
91 public AccountElements(int icon, String name, String number) { method in class:AccountViewAdapter.AccountElements
103 public AccountElements(Drawabl method in class:AccountViewAdapter.AccountElements
107 private AccountElements(int icon, Drawable drawable, String name, String number) { method in class:AccountViewAdapter.AccountElements
[all...]

Completed in 156 milliseconds