Home
last modified time | relevance | path

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

/development/importMaven/src/main/kotlin/androidx/build/importMaven/
DDownloadObserver.kt31 fun onDownload(path: String, bytes: ByteArray) in interface() method
DLocalMavenRepoDownloader.kt51 override fun onDownload(path: String, bytes: ByteArray) { in <lambda>() method in androidx.build.importMaven.LocalMavenRepoDownloader