summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2014-04-12 00:27:43 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-04-12 00:27:43 +0000
commitefb40a0dba8874297b4dcf6a41e5d741c7f721e9 (patch)
tree0d0d12003ee6341fd1379ebe6887ee10d26f4de7 /core
parent777648cde44c83b0e8c7b15473c9d7d29de653b7 (diff)
parenta8e8f3f647d6d55052d0faef53fc1eeb432f5bd6 (diff)
downloadframeworks_base-efb40a0dba8874297b4dcf6a41e5d741c7f721e9.zip
frameworks_base-efb40a0dba8874297b4dcf6a41e5d741c7f721e9.tar.gz
frameworks_base-efb40a0dba8874297b4dcf6a41e5d741c7f721e9.tar.bz2
Merge "Update Javadoc for SearchIndexablesContract"
Diffstat (limited to 'core')
-rw-r--r--core/java/android/provider/SearchIndexablesContract.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/provider/SearchIndexablesContract.java b/core/java/android/provider/SearchIndexablesContract.java
index 1754dce..307ac39 100644
--- a/core/java/android/provider/SearchIndexablesContract.java
+++ b/core/java/android/provider/SearchIndexablesContract.java
@@ -165,7 +165,7 @@ public class SearchIndexablesContract {
public static final String COLUMN_SUMMARY_OFF = "summaryOff";
/**
- * Entries associated with the raw data (when the data can can several values).
+ * Entries associated with the raw data (when the data can have several values).
*/
public static final String COLUMN_ENTRIES = "entries";
@@ -175,7 +175,7 @@ public class SearchIndexablesContract {
public static final String COLUMN_KEYWORDS = "keywords";
/**
- * Fragment's title associated with the raw data.
+ * Fragment or Activity title associated with the raw data.
*/
public static final String COLUMN_SCREEN_TITLE = "screenTitle";