Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java3043 int btnTitleId; in showCopyDialog() local
3045 btnTitleId = R.string.copy_number; in showCopyDialog()
3047 btnTitleId = R.string.copy_email; in showCopyDialog()
3049 String buttonTitle = getContext().getResources().getString(btnTitleId); in showCopyDialog()