Searched refs:getBooleanSystemProperty (Results 1 – 3 of 3) sorted by relevance
31 import static com.android.car.ui.utils.CarUiUtils.getBooleanSystemProperty;407 boolean isWideScreenMode = getBooleanSystemProperty(context.getResources(),
165 public static boolean getBooleanSystemProperty( in getBooleanSystemProperty() method in CarUiUtils
846 return CarUiUtils.getBooleanSystemProperty(mContext.getResources(), in isWideScreenMode()