Home
last modified time | relevance | path

Searched refs:rightButton (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/activities/
DContactEditorAccountsChangedActivity.java152 final Button rightButton = (Button) view.findViewById(R.id.right_button); in updateDisplayedAccounts() local
165 rightButton.setText(getString(android.R.string.ok)); in updateDisplayedAccounts()
166 rightButton.setOnClickListener(new OnClickListener() { in updateDisplayedAccounts()
180 final Button rightButton = (Button) view.findViewById(R.id.right_button); in updateDisplayedAccounts() local
199 rightButton.setText(getString(R.string.add_account)); in updateDisplayedAccounts()
200 rightButton.setOnClickListener(mAddAccountClickListener); in updateDisplayedAccounts()