Searched refs:mLocalFeatures (Results 1 – 1 of 1) sorted by relevance
75 private final List<LocalFeature> mLocalFeatures = new ArrayList<>(); field in CompanionDeviceSupportService91 mLocalFeatures.add(new ConnectionHowitzer(this, mConnectedDeviceManager)); in onCreate()162 for (LocalFeature feature : mLocalFeatures) { in initializeFeatures()