Searched refs:apexType (Results 1 – 3 of 3) sorted by relevance
84 apexType := a.properties.ApexType88 if !a.primaryApexType && apexType != flattenedApex {93 if strings.HasPrefix(apexName, "com.android.gki.") && apexType != flattenedApex {102 if symbolFilesNotNeeded && apexType != flattenedApex {157 if apexType == flattenedApex {278 if fi.builtFile == a.manifestPbOut && apexType == flattenedApex {357 apexType := a.properties.ApexType363 if apexType == flattenedApex {383 stemSuffix := apexType.suffix()430 if apexType == imageApex {
404 apexType := a.properties.ApexType405 suffix := apexType.suffix()522 if apexType == imageApex {660 Description: "apex (" + apexType.name() + ")",745 Description: "apex (" + apexType.name() + ")",786 if apexType == imageApex && (compressionEnabled || a.testOnlyShouldForceCompression()) {
77 private String getTestApex(ApexName apexName, ApexType apexType, ApexVersion apexVersion, in getTestApex() argument102 switch(apexType) { in getTestApex()