Searched refs:canLinkToAppStore (Results 1 – 2 of 2) sorted by relevance
575 boolean canLinkToAppStore = mViewModel in getLinkToAppStore()576 .canLinkToAppStore(PermissionRationaleActivity.this, installSourcePackageName); in getLinkToAppStore()577 if (!canLinkToAppStore) { in getLinkToAppStore()
148 fun canLinkToAppStore(context: Context, installSourcePackageName: String): Boolean { in <lambda>() method