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

/frameworks/opt/chips/src/com/android/ex/chips/
H A DCopyDialog.java47 getActivity().getSystemService(Context.CLIPBOARD_SERVICE);
H A DRecipientEditTextView.java2743 Context.CLIPBOARD_SERVICE);
/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java220 registerService(Context.CLIPBOARD_SERVICE, ClipboardManager.class,
231 SYSTEM_SERVICE_NAMES.put(android.text.ClipboardManager.class, Context.CLIPBOARD_SERVICE);
/frameworks/base/core/java/android/content/
H A DContext.java2681 CLIPBOARD_SERVICE,
3277 public static final String CLIPBOARD_SERVICE = "clipboard"; field in class:Context
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java1480 .getSystemService(Context.CLIPBOARD_SERVICE);
1525 .getSystemService(Context.CLIPBOARD_SERVICE);
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java767 ServiceManager.addService(Context.CLIPBOARD_SERVICE,
/frameworks/base/core/java/android/widget/
H A DTextView.java9613 ((ClipboardManager)getContext().getSystemService(Context.CLIPBOARD_SERVICE)).
9644 (ClipboardManager) getContext().getSystemService(Context.CLIPBOARD_SERVICE);
9686 getSystemService(Context.CLIPBOARD_SERVICE);

Completed in 225 milliseconds