Searched refs:isModelDarkLaunchEnabled (Results 1 – 5 of 5) sorted by relevance
64 .that(constants.isModelDarkLaunchEnabled()).isTrue(); in testLoadFromString()138 .that(constants.isModelDarkLaunchEnabled()).isFalse(); in testLoadFromString_differentValues()191 .that(constants.isModelDarkLaunchEnabled()).isFalse(); in testLoadFromString_defaultValues()
222 public boolean isModelDarkLaunchEnabled() { in isModelDarkLaunchEnabled() method in TextClassificationConstants361 pw.printPair("model_dark_launch_enabled", isModelDarkLaunchEnabled()) in dump()
196 if (mSettings.isModelDarkLaunchEnabled() && !request.isDarkLaunchAllowed()) { in suggestSelection()
257 if (!getTextClassificationSettings().isModelDarkLaunchEnabled()) { in startActionMode()1121 return TextClassificationManager.getSettings(mContext).isModelDarkLaunchEnabled(); in isDarkLaunchEnabled()
82421 Landroid/view/textclassifier/TextClassificationConstants;->isModelDarkLaunchEnabled()Z