Home
last modified time | relevance | path

Searched refs:className (Results 1 – 11 of 11) sorted by relevance

/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/
DHelperManager.java211 for (String className : mClasses) { in getAll()
214 clazz = mLoader.loadClass(className); in getAll()
220 Log.w(LOG_TAG, String.format("Class not found: %s", className)); in getAll()
225 && regex.matcher(className).matches()) { in getAll()
236 className), in getAll()
242 String.format("Failed to access the constructor %s", className), in getAll()
247 wrapThrowable(String.format("Failed to instantiate %s", className), e)); in getAll()
253 "Exception encountered instantiating %s", className), in getAll()
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DDexTestRunner.java163 public void setTestClassName(String className, String methodName) { in setTestClassName() argument
165 addTestClassByName(className, methodName); in setTestClassName()
168 void addTestClassByName(final String className, final String methodName) { in addTestClassByName() argument
170 final Class<?> testClass = mLoader.loadClass(className); in addTestClassByName()
186 throw new RuntimeException("Test class not found: " + className); in addTestClassByName()
193 throw new RuntimeException("No tests found in " + className + "#" + methodName); in addTestClassByName()
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsDateTimeHelperImpl.java92 .className( in setCalendar()
103 .className( in setCalendar()
219 .className( in setTime()
231 .className( in setTime()
249 .className( in scrollToObjectInPicker()
DSettingsSystemHelperImpl.java247 .className( in getSummeryText()
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DBusinessLogicExecutor.java141 String className = method.substring(0, index); in invokeMethod() local
142 Class cls = Class.forName(className); in invokeMethod()
/platform_testing/libraries/device-collectors/src/main/platform-collectors/src/android/device/collectors/
DStatsdListener.java339 String className = String.valueOf(description.getClassName()); in formatDescription() local
341 return methodName == null ? className : String.join("#", className, methodName); in formatDescription()
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationHelper.java64 private static final UiSelector LIST_VIEW = new UiSelector().className(ListView.class);
65 private static final UiSelector LIST_ITEM_VALUE = new UiSelector().className(TextView.class);
/platform_testing/libraries/automotive-helpers/media-center-app-helper/src/android/platform/helpers/
DMediaCenterHelperImpl.java371 new UiSelector().className(android.widget.TextView.class.getName()), menu); in selectByName()
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DSystemUiJankTests.java118 new UiSelector().className(Button.class).descriptionContains("CLEAR ALL");
512 new UiSelector().className(ImageView.class) in testQuickSettingsPull()
856 UiSelector replySelector = new UiSelector().className(ImageView.class) in testInlineReply()
/platform_testing/libraries/system-helpers/accessibility-helper/src/android/system/helpers/
DAccessibilityScannerHelper.java420 new UiSelector().className("android.widget.ScrollView")); in getShareApp()
/platform_testing/libraries/system-helpers/settings-helper/src/android/system/helpers/
DSettingsHelper.java76 new UiSelector().className(TextView.class);