Home
last modified time | relevance | path

Searched defs:hiddenAPI (Results 1 – 2 of 2) sorted by relevance

/build/soong/java/
Dhiddenapi.go30 type hiddenAPI struct { struct
31 flagsCSVPath android.Path
32 metadataCSVPath android.Path
33 bootDexJarPath android.Path
36 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
Djava.go343 hiddenAPI anonMember