Home
last modified time | relevance | path

Searched refs:PLACEHOLDER_PACKAGE_NAME (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DLaunchAccessibilityActivityPreferenceFragmentTest.java54 private static final String PLACEHOLDER_PACKAGE_NAME = "com.placeholder.example"; field in LaunchAccessibilityActivityPreferenceFragmentTest
56 PLACEHOLDER_PACKAGE_NAME + "tile.placeholder";
58 PLACEHOLDER_PACKAGE_NAME + "tile.placeholder2";
60 PLACEHOLDER_PACKAGE_NAME, PLACEHOLDER_TILE_CLASS_NAME);
62 PLACEHOLDER_PACKAGE_NAME + "tile.placeholder";
64 PLACEHOLDER_PACKAGE_NAME + "tile.placeholder2";
96 setupTileService(PLACEHOLDER_PACKAGE_NAME, PLACEHOLDER_TILE_CLASS_NAME, in getTileTooltipContent_hasOneTileService_guideToEdit_haveMatchString()
109 setupTileService(PLACEHOLDER_PACKAGE_NAME, PLACEHOLDER_TILE_CLASS_NAME, in getTileTooltipContent_hasOneTileService_guideToDirectUse_haveMatchString()
123 setupTileService(PLACEHOLDER_PACKAGE_NAME, PLACEHOLDER_TILE_CLASS_NAME, in getTileTooltipContent_hasTwoTileServices_guideToEdit_haveMatchString()
125 setupTileService(PLACEHOLDER_PACKAGE_NAME, PLACEHOLDER_TILE_CLASS_NAME2, in getTileTooltipContent_hasTwoTileServices_guideToEdit_haveMatchString()
[all …]
DToggleAccessibilityServicePreferenceFragmentTest.java80 private static final String PLACEHOLDER_PACKAGE_NAME = "com.placeholder.example"; field in ToggleAccessibilityServicePreferenceFragmentTest
85 PLACEHOLDER_PACKAGE_NAME + "tile.placeholder";
87 PLACEHOLDER_PACKAGE_NAME + "tile.placeholder2";
89 PLACEHOLDER_PACKAGE_NAME, PLACEHOLDER_TILE_CLASS_NAME);
91 PLACEHOLDER_PACKAGE_NAME + "tile.placeholder";
93 PLACEHOLDER_PACKAGE_NAME + "tile.placeholder2";
132 setupTileService(PLACEHOLDER_PACKAGE_NAME, PLACEHOLDER_TILE_CLASS_NAME, in getTileTooltipContent_hasOneTileService_guideToEdit_haveMatchString()
145 setupTileService(PLACEHOLDER_PACKAGE_NAME, PLACEHOLDER_TILE_CLASS_NAME, in getTileTooltipContent_hasOneTileService_guideToDirectUse_haveMatchString()
159 setupTileService(PLACEHOLDER_PACKAGE_NAME, PLACEHOLDER_TILE_CLASS_NAME, in getTileTooltipContent_hasTwoTileServices_guideToEdit_haveMatchString()
161 setupTileService(PLACEHOLDER_PACKAGE_NAME, PLACEHOLDER_TILE_CLASS_NAME2, in getTileTooltipContent_hasTwoTileServices_guideToEdit_haveMatchString()
[all …]
DToggleFeaturePreferenceFragmentTest.java92 private static final String PLACEHOLDER_PACKAGE_NAME = "com.placeholder.example"; field in ToggleFeaturePreferenceFragmentTest
93 private static final String PLACEHOLDER_CLASS_NAME = PLACEHOLDER_PACKAGE_NAME + ".placeholder";
95 PLACEHOLDER_PACKAGE_NAME, PLACEHOLDER_CLASS_NAME);
97 PLACEHOLDER_PACKAGE_NAME + "tile.placeholder";
99 PLACEHOLDER_PACKAGE_NAME, PLACEHOLDER_TILE_CLASS_NAME);
101 PLACEHOLDER_PACKAGE_NAME + "tooltip_content";
388 when(mPackageManager.isPackageAvailable(PLACEHOLDER_PACKAGE_NAME)).thenReturn(true); in createAppInfoPreference_withValidComponentName()
397 assertThat(appInfoIntent.getDataString()).isEqualTo("package:" + PLACEHOLDER_PACKAGE_NAME); in createAppInfoPreference_withValidComponentName()
413 when(mPackageManager.isPackageAvailable(PLACEHOLDER_PACKAGE_NAME)).thenReturn(false); in createAppInfoPreference_withUnavailablePackage_shouldBeNull()
DAccessibilityShortcutPreferenceFragmentTest.java85 private static final String PLACEHOLDER_PACKAGE_NAME = "com.placeholder.example"; field in AccessibilityShortcutPreferenceFragmentTest
86 private static final String PLACEHOLDER_CLASS_NAME = PLACEHOLDER_PACKAGE_NAME + ".placeholder";
88 PLACEHOLDER_PACKAGE_NAME + "tile.placeholder";
90 PLACEHOLDER_PACKAGE_NAME, PLACEHOLDER_CLASS_NAME);
92 PLACEHOLDER_PACKAGE_NAME, PLACEHOLDER_TILE_CLASS_NAME);
94 PLACEHOLDER_PACKAGE_NAME + "tooltip_content";
353 return PLACEHOLDER_PACKAGE_NAME; in getLabelName()
DToggleColorInversionPreferenceFragmentTest.java210 private static final String PLACEHOLDER_PACKAGE_NAME = "com.placeholder.example"; field in ToggleColorInversionPreferenceFragmentTest.TestToggleColorInversionPreferenceFragment
212 PLACEHOLDER_PACKAGE_NAME + ".placeholder";
214 PLACEHOLDER_PACKAGE_NAME, PLACEHOLDER_CLASS_NAME);
216 PLACEHOLDER_PACKAGE_NAME + "tooltip_content";
DAccessibilityQuickSettingsPrimarySwitchPreferenceControllerTest.java66 private static final String PLACEHOLDER_PACKAGE_NAME = "com.placeholder.example"; field in AccessibilityQuickSettingsPrimarySwitchPreferenceControllerTest
68 PLACEHOLDER_PACKAGE_NAME + "tile.placeholder";
70 PLACEHOLDER_PACKAGE_NAME, PLACEHOLDER_TILE_CLASS_NAME);
DToggleDaltonizerPreferenceFragmentTest.java233 private static final String PLACEHOLDER_PACKAGE_NAME = "com.placeholder.example"; field in ToggleDaltonizerPreferenceFragmentTest.TestToggleDaltonizerPreferenceFragment
235 PLACEHOLDER_PACKAGE_NAME + ".placeholder";
237 PLACEHOLDER_PACKAGE_NAME, PLACEHOLDER_CLASS_NAME);
239 PLACEHOLDER_PACKAGE_NAME + "tooltip_content";
DToggleScreenMagnificationPreferenceFragmentTest.java104 private static final String PLACEHOLDER_PACKAGE_NAME = "com.mock.example"; field in ToggleScreenMagnificationPreferenceFragmentTest
106 PLACEHOLDER_PACKAGE_NAME + ".mock_a11y_service";
108 PLACEHOLDER_PACKAGE_NAME, PLACEHOLDER_CLASS_NAME);
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/inputmethod/
DInputMethodUtilTest.java55 private static final String PLACEHOLDER_PACKAGE_NAME = "placeholder package name"; field in InputMethodUtilTest
101 mPackageManager, PLACEHOLDER_PACKAGE_NAME); in setUp()
115 mPackageManager, PLACEHOLDER_PACKAGE_NAME); in setUp()
137 mPackageManager, mInputMethodManager, PLACEHOLDER_PACKAGE_NAME); in getPermittedAndEnabledInputMethodList_noPermittedMethods_returnsEmptyList()
155 mPackageManager, mInputMethodManager, PLACEHOLDER_PACKAGE_NAME); in getPermittedAndEnabledInputMethodList_withGoogleTypingIME_doesNotIncludeIME()
183 mInputMethodManager, PLACEHOLDER_PACKAGE_NAME); in getPackageIcon_hasApplicationIcon()
191 mInputMethodManager, PLACEHOLDER_PACKAGE_NAME); in getPackageIcon_noApplicationIcon()
192 when(mPackageManager.getApplicationIcon(PLACEHOLDER_PACKAGE_NAME)).thenThrow( in getPackageIcon_noApplicationIcon()
201 mInputMethodManager, PLACEHOLDER_PACKAGE_NAME); in getPackageLabel()
209 mInputMethodManager, PLACEHOLDER_PACKAGE_NAME); in getSummaryString()
[all …]
DKeyboardPreferenceControllerTest.java61 private static final String PLACEHOLDER_PACKAGE_NAME = "placeholder package name"; field in KeyboardPreferenceControllerTest
86 mPermittedList.add(PLACEHOLDER_PACKAGE_NAME); in setUp()
116 createInputMethodInfo(packageManager, PLACEHOLDER_PACKAGE_NAME, PLACEHOLDER_LABEL)); in refreshUi_permitAllInputMethods_hasOneInputMethodInfo()
130 infos.add(createInputMethodInfo(packageManager, PLACEHOLDER_PACKAGE_NAME, in refreshUi_permitAllInputMethods_hasTwoInputMethodInfo()
132 infos.add(createInputMethodInfo(packageManager, PLACEHOLDER_PACKAGE_NAME, in refreshUi_permitAllInputMethods_hasTwoInputMethodInfo()
148 infos.add(createInputMethodInfo(packageManager, PLACEHOLDER_PACKAGE_NAME, in refreshUi_permitAllInputMethods_hasThreeInputMethodInfo()
150 infos.add(createInputMethodInfo(packageManager, PLACEHOLDER_PACKAGE_NAME, in refreshUi_permitAllInputMethods_hasThreeInputMethodInfo()
152 infos.add(createInputMethodInfo(packageManager, PLACEHOLDER_PACKAGE_NAME, in refreshUi_permitAllInputMethods_hasThreeInputMethodInfo()
DEnabledKeyboardPreferenceControllerTest.java69 private static final String PLACEHOLDER_PACKAGE_NAME = "placeholder package name"; field in EnabledKeyboardPreferenceControllerTest
95 mPermittedList.add(PLACEHOLDER_PACKAGE_NAME); in setUp()
115 List<InputMethodInfo> infos = createInputMethodInfoList(PLACEHOLDER_PACKAGE_NAME); in refreshUi_permitAllInputMethods()
DKeyboardManagementPreferenceControllerTest.java76 private static final String PLACEHOLDER_PACKAGE_NAME = "placeholder package name"; field in KeyboardManagementPreferenceControllerTest
114 mPermittedList.add(PLACEHOLDER_PACKAGE_NAME); in setUp()