Home
last modified time | relevance | path

Searched refs:IS_DEFAULT (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DInputMethodUtilsTest.java59 private static final boolean IS_DEFAULT = true; field in InputMethodUtilsTest
269 "com.android.apps.inputmethod.latin", "FakeLatinIme", !IS_AUX, IS_DEFAULT, in testGetImplicitlyApplicableSubtypesLocked()
293 "com.android.apps.inputmethod.latin", "FakeLatinIme", !IS_AUX, IS_DEFAULT, in testGetImplicitlyApplicableSubtypesLocked()
317 "com.android.apps.inputmethod.latin", "FakeLatinIme", !IS_AUX, IS_DEFAULT, in testGetImplicitlyApplicableSubtypesLocked()
342 "com.android.apps.inputmethod.latin", "FakeLatinIme", !IS_AUX, IS_DEFAULT, in testGetImplicitlyApplicableSubtypesLocked()
363 "com.android.apps.inputmethod.latin", "FakeLatinIme", !IS_AUX, IS_DEFAULT, in testGetImplicitlyApplicableSubtypesLocked()
385 "com.android.apps.inputmethod.latin", "FakeLatinIme", !IS_AUX, IS_DEFAULT, in testGetImplicitlyApplicableSubtypesLocked()
407 "com.android.apps.inputmethod.latin", "FakeLatinIme", !IS_AUX, IS_DEFAULT, in testGetImplicitlyApplicableSubtypesLocked()
424 "com.android.apps.inputmethod.latin", "FakeLatinIme", !IS_AUX, IS_DEFAULT, in testGetImplicitlyApplicableSubtypesLocked()
441 "com.android.apps.inputmethod.latin", "FakeLatinIme", !IS_AUX, IS_DEFAULT, in testGetImplicitlyApplicableSubtypesLocked()
[all …]
/frameworks/base/core/java/android/provider/
DContactsContract.java8719 String IS_DEFAULT = "x_is_default"; field