Searched refs:makeResourceUri (Results 1 – 2 of 2) sorted by relevance
75 return makeResourceUri(appPkg, resPkg, type, name); in getResourceUri()78 private static Uri makeResourceUri(String appPkg, String resPkg, String type, String name) { in makeResourceUri() method in Util
283 makeResourceUri(context, R.drawable.ic_voicemail), in lookupNumberInBackground()656 private static Uri makeResourceUri(Context context, int resourceId) { in makeResourceUri() method in TelecomUtils