Instantiates the clipboard.
synchronized (this) { return mClipboard; }
synchronized (this) { return mClipboard.length() > 0; }
synchronized (this) { if (text == null) { text = ""; } mClipboard = text; }