Searched refs:isGreaterOrEqual (Results 1 – 2 of 2) sorted by relevance
58 return isGreaterOrEqual(platformVersion, ICE_CREAM_SANDWICH); in showOnScreenNavBar()63 return isGreaterOrEqual(platformVersion, GINGERBREAD) ? BLACK : WHITE; in getStatusBarColor()95 if (isGreaterOrEqual(platformVersion, O)) { in getTime()130 if (isGreaterOrEqual(platformVersion, KITKAT) || in getTimeColor()147 return isGreaterOrEqual(platformVersion, LOLLIPOP) ? "xml" : "png"; in getWifiIconType()154 public static boolean isGreaterOrEqual(int platformVersion, int code) { in isGreaterOrEqual() method in Config
225 if (!Config.isGreaterOrEqual(mSimulatedPlatformVersion, LOLLIPOP)) { in getBarColor()