Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/inputmethod/
DKeyboardManagementPreferenceControllerTest.java86 private static final String ALLOWED_PACKAGE_NAME = "allowed package name"; field in KeyboardManagementPreferenceControllerTest
115 mPermittedList.add(ALLOWED_PACKAGE_NAME); in setUp()
143 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME, in refreshUi_permitAllInputMethods_preferenceCountIs4()
160 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME, in refreshUi_multiplteAllowedImeByOrganization_allPreferencesVisible()
179 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME, in refreshUi_multipleEnabledInputMethods_allPreferencesEnabled()
198 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME, in refreshUi_multipleEnabledInputMethods_allPreferencesChecked()
245 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME, in refreshUi_verifyPreferenceIcon()
263 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME, in refreshUi_verifyPreferenceTitle()
281 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME, in refreshUi_verifyPreferenceSummary()
300 ALLOWED_PACKAGE_NAME, PLACEHOLDER_ID_NOT_DEFAULTABLE_DIRECT_BOOT_AWARE); in refreshUi_oneInputMethod_noneEnabled_oneInputMethodPreferenceInView()
[all …]
DEnabledKeyboardPreferenceControllerTest.java70 private static final String ALLOWED_PACKAGE_NAME = "allowed package name"; field in EnabledKeyboardPreferenceControllerTest
96 mPermittedList.add(ALLOWED_PACKAGE_NAME); in setUp()
127 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME); in refreshUi_hasAllowedImeByOrganization()
161 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME); in refreshUi_verifyPreferenceIcon()
174 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME); in refreshUi_verifyPreferenceTitle()
187 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME); in refreshUi_verifyPreferenceSummary()
DKeyboardPreferenceControllerTest.java62 private static final String ALLOWED_PACKAGE_NAME = "allowed package name"; field in KeyboardPreferenceControllerTest
87 mPermittedList.add(ALLOWED_PACKAGE_NAME); in setUp()
170 infos.add(createInputMethodInfo(packageManager, ALLOWED_PACKAGE_NAME, PLACEHOLDER_LABEL)); in refreshUi_hasAllowedImeByOrganization()
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
DRestrictAppPreferenceControllerTest.java63 private static final String ALLOWED_PACKAGE_NAME = "com.android.allowed.package"; field in RestrictAppPreferenceControllerTest
95 ALLOWED_PACKAGE_NAME, ALLOWED_UID, allowOps); in setUp()