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

  /packages/apps/Contacts/src/com/android/contacts/list/
ContactsUnavailableFragment.java 50 private Button mAddAccountButton;
76 mAddAccountButton = (Button) mView.findViewById(R.id.add_account_button);
77 mAddAccountButton.setOnClickListener(this);
78 mAddAccountButton.getBackground().setColorFilter(ContextCompat.getColor(getContext(), R
145 mAddAccountButton.setVisibility(visibility);
149 mAddAccountButton.setVisibility(visibility);
  /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");

Completed in 582 milliseconds