Searched refs:DISALLOWED_PACKAGE_NAME (Results 1 – 3 of 3) sorted by relevance
64 private static final String DISALLOWED_PACKAGE_NAME = "disallowed package name"; field in EnabledKeyboardPreferenceControllerTest118 List<InputMethodInfo> infos = createInputMethodInfoList(DISALLOWED_PACKAGE_NAME); in refreshUi_disallowedByOrganization()181 List<InputMethodInfo> infos = createInputMethodInfoList(DISALLOWED_PACKAGE_NAME); in performClick_launchSettingsActivity()193 assertThat(intent.getComponent().getPackageName()).isEqualTo(DISALLOWED_PACKAGE_NAME); in performClick_launchSettingsActivity()205 List<InputMethodInfo> infos = createInputMethodInfoList(DISALLOWED_PACKAGE_NAME); in performClick_noSettingsActivity_noCrash()
61 private static final String DISALLOWED_PACKAGE_NAME = "disallowed package name"; field in KeyboardPreferenceControllerTest165 infos.add(createInputMethodInfo(packageManager, DISALLOWED_PACKAGE_NAME, DUMMY_LABEL)); in refreshUi_disallowedByOrganization()
73 private static final String DISALLOWED_PACKAGE_NAME = "disallowed package name"; field in KeyboardManagementPreferenceControllerTest175 List<InputMethodInfo> infos = createInputMethodInfoList(DISALLOWED_PACKAGE_NAME, in refreshUi_disallowedByOrganization_noPreferencesShown()