Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/deviceinfo/regulatory/
DRegulatoryInfo.kt39 fun Context.getRegulatoryInfo(): Drawable? { in Context() method
57 private fun Context.getRegulatoryInfo(fileName: String): Drawable? { in getCoo() method
66 private fun Resources.getRegulatoryInfo(@DrawableRes resId: Int): Drawable? = try { in getRegulatoryInfo() method