Searched refs:mCopyAddress (Results 1 - 1 of 1) sorted by relevance

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java191 private String mCopyAddress; field in class:RecipientEditTextView
1432 if (mCopyAddress == null && action == MotionEvent.ACTION_UP) {
2834 mCopyAddress = address;
2872 mCopyAddress = null;
2880 clipboard.setPrimaryClip(ClipData.newPlainText("", mCopyAddress));

Completed in 162 milliseconds