Searched refs:SECONDARY_DEX_FILE (Results 1 – 3 of 3) sorted by relevance
25 static final String SECONDARY_DEX_FILE = field in Main29 PathClassLoader pcl = new PathClassLoader(SECONDARY_DEX_FILE, Main.class.getClassLoader()); in main()
26 static final String SECONDARY_DEX_FILE = field in Main45 pcl.addDexPath(SECONDARY_DEX_FILE); in testLoadingSecondaryAppImageInLoadedClassLoader()
24 static final String SECONDARY_DEX_FILE = field in Main118 PathClassLoader pcl = new PathClassLoader(SECONDARY_DEX_FILE, parent); in testLoadingSecondaryAppImage()