Snap for 7222037 from 178a2bac5e89e86200cf4e4e00efa4f1a2aa8d4b to sc-v2-release

Change-Id: I50f136a560bb832c99ad55a9b2b9e120445663a1
diff --git a/searchuilib/src/com/android/app/search/LayoutType.java b/searchuilib/src/com/android/app/search/LayoutType.java
index d53ba93..ab8b6e8 100644
--- a/searchuilib/src/com/android/app/search/LayoutType.java
+++ b/searchuilib/src/com/android/app/search/LayoutType.java
@@ -56,6 +56,9 @@
     // Live widget search result
     public static final String WIDGET_LIVE = "widget_live";
 
+    // Layout type used to display people tiles using shortcut info
+    public static final String PEOPLE_TILE = "people_tile";
+
     // text based header to group various layouts in low confidence section of the results.
     public static final String TEXT_HEADER = "header";