Reduce amount  of string processing done at startup.

Making the strings static doesn't help a great deal as they're still concatenated at runtime, not compile time. But combining two calls to buildShortcutQuery into 1 also helps. Results in a saving of about 1% of startup time.

Change-Id: I5f7382d4e542ae88ec3b1d89c404506f641b8fbd
1 file changed