Searched defs:onDownload (Results 1 – 2 of 2) sorted by relevance
| /development/importMaven/src/main/kotlin/androidx/build/importMaven/ | ||
| D | DownloadObserver.kt | 31 fun onDownload(path: String, bytes: ByteArray) in interface() method |
| D | LocalMavenRepoDownloader.kt | 51 override fun onDownload(path: String, bytes: ByteArray) { in <lambda>() method in androidx.build.importMaven.LocalMavenRepoDownloader |