Searched refs:isApp2Launchable (Results 1 – 2 of 2) sorted by relevance
60 val (isApp1Launchable, isApp2Launchable) = appPairInfo.isLaunchable(p.context) in composeDrawable() constant62 if (!isApp2Launchable) appIcon2.setIsDisabled(true) in composeDrawable()
172 isApp2Launchable = info.isLaunchable(launcher).getSecond(); in onClickAppPairIcon()173 if (!isApp1Launchable || !isApp2Launchable) { in onClickAppPairIcon()