Lines Matching refs:ConfiguredJarList
45 BootJars android.ConfiguredJarList // modules for jars that form the boot class path
46 ApexBootJars android.ConfiguredJarList // jars within apex that form the boot class path
48 ArtApexJars android.ConfiguredJarList // modules for jars that are in the ART APEX
49 …TestOnlyArtBootImageJars android.ConfiguredJarList // modules for jars to be included in the ART b…
51 …SystemServerJars android.ConfiguredJarList // system_server classpath jars on the pl…
53 …ApexSystemServerJars android.ConfiguredJarList // system_server classpath jars delivered…
54 …StandaloneSystemServerJars android.ConfiguredJarList // jars on the platform that system_serve…
55 …ApexStandaloneSystemServerJars android.ConfiguredJarList // jars delivered via apex that system_se…
110 …(g *GlobalConfig) AllPlatformSystemServerJars(ctx android.PathContext) *android.ConfiguredJarList {
114 }).(*android.ConfiguredJarList)
121 func (g *GlobalConfig) AllApexSystemServerJars(ctx android.PathContext) *android.ConfiguredJarList {
125 }).(*android.ConfiguredJarList)
131 …g *GlobalConfig) AllSystemServerClasspathJars(ctx android.PathContext) *android.ConfiguredJarList {
135 }).(*android.ConfiguredJarList)
141 func (g *GlobalConfig) AllSystemServerJars(ctx android.PathContext) *android.ConfiguredJarList {
145 }).(*android.ConfiguredJarList)
626 compareBootJars := func(property string, dexpreoptJars, variableJars android.ConfiguredJarList) {