Searched refs:startedFeatures (Results 1 – 3 of 3) sorted by relevance
84 public void onInitComplete(List<String> allAvailableFeatures, List<String> startedFeatures,90 if (startedFeatures == null || classNames == null || binders == null) {94 int sizeOfStartedFeatures = startedFeatures.size();98 + "startedFeatures:" + startedFeatures + " classNames:" + classNames105 for (int i = 0; i < startedFeatures.size(); i++) {106 mEnabledFeatures.put(startedFeatures.get(i),115 Slogf.i(TAG, "Started experimental features:" + startedFeatures);
88 ArrayList<String> startedFeatures = new ArrayList<>(); in init() local104 startedFeatures.add(feature); in init()114 helper.onInitComplete(ALL_AVAILABLE_FEATURES, startedFeatures, classNames, binders); in init()
31 void onInitComplete(in List<String> allAvailableFeatures, in List<String> startedFeatures, in onInitComplete() argument