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

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java181 private String mCopyAddress; field in class:RecipientEditTextView
1416 if (mCopyAddress == null && action == MotionEvent.ACTION_UP) {
2626 mCopyAddress = address;
2664 mCopyAddress = null;
2672 clipboard.setPrimaryClip(ClipData.newPlainText("", mCopyAddress));

Completed in 71 milliseconds