Searched refs:className (Results 1 – 7 of 7) sorted by relevance
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/ |
D | HelperManager.java | 211 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/ |
D | DexTestRunner.java | 163 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/device-collectors/src/main/platform-collectors/src/android/device/collectors/ |
D | StatsdListener.java | 313 String className = String.valueOf(description.getClassName()); in formatDescription() local 315 return methodName == null ? className : String.join("#", className, methodName); in formatDescription()
|
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/ |
D | NotificationHelper.java | 64 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/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/ |
D | SystemUiJankTests.java | 117 new UiSelector().className(Button.class).descriptionContains("CLEAR ALL"); 499 new UiSelector().className(ImageView.class) in testQuickSettingsPull() 839 UiSelector replySelector = new UiSelector().className(ImageView.class) in testInlineReply()
|
/platform_testing/libraries/system-helpers/accessibility-helper/src/android/system/helpers/ |
D | AccessibilityScannerHelper.java | 420 new UiSelector().className("android.widget.ScrollView")); in getShareApp()
|
/platform_testing/libraries/system-helpers/settings-helper/src/android/system/helpers/ |
D | SettingsHelper.java | 73 new UiSelector().className(TextView.class);
|