Home
last modified time | relevance | path

Searched defs:className (Results 1 – 25 of 84) sorted by relevance

1234

/cts/tests/tests/appcomponentfactory/src/android/app/componentfactory/cts/
DMyFactory.java28 public Application instantiateApplication(ClassLoader cl, String className) in instantiateApplication()
37 public Activity instantiateActivity(ClassLoader cl, String className, Intent intent) in instantiateActivity()
46 public BroadcastReceiver instantiateReceiver(ClassLoader cl, String className, Intent intent) in instantiateReceiver()
55 public ContentProvider instantiateProvider(ClassLoader cl, String className) in instantiateProvider()
64 public Service instantiateService(ClassLoader cl, String className, Intent intent) in instantiateService()
/cts/tools/vm-tests-tf/src/dot/junit/
DDxTestCase.java46 public static Class<?> load(String className, Class<?> expectedErrorClass) { in load()
65 public static void loadAndRun(String className, boolean isStatic, boolean wrapped, in loadAndRun()
99 public static void loadAndRun(String className, Class<?> expectedErrorClass) { in loadAndRun()
103 public static void loadAndRun(String className, Class<?> expectedErrorClass, Object... args) { in loadAndRun()
DDxAbstractMain.java48 public static Class<?> load(String className, Class<?> expectedErrorClass) { in load()
68 public static void loadAndRun(String className, boolean isStatic, boolean wrapped, in loadAndRun()
103 public static void loadAndRun(String className, Class<?> expectedErrorClass) { in loadAndRun()
107 public static void loadAndRun(String className, Class<?> expectedErrorClass, Object... args) { in loadAndRun()
/cts/tests/tests/uirendering27/src/android/uirendering/cts/util/
DBitmapDumper.java44 public static void deleteFileInClassFolder(String className, String testName) { in deleteFileInClassFolder()
58 public static void createSubDirectory(String className) { in createSubDirectory()
74 String className, DifferenceVisualizer differenceVisualizer) { in dumpBitmaps()
93 public static void dumpBitmap(Bitmap bitmap, String testName, String className) { in dumpBitmap()
101 … private static void saveFile(String className, String testName, String fileName, Bitmap bitmap) { in saveFile()
/cts/tests/tests/uirendering/src/android/uirendering/cts/util/
DBitmapDumper.java44 public static void deleteFileInClassFolder(String className, String testName) { in deleteFileInClassFolder()
58 public static void createSubDirectory(String className) { in createSubDirectory()
74 String className, DifferenceVisualizer differenceVisualizer) { in dumpBitmaps()
93 public static void dumpBitmap(Bitmap bitmap, String testName, String className) { in dumpBitmap()
101 … private static void saveFile(String className, String testName, String fileName, Bitmap bitmap) { in saveFile()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DLockTaskTest.java452 private void stopAndFinish(String className) throws InterruptedException { in stopAndFinish()
463 private void finishAndWait(String className) throws InterruptedException { in finishAndWait()
487 private void startLockTask(String className) throws InterruptedException { in startLockTask()
496 private void startLockTaskWithOptions(String className) throws InterruptedException { in startLockTaskWithOptions()
505 private void stopLockTask(String className) throws InterruptedException { in stopLockTask()
514 private void finish(String className) throws InterruptedException { in finish()
547 private Intent getLockTaskUtility(String className) { in getLockTaskUtility()
/cts/tests/tests/binder_ndk/src/android/binder/cts/
DSyncTestServiceConnection.java47 public void onServiceConnected(ComponentName className, IBinder service) { in onServiceConnected()
55 public void onServiceDisconnected(ComponentName className) { in onServiceDisconnected()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTestApi25.java98 protected void executeDeviceTestClass(String className) throws Exception { in executeDeviceTestClass()
102 protected void executeDeviceTestMethod(String className, String testName) throws Exception { in executeDeviceTestMethod()
DBaseDeviceAdminHostSideTest.java72 protected void runTests(@Nonnull String apk, @Nonnull String className, in runTests()
78 protected void runTests(@Nonnull String apk, @Nonnull String className) in runTests()
/cts/common/device-side/nativetesthelper/src/com/android/gtestrunner/
DGtestRunner.java90 private static native void nInitialize(String className, Description description); in nInitialize()
92 private static native boolean nRun(String className, RunNotifier notifier); in nRun()
/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/
DComponentNameUtils.java34 static String buildComponentName(String packageName, String className) { in buildComponentName()
/cts/tests/tests/keystore/src/android/server/am/component/
DComponentsBase.java39 Class<? extends ComponentsBase> componentsClass, String className) { in component()
/cts/tests/framework/base/windowmanager/app_base/src/android/server/wm/component/
DComponentsBase.java39 Class<? extends ComponentsBase> componentsClass, String className) { in component()
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainInteractionSessionService.java31 final String className = (args != null) in onNewSession() local
/cts/tests/tests/graphics/jni/
DNativeTestHelpers.cpp32 const char *className = "java/lang/AssertionError"; in fail() local
/cts/hostsidetests/devicepolicy/app/IntentReceiver/src/com/android/cts/intent/receiver/
DSimpleIntentReceiverActivity.java36 String className = getIntent().getComponent().getClassName(); in onCreate() local
/cts/tests/signature/lib/common/src/android/signature/cts/
DDexField.java19 public DexField(String className, String name, String type, String[] flags) { in DexField()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DComponentNameUtils.java48 final String className = componentName.getClassName(); in getLogTag() local
/cts/hostsidetests/backup/src/android/cts/backup/
DBaseBackupHostSideTest.java106 protected void checkDeviceTest(String packageName, String className, String testName) in checkDeviceTest()
112 protected void startActivityInPackageAndWait(String packageName, String className) in startActivityInPackageAndWait()
/cts/hostsidetests/userspacereboot/src/com/android/cts/userspacereboot/host/
DUserspaceRebootHostTest.java59 private void runDeviceTest(String pkgName, String className, String testName) throws Exception { in runDeviceTest()
63 private void runDeviceTest(String pkgName, String className, String testName, Duration timeout) in runDeviceTest()
66 getDevice(), pkgName, pkgName + "." + className, testName, timeout.toMillis()); in runDeviceTest() local
/cts/hostsidetests/jvmti/redefining/app/src/art/
DMain.java23 public static native void bindAgentJNI(String className, ClassLoader classLoader); in bindAgentJNI()
/cts/hostsidetests/jvmti/tagging/app/src/art/
DMain.java23 public static native void bindAgentJNI(String className, ClassLoader classLoader); in bindAgentJNI()
/cts/hostsidetests/jvmti/allocation-tracking/app/src/art/
DMain.java23 public static native void bindAgentJNI(String className, ClassLoader classLoader); in bindAgentJNI()
/cts/hostsidetests/numberblocking/src/com/android/cts/numberblocking/hostside/
DNumberBlockingTest.java194 private void runTestAsPrimaryUser(String className, String methodName) throws Exception { in runTestAsPrimaryUser()
198 private void runTestAsSecondaryUser(String className, String methodName) throws Exception { in runTestAsSecondaryUser()
202 private void runTestAsUser(String className, String methodName, int userId) throws Exception { in runTestAsUser()
/cts/common/device-side/nativetesthelper/jni/
Dgtest_wrapper.cpp86 jobject createTestDescription(JNIEnv* env, jstring className, const std::string& mangledName) { in createTestDescription()
92 jobject createTestDescription(JNIEnv* env, jstring className, const char* testCaseName, const char*… in createTestDescription()
107 JUnitNotifyingListener(JNIEnv* env, jstring className, jobject runNotifier) in JUnitNotifyingListener()
170 Java_com_android_gtestrunner_GtestRunner_nInitialize(JNIEnv *env, jclass, jstring className, jobjec… in Java_com_android_gtestrunner_GtestRunner_nInitialize()
234 Java_com_android_gtestrunner_GtestRunner_nRun(JNIEnv *env, jclass, jstring className, jobject notif… in Java_com_android_gtestrunner_GtestRunner_nRun()

1234