Home
last modified time | relevance | path

Searched refs:MAX_IMES_PER_PACKAGE (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DInputMethodManagerServiceRestrictImeAmountTest.java59 for (int i = 0; i < 2 * InputMethodInfo.MAX_IMES_PER_PACKAGE; i++) { in testFilterInputMethodServices_ignoresImesBeyondThreshold()
67 InputMethodInfo.MAX_IMES_PER_PACKAGE); in testFilterInputMethodServices_ignoresImesBeyondThreshold()
73 for (int i = 0; i < 2 * InputMethodInfo.MAX_IMES_PER_PACKAGE; i++) { in testFilterInputMethodServices_loadsSystemImesBeyondThreshold()
82 2 * InputMethodInfo.MAX_IMES_PER_PACKAGE); in testFilterInputMethodServices_loadsSystemImesBeyondThreshold()
88 for (int i = 0; i < 2 * InputMethodInfo.MAX_IMES_PER_PACKAGE; i++) { in testFilterInputMethodServices_ignoresImesBeyondThresholdFromTwoPackages()
92 for (int i = 0; i < 2 * InputMethodInfo.MAX_IMES_PER_PACKAGE; i++) { in testFilterInputMethodServices_ignoresImesBeyondThresholdFromTwoPackages()
100 2 * InputMethodInfo.MAX_IMES_PER_PACKAGE); in testFilterInputMethodServices_ignoresImesBeyondThresholdFromTwoPackages()
109 for (int i = 0; i < 2 * InputMethodInfo.MAX_IMES_PER_PACKAGE; i++) { in testFilterInputMethodServices_stillLoadsEnabledImesBeyondThreshold()
120 1 + InputMethodInfo.MAX_IMES_PER_PACKAGE); in testFilterInputMethodServices_stillLoadsEnabledImesBeyondThreshold()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodInfo.java113 public static final int MAX_IMES_PER_PACKAGE = 20; field in InputMethodInfo
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java5228 < InputMethodInfo.MAX_IMES_PER_PACKAGE) { in filterInputMethodServices()
/frameworks/base/core/api/
Dtest-current.txt3990 field public static final int MAX_IMES_PER_PACKAGE = 20; // 0x14