Searched refs:ActionsModelParams (Results 1 – 3 of 3) sorted by relevance
41 Supplier<ActionsModelParamsSupplier.ActionsModelParams> {58 private ActionsModelParams mActionsModelParams;81 public ActionsModelParams get() { in get()91 private ActionsModelParams parse(ContentResolver contentResolver) { in parse()95 return ActionsModelParams.INVALID; in parse()103 return ActionsModelParams.INVALID; in parse()108 return ActionsModelParams.INVALID; in parse()114 return ActionsModelParams.INVALID; in parse()118 return new ActionsModelParams(version, locales, serializedPreconditions); in parse()122 return ActionsModelParams.INVALID; in parse()[all …]
32 import android.view.textclassifier.ActionsModelParamsSupplier.ActionsModelParams;129 private final Supplier<ActionsModelParams> mActionsModelParamsSupplier;616 ActionsModelParams params = mActionsModelParamsSupplier.get(); in getActionsImpl()
43 ActionsModelParamsSupplier.ActionsModelParams params = in getSerializedPreconditions_validActionsModelParams()44 new ActionsModelParamsSupplier.ActionsModelParams( in getSerializedPreconditions_validActionsModelParams()63 ActionsModelParamsSupplier.ActionsModelParams params = in getSerializedPreconditions_invalidVersion()64 new ActionsModelParamsSupplier.ActionsModelParams( in getSerializedPreconditions_invalidVersion()84 ActionsModelParamsSupplier.ActionsModelParams params = in getSerializedPreconditions_invalidLocales()85 new ActionsModelParamsSupplier.ActionsModelParams( in getSerializedPreconditions_invalidLocales()