Home
last modified time | relevance | path

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

/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/
DTestInstrumentationRunner.java68 public Application newApplication(ClassLoader cl, String className, Context context) in newApplication() method in TestInstrumentationRunner
70 Application app = super.newApplication(cl, className, context); in newApplication()