Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
DUtil.kt41 fun getResourceUri(packageContext: Context?, res: Int): Uri? { in getResourceUri() method
51 fun getResourceUri(context: Context?, appInfo: ApplicationInfo?, res: Int): Uri? { in getResourceUri() method
66 private fun getResourceUri(resources: Resources?, appPkg: String?, res: Int): Uri { in getResourceUri() method
/packages/apps/DeskClock/src/com/android/deskclock/
DUtils.kt167 fun getResourceUri(context: Context, @AnyRes resourceId: Int): Uri { in getResourceUri() method