Lines Matching defs:expectedConfig
145 type expectedConfig struct { struct
146 name string
147 stem string
148 dir string
149 symbolsDir string
150 installDir string
151 profileInstallPathInApex string
152 modules android.ConfiguredJarList
153 dexPaths []string
154 dexPathsDeps []string
155 zip string
156 variants []*expectedVariant
159 profileInstalls []normalizedInstall
160 profileLicenseMetadataFile string
1104 func clearMutatedFields(expected *expectedConfig) {
1121 …otImageConfig(t *testing.T, imageConfig *bootImageConfig, mutated bool, expected *expectedConfig) {
1133 … nestedCheckBootImageConfig(t *testing.T, imageConfig *bootImageConfig, expected *expectedConfig) {