Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/inputmethod/
H A DKeyboardManagementPreferenceControllerTest.java86 private static final String ALLOWED_PACKAGE_NAME = "allowed package name"; field in KeyboardManagementPreferenceControllerTest
115 mPermittedList.add(ALLOWED_PACKAGE_NAME); in setUp()
144 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME, in refreshUi_permitAllInputMethods_preferenceCountIs4()
162 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME, in refreshUi_multiplteAllowedImeByOrganization_allPreferencesVisible()
182 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME, in refreshUi_multipleEnabledInputMethods_allPreferencesEnabled()
202 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME, in refreshUi_multipleEnabledInputMethods_allPreferencesChecked()
258 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME, in refreshUi_verifyPreferenceIcon()
277 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME, in refreshUi_verifyPreferenceTitle()
296 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME, in refreshUi_verifyPreferenceSummary()
316 ALLOWED_PACKAGE_NAME, PLACEHOLDER_ID_NOT_DEFAULTABLE_DIRECT_BOOT_AWARE); in refreshUi_oneInputMethod_noneEnabled_oneInputMethodPreferenceInView()
[all …]
H A 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()
H A 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()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
H A 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()