OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAddAccountButton
(Results
1 - 3
of
3
) sorted by null
/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/list/
ContactsUnavailableFragment.java
47
private Button
mAddAccountButton
;
71
mAddAccountButton
= (Button) mView.findViewById(R.id.add_account_button);
72
mAddAccountButton
.setOnClickListener(this);
73
mAddAccountButton
.getBackground().setColorFilter(ContextCompat.getColor(getContext(), R
191
mAddAccountButton
.setVisibility(visibility);
195
mAddAccountButton
.setVisibility(visibility);
/packages/apps/Contacts/src/com/android/contacts/group/
GroupBrowseListFragment.java
87
private View
mAddAccountButton
;
137
mAddAccountButton
= mRootView.findViewById(R.id.add_account_button);
138
mAddAccountButton
.setOnClickListener(new OnClickListener() {
Completed in 112 milliseconds