Loading core/java/android/provider/SearchIndexableData.java +6 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,12 @@ public abstract class SearchIndexableData { */ public int rank; /** * The key for the data. This is application specific. Should be unique per data as the data * should be able to be retrieved by the key. */ public String key; /** * The class name associated with the data. Generally this is a Fragment class name for * referring where the data is coming from and for launching the associated Fragment for Loading Loading
core/java/android/provider/SearchIndexableData.java +6 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,12 @@ public abstract class SearchIndexableData { */ public int rank; /** * The key for the data. This is application specific. Should be unique per data as the data * should be able to be retrieved by the key. */ public String key; /** * The class name associated with the data. Generally this is a Fragment class name for * referring where the data is coming from and for launching the associated Fragment for Loading