Searched refs:canDisplay (Results 1 – 4 of 4) sorted by relevance
59 boolean canDisplay = !isDisallowedPackage in canDisplayLocaleUi()68 + " / canDisplay : " + canDisplay + " / 1.1"); in canDisplayLocaleUi()69 return canDisplay; in canDisplayLocaleUi()
135 final ApplicationInfo canDisplay = new ApplicationInfo(); in testCanDisplayAspectRatioUi() local136 canDisplay.packageName = mPackageName; in testCanDisplayAspectRatioUi()139 assertTrue(mUtils.canDisplayAspectRatioUi(canDisplay)); in testCanDisplayAspectRatioUi()154 final ApplicationInfo canDisplay = new ApplicationInfo(); in testCanDisplayAspectRatioUi_hasLauncher_propertyFalse_returnFalse() local155 canDisplay.packageName = mPackageName; in testCanDisplayAspectRatioUi_hasLauncher_propertyFalse_returnFalse()157 assertFalse(mUtils.canDisplayAspectRatioUi(canDisplay)); in testCanDisplayAspectRatioUi_hasLauncher_propertyFalse_returnFalse()
170 canDisplay = true, in setSummary()194 canDisplay = true200 canDisplay = false
131 val canDisplay: Boolean, constant in com.android.settings.spa.app.appcompat.UserAspectRatioAppListItemModel184 canDisplay = userAspectRatioManager.canDisplayAspectRatioUi(app), in transform()195 SpinnerItem.Suggested -> ({ it.canDisplay && it.suggested }) in filter()199 else -> ({ it.canDisplay }) in filter()