summaryrefslogtreecommitdiffstats
path: root/core/java
diff options
context:
space:
mode:
authorsatok <satok@google.com>2011-09-01 23:22:55 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-09-01 23:22:55 -0700
commita2f69c914dbb8cbd8761bff3ec4399e500e62674 (patch)
treeb077b641f80bdb4047fd78950640dd182a7cd8c2 /core/java
parent1d5f9cdc46a8020f62a30a312974f39cfe6b166a (diff)
parent3889e492bcad3c6f565d30da4e02d0dcde09d084 (diff)
downloadframeworks_base-a2f69c914dbb8cbd8761bff3ec4399e500e62674.zip
frameworks_base-a2f69c914dbb8cbd8761bff3ec4399e500e62674.tar.gz
frameworks_base-a2f69c914dbb8cbd8761bff3ec4399e500e62674.tar.bz2
Merge "Make the constructor of InputMethodSubtype hidden."
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/view/inputmethod/InputMethodSubtype.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/view/inputmethod/InputMethodSubtype.java b/core/java/android/view/inputmethod/InputMethodSubtype.java
index 4a98336..8c51680 100644
--- a/core/java/android/view/inputmethod/InputMethodSubtype.java
+++ b/core/java/android/view/inputmethod/InputMethodSubtype.java
@@ -57,6 +57,7 @@ public final class InputMethodSubtype implements Parcelable {
* @param locale The locale supported by the subtype
* @param mode The mode supported by the subtype
* @param extraValue The extra value of the subtype
+ * @hide
*/
public InputMethodSubtype(
int nameId, int iconId, String locale, String mode, String extraValue) {
@@ -71,6 +72,7 @@ public final class InputMethodSubtype implements Parcelable {
* @param mode The mode supported by the subtype
* @param extraValue The extra value of the subtype
* @param isAuxiliary true when this subtype is one shot subtype.
+ * @hide
*/
public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue,
boolean isAuxiliary) {