Searched refs:isModelDarkLaunchEnabled (Results 1 – 4 of 4) sorted by relevance
52 assertTrue("model_dark_launch_enabled", constants.isModelDarkLaunchEnabled()); in testLoadFromString()86 assertFalse("model_dark_launch_enabled", constants.isModelDarkLaunchEnabled()); in testLoadFromString_differentValues()
193 public boolean isModelDarkLaunchEnabled() { in isModelDarkLaunchEnabled() method in TextClassificationConstants
130 if (mSettings.isModelDarkLaunchEnabled() && !request.isDarkLaunchAllowed()) { in suggestSelection()
250 if (!getTextClassificationSettings().isModelDarkLaunchEnabled()) { in startActionMode()1032 return TextClassificationManager.getSettings(mContext).isModelDarkLaunchEnabled(); in isDarkLaunchEnabled()