Searched defs:hiddenAPI (Results 1 – 2 of 2) sorted by relevance
30 type hiddenAPI struct { struct31 flagsCSVPath android.Path32 metadataCSVPath android.Path33 bootDexJarPath android.Path36 func (h *hiddenAPI) flagsCSV() android.Path {40 func (h *hiddenAPI) metadataCSV() android.Path {44 func (h *hiddenAPI) bootDexJar() android.Path {56 func (h *hiddenAPI) hiddenAPI(ctx android.ModuleContext, dexJar android.ModuleOutPath, implementati… func
343 hiddenAPI anonMember