aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorAdrian Roos <roosa@google.com>2020-08-13 10:20:19 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-08-13 10:20:19 +0000
commitdcf1ecf7947fdcc921878ea5ac2702798b6e77bd (patch)
treebef73dce460ec01f75d4d90fbca414368e877a5d /java
parent6fc67acb399cb6cd2a481a3588ee9a841c48b43e (diff)
parent33fa7e7126d266594322324ab56a048fdafdd895 (diff)
downloadlatinime-dcf1ecf7947fdcc921878ea5ac2702798b6e77bd.tar.gz
latinime-dcf1ecf7947fdcc921878ea5ac2702798b6e77bd.tar.xz
latinime-dcf1ecf7947fdcc921878ea5ac2702798b6e77bd.zip
Merge "Update LatinIME to comply with Android's inclusive language guidance" am: 33fa7e7126
Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/1398188 Change-Id: I1f6a3172d69957c82840635c68820b3aff98f8bf
Diffstat (limited to 'java')
-rw-r--r--java/src/com/android/inputmethod/latin/RichInputMethodSubtype.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/com/android/inputmethod/latin/RichInputMethodSubtype.java b/java/src/com/android/inputmethod/latin/RichInputMethodSubtype.java
index b40866cc2..941149895 100644
--- a/java/src/com/android/inputmethod/latin/RichInputMethodSubtype.java
+++ b/java/src/com/android/inputmethod/latin/RichInputMethodSubtype.java
@@ -222,7 +222,7 @@ public class RichInputMethodSubtype {
return noLanguageSubtype;
}
Log.w(TAG, "Can't find any language with QWERTY subtype");
- Log.w(TAG, "No input method subtype found; returning dummy subtype: "
+ Log.w(TAG, "No input method subtype found; returning placeholder subtype: "
+ PLACEHOLDER_NO_LANGUAGE_SUBTYPE);
return PLACEHOLDER_NO_LANGUAGE_SUBTYPE;
}
@@ -243,7 +243,7 @@ public class RichInputMethodSubtype {
return emojiSubtype;
}
Log.w(TAG, "Can't find emoji subtype");
- Log.w(TAG, "No input method subtype found; returning dummy subtype: "
+ Log.w(TAG, "No input method subtype found; returning placeholder subtype: "
+ PLACEHOLDER_EMOJI_SUBTYPE);
return PLACEHOLDER_EMOJI_SUBTYPE;
}