Lines Matching refs:to

10  * Unless required by applicable law or agreed to in writing, software
22 * Package map to be used to rewrite packages. The rewrite rules allow duplicities where the
24 * The priority is determined only by the order (top to bottom). Having a rule with no file prefix
27 * We use this only for the support library rewriting to rewrite packages in manifest files.
35 to = "androidx/exifinterface"
39 to = "androidx/heifwriter"
43 to = "androidx/vectordrawable"
47 to = "androidx/vectordrawable"
51 to = "androidx/tvprovider"
55 to = "androidx/textclassifier"
59 to = "androidx/recyclerview/selection"),
62 to = "androidx/legacy/v4"
66 to = "androidx/print"
70 to = "androidx/documentfile"
74 to = "androidx/coordinatorlayout"
78 to = "androidx/swiperefreshlayout"
82 to = "androidx/slidingpanelayout"
86 to = "androidx/asynclayoutinflater"
90 to = "androidx/interpolator"
94 to = "androidx/palette"
98 to = "androidx/cardview"
102 to = "androidx/customview"
106 to = "androidx/loader"
110 to = "androidx/cursoradapter"
114 to = "androidx/mediarouter"
118 to = "androidx/appcompat"
122 to = "androidx/recyclerview"
126 to = "androidx/viewpager"
130 to = "androidx/percentlayout"
134 to = "androidx/gridlayout"
138 to = "androidx/legacy/v13"
142 to = "androidx/preference"
146 to = "androidx/legacy/preference"
150 to = "androidx/leanback"
154 to = "androidx/leanback/preference"
158 to = "androidx/core"
162 to = "androidx/media"
166 to = "androidx/fragment"
170 to = "androidx/legacy/coreutils"
174 to = "androidx/dynamicanimation"
178 to = "androidx/browser"
182 to = "androidx/legacy/coreui"
186 to = "androidx/contentpager"
190 to = "androidx/transition"
194 to = "androidx/recommendation"
198 to = "androidx/drawerlayout"
202 to = "androidx/wear"
206 to = "com/google/android/material"
210 to = "androidx/emoji/appcompat"
214 to = "androidx/emoji/bundled"
218 to = "androidx/emoji"
222 to = "androidx/text/emoji/bundled"
226 to = "androidx/localbroadcastmanager"
230 to = "androidx/text/emoji/bundled"
234 to = "androidx/webkit"
238 to = "androidx/slice/view"
242 to = "androidx/slice/core"
246 to = "androidx/slice/builders"
250 to = "androidx/paging/runtime"
254 to = "androidx/arch/core/testing"
258 to = "androidx/arch/core"
262 to = "androidx/sqlite/db/framework"
266 to = "androidx/sqlite/db"
270 to = "androidx/room/rxjava2"
274 to = "androidx/room/guava"
278 to = "androidx/room/testing"
282 to = "androidx/room"
286 to = "androidx/lifecycle/extensions"
290 to = "androidx/lifecycle/livedata/core"
294 to = "androidx/lifecycle"
298 to = "androidx/lifecycle/viewmodel"
302 to = "androidx/lifecycle/livedata"
306 to = "androidx/lifecycle/reactivestreams"
310 to = "androidx/multidex/instrumentation"
314 to = "androidx/multidex"
322 * Creates reversed version of this map (from becomes to and vice versa).
326 .map { PackageRule(from = it.to, to = it.from) }
336 return PackageName(rule.to)
341 data class PackageRule(val from: String, val to: String)