Searched refs:ALLOWED_PACKAGE_NAME (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/inputmethod/ |
D | KeyboardManagementPreferenceControllerTest.java | 74 private static final String ALLOWED_PACKAGE_NAME = "allowed package name"; field in KeyboardManagementPreferenceControllerTest 94 mPermittedList.add(ALLOWED_PACKAGE_NAME); in setUp() 104 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME, in refreshUi_permitAllInputMethods_preferenceCountIs4() 120 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME, in refreshUi_multiplteAllowedImeByOrganization_allPreferencesVisible() 138 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME, in refreshUi_multipleEnabledInputMethods_allPreferencesEnabled() 156 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME, in refreshUi_multipleEnabledInputMethods_allPreferencesChecked() 201 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME, in refreshUi_verifyPreferenceIcon() 218 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME, in refreshUi_verifyPreferenceTitle() 235 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME, in refreshUi_verifyPreferenceSummary() 255 ALLOWED_PACKAGE_NAME, DUMMY_ID_NOT_DEFAULTABLE_DIRECT_BOOT_AWARE)); in refreshUi_oneInputMethod_noneEnabled_oneInputMethodPreferenceInView() [all …]
|
D | EnabledKeyboardPreferenceControllerTest.java | 63 private static final String ALLOWED_PACKAGE_NAME = "allowed package name"; field in EnabledKeyboardPreferenceControllerTest 81 mPermittedList.add(ALLOWED_PACKAGE_NAME); in setUp() 106 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME); in refreshUi_hasAllowedImeByOrganization() 140 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME); in refreshUi_verifyPreferenceIcon() 153 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME); in refreshUi_verifyPreferenceTitle() 166 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME); in refreshUi_verifyPreferenceSummary()
|
D | KeyboardPreferenceControllerTest.java | 60 private static final String ALLOWED_PACKAGE_NAME = "allowed package name"; field in KeyboardPreferenceControllerTest 77 mPermittedList.add(ALLOWED_PACKAGE_NAME); in setUp() 151 infos.add(createInputMethodInfo(packageManager, ALLOWED_PACKAGE_NAME, DUMMY_LABEL)); in refreshUi_hasAllowedImeByOrganization()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/ |
D | RestrictAppPreferenceControllerTest.java | 57 private static final String ALLOWED_PACKAGE_NAME = "com.android.allowed.package"; field in RestrictAppPreferenceControllerTest 93 ALLOWED_PACKAGE_NAME, ALLOWED_UID, allowOps); in setUp()
|