Searched refs:CLIPBOARD_SERVICE (Results 1 – 9 of 9) sorted by relevance
52 @SystemService(Context.CLIPBOARD_SERVICE)134 ServiceManager.getServiceOrThrow(Context.CLIPBOARD_SERVICE)); in ClipboardManager()
4117 CLIPBOARD_SERVICE,5147 public static final String CLIPBOARD_SERVICE = "clipboard"; field in Context
69 mClipboard = (ClipboardManager) getSystemService(Context.CLIPBOARD_SERVICE); in onCreate()
387 registerService(Context.CLIPBOARD_SERVICE, ClipboardManager.class, in registerService() argument398 SYSTEM_SERVICE_NAMES.put(android.text.ClipboardManager.class, Context.CLIPBOARD_SERVICE); in SYSTEM_SERVICE_NAMES.put() argument
215 publishBinderService(Context.CLIPBOARD_SERVICE, new ClipboardImpl()); in onStart()
754 Context.CLIPBOARD_SERVICE); in copyTextToClipboard()
1042 Context.CLIPBOARD_SERVICE);
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
10370 field public static final String CLIPBOARD_SERVICE = "clipboard";