HomeSort by relevance Sort by last modified time
    Searched refs:mAccountSpinner (Results 1 - 2 of 2) sorted by null

  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactAdder.java 57 private Spinner mAccountSpinner;
79 mAccountSpinner = (Spinner) findViewById(R.id.accountSpinner);
105 mAccountSpinner.setAdapter(mAccountAdapter);
140 mAccountSpinner.setOnItemSelectedListener(new OnItemSelectedListener() {
289 mSelectedAccount = (AccountData) mAccountSpinner.getSelectedItem();
  /packages/apps/Browser/src/com/android/browser/
AddBookmarkPage.java 124 private Spinner mAccountSpinner;
149 (BookmarkAccount) mAccountSpinner.getSelectedItem();
432 mAccountSpinner.setSelection(0);
447 mAccountSpinner.setSelection(i);
688 mAccountSpinner = (Spinner) findViewById(R.id.accounts);
689 mAccountSpinner.setAdapter(mAccountAdapter);
690 mAccountSpinner.setOnItemSelectedListener(this);
    [all...]

Completed in 29 milliseconds