Searched refs:PLACEHOLDER_LABEL (Results 1 – 5 of 5) sorted by relevance
57 private static final String PLACEHOLDER_LABEL = "placeholder label"; field in KeyboardPreferenceControllerTest116 createInputMethodInfo(packageManager, PLACEHOLDER_PACKAGE_NAME, PLACEHOLDER_LABEL)); in refreshUi_permitAllInputMethods_hasOneInputMethodInfo()121 assertThat(mPreference.getSummary().toString().contains(PLACEHOLDER_LABEL)).isTrue(); in refreshUi_permitAllInputMethods_hasOneInputMethodInfo()131 PLACEHOLDER_LABEL)); in refreshUi_permitAllInputMethods_hasTwoInputMethodInfo()138 assertThat(mPreference.getSummary().toString().contains(PLACEHOLDER_LABEL)).isTrue(); in refreshUi_permitAllInputMethods_hasTwoInputMethodInfo()149 PLACEHOLDER_LABEL)); in refreshUi_permitAllInputMethods_hasThreeInputMethodInfo()158 assertThat(mPreference.getSummary().toString().contains(PLACEHOLDER_LABEL)).isTrue(); in refreshUi_permitAllInputMethods_hasThreeInputMethodInfo()170 infos.add(createInputMethodInfo(packageManager, ALLOWED_PACKAGE_NAME, PLACEHOLDER_LABEL)); in refreshUi_hasAllowedImeByOrganization()174 assertThat(mPreference.getSummary()).isEqualTo(PLACEHOLDER_LABEL); in refreshUi_hasAllowedImeByOrganization()185 createInputMethodInfo(packageManager, DISALLOWED_PACKAGE_NAME, PLACEHOLDER_LABEL)); in refreshUi_disallowedByOrganization()
56 private static final String PLACEHOLDER_LABEL = "placeholder label"; field in InputMethodUtilTest190 PLACEHOLDER_LABEL); in getPackageLabel()340 when(mockInfo.loadLabel(packageManager)).thenReturn(PLACEHOLDER_LABEL); in createMockInputMethodInfo()
66 private static final String PLACEHOLDER_LABEL = "placeholder label"; field in EnabledKeyboardPreferenceControllerTest272 when(mockInfo.loadLabel(packageManager)).thenReturn(PLACEHOLDER_LABEL); in createMockInputMethodInfo()
74 private static final String PLACEHOLDER_LABEL = "placeholder label"; field in KeyboardManagementPreferenceControllerTest1125 when(mockInfo.loadLabel(packageManager)).thenReturn(PLACEHOLDER_LABEL); in createMockInputMethodInfo()
29 PLACEHOLDER_LABEL = '{LABEL}' variable84 config = config.replace(PLACEHOLDER_LABEL, label)