Searched refs:classLoaderContextMap (Results 1 – 1 of 1) sorted by relevance
209 type classLoaderContextMap map[int]*classLoaderContext type213 func (m classLoaderContextMap) getSortedKeys() []int {222 func (m classLoaderContextMap) getValue(sdkVer int) *classLoaderContext {229 func (m classLoaderContextMap) addLibs(sdkVer int, module *ModuleConfig, libs ...string) {238 func (m classLoaderContextMap) addSystemServerLibs(sdkVer int, ctx android.PathContext, module *Mod…279 classLoaderContexts := make(classLoaderContextMap)