Home
last modified time | relevance | path

Searched refs:mLocalFeatures (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/service/
DCompanionDeviceSupportService.java75 private final List<LocalFeature> mLocalFeatures = new ArrayList<>(); field in CompanionDeviceSupportService
91 mLocalFeatures.add(new ConnectionHowitzer(this, mConnectedDeviceManager)); in onCreate()
162 for (LocalFeature feature : mLocalFeatures) { in initializeFeatures()