Searched refs:componentId (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/car/setupwizard/library/tests/robotests/src/com/android/car/setupwizardlib/robolectric/
H A DCarSetupWizardLibRobolectricTestRunner.java68 private static String createSupportResourcePathFromJar(@NonNull String componentId) { argument
69 if (!AAR_VERSIONS.containsKey(componentId)) {
70 throw new IllegalArgumentException("Unknown component " + componentId
73 return String.format(SUPPORT_RESOURCE_PATH_TEMPLATE, componentId,
74 AAR_VERSIONS.get(componentId));
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java2033 String componentId = Settings.Secure.getStringForUser(mContext.getContentResolver(),
2035 if (TextUtils.isEmpty(componentId)) {
2045 if (componentId.equals(MagnificationController.class.getName())) {
2054 ComponentName componentName = ComponentName.unflattenFromString(componentId);

Completed in 204 milliseconds