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

  /packages/apps/Contacts/src/com/android/contacts/list/
ContactsUnavailableFragment.java 43 private Button mAddAccountButton;
68 mAddAccountButton = (Button) mView.findViewById(R.id.add_account_button);
69 mAddAccountButton.setOnClickListener(this);
100 mAddAccountButton.setVisibility(View.VISIBLE);
112 mAddAccountButton.setVisibility(View.GONE);
124 mAddAccountButton.setVisibility(View.GONE);
138 mAddAccountButton.setVisibility(View.GONE);
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactManager.java 39 private Button mAddAccountButton;
55 mAddAccountButton = (Button) findViewById(R.id.addContactButton);
64 mAddAccountButton.setOnClickListener(new View.OnClickListener() {
66 Log.d(TAG, "mAddAccountButton clicked");
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupBrowseListFragment.java 86 private View mAddAccountButton;
134 mAddAccountButton = mRootView.findViewById(R.id.add_account_button);
135 mAddAccountButton.setOnClickListener(new OnClickListener() {

Completed in 121 milliseconds