/cts/tests/tests/appcomponentfactory/src/android/app/componentfactory/cts/ |
D | MyFactory.java | 28 public Application instantiateApplication(ClassLoader cl, String className) in instantiateApplication() argument 33 return super.instantiateApplication(cl, className); in instantiateApplication() 37 public Activity instantiateActivity(ClassLoader cl, String className, Intent intent) in instantiateActivity() argument 42 return super.instantiateActivity(cl, className, intent); in instantiateActivity() 46 public BroadcastReceiver instantiateReceiver(ClassLoader cl, String className, Intent intent) in instantiateReceiver() argument 51 return super.instantiateReceiver(cl, className, intent); in instantiateReceiver() 55 public ContentProvider instantiateProvider(ClassLoader cl, String className) in instantiateProvider() argument 60 return super.instantiateProvider(cl, className); in instantiateProvider() 64 public Service instantiateService(ClassLoader cl, String className, Intent intent) in instantiateService() argument 69 return super.instantiateService(cl, className, intent); in instantiateService()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | CustomClassLoaderTest.java | 65 CustomDexClassLoader cl = new CustomDexClassLoader( in testCustomDexClassLoader() local 71 Field field = cl.loadClass("android.os.cts.TestClass").getField("MESSAGE"); in testCustomDexClassLoader() 84 CustomPathClassLoader cl = new CustomPathClassLoader( in testCustomPathClassLoader() local 89 Field field = cl.loadClass("android.os.cts.TestClass").getField("MESSAGE"); in testCustomPathClassLoader()
|
/cts/hostsidetests/appsecurity/test-apps/ClassLoaderSplitApp/src/com/android/cts/classloadersplitapp/ |
D | SplitAppTest.java | 93 final ClassLoader cl = context.getClassLoader(); in testFeatureAClassLoader() local 94 assertEquals("dalvik.system.DelegateLastClassLoader", cl.getClass().getName()); in testFeatureAClassLoader() 97 assertEquals("dalvik.system.PathClassLoader", cl.getParent().getClass().getName()); in testFeatureAClassLoader() 108 final ClassLoader cl = context.getClassLoader(); in testFeatureBClassLoader() local 109 assertEquals("dalvik.system.PathClassLoader", cl.getClass().getName()); in testFeatureBClassLoader() 110 assertEquals("dalvik.system.DelegateLastClassLoader", cl.getParent().getClass().getName()); in testFeatureBClassLoader()
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
D | CellLocationTest.java | 72 CellLocation cl = CellLocation.getEmpty(); in testCellLocation() local 73 if (cl instanceof GsmCellLocation) { in testCellLocation() 74 GsmCellLocation gcl = (GsmCellLocation) cl; in testCellLocation()
|
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
D | JarTestFinder.java | 47 … URLClassLoader cl = URLClassLoader.newInstance(urls, JarTestFinder.class.getClassLoader()); in getClasses() local 60 Class<?> cls = cl.loadClass(className); in getClasses()
|
D | TestCaseReport.java | 302 URLClassLoader cl = in getJarTestClasses() local 319 Class<?> cls = cl.loadClass(className); in getJarTestClasses()
|
/cts/tests/signature/api-check/src/java/android/signature/cts/api/ |
D | BootClassPathClassesProvider.java | 93 ClassLoader cl = BootClassPathClassesProvider.class.getClassLoader(); in copyAgentToFile() local 97 ((BaseDexClassLoader) cl).findLibrary(lib))) { in copyAgentToFile()
|
/cts/tests/tests/jvmti/attaching/src/android.jvmti.attaching.cts/ |
D | AttachingTest.java | 138 ClassLoader cl = AttachingTest.class.getClassLoader(); in copyAgentToFile() local 139 assertTrue(cl instanceof BaseDexClassLoader); in copyAgentToFile() 143 ((BaseDexClassLoader) cl).findLibrary(lib))) { in copyAgentToFile()
|
/cts/tests/app/src/android/app/cts/ |
D | InstrumentationTest.java | 375 ClassLoader cl = getClass().getClassLoader(); in testNewApplication() local 377 Application app = mInstrumentation.newApplication(cl, className, mContext); in testNewApplication() 418 ClassLoader cl = getClass().getClassLoader(); in testNewActivity() local 419 Activity activity = mInstrumentation.newActivity(cl, InstrumentationTestActivity.class in testNewActivity()
|
/cts/tests/tests/media/assets/ |
D | segment000000.ts | 1941 …�������������������������������������������������������~��&��������\A�_����cl�.������k�$E�j6��… 2443 …�!_���H(�5G�Nl��~B$cj�����7�G��}��H�r�������t�]�����^�%����4Y�cl��}}��d����D�i�q���…
|
D | segment000001.ts | 674 ����cl�_*��4�s���Sܫ��pM?�Oe�E2}��@� �l��y|l�G���ާH�Vb�>(�!iI��@i
|