Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/activity/
DAssociatedDeviceViewModel.java71 private final MutableLiveData<String> mAdvertisedCarName = new MutableLiveData<>(null); field in AssociatedDeviceViewModel
122 mAdvertisedCarName.postValue(null); in stopAssociation()
202 return mAdvertisedCarName; in getAdvertisedCarName()
339 mAdvertisedCarName.postValue(deviceName);
356 mAdvertisedCarName.postValue(null);