/packages/services/Car/service/src/com/android/car/ |
D | CarDrivingStateService.java | 58 private final CarPropertyService mPropertyService; field in CarDrivingStateService 103 mPropertyService = propertyService; in CarDrivingStateService() 125 mPropertyService.unregisterListener(property, mICarPropertyEventListener); in release() 146 List<CarPropertyConfig> configs = mPropertyService in checkPropertySupport() 169 mPropertyService.registerListener(propertyId, PROPERTY_UPDATE_RATE, in subscribeToProperties() 369 List<CarPropertyConfig> propertyList = mPropertyService in getSupportedGears() 477 CarPropertyValue propertyValue = mPropertyService.getPropertySafe( in updateVehiclePropertiesIfNeededLocked() 490 CarPropertyValue propertyValue = mPropertyService.getPropertySafe( in updateVehiclePropertiesIfNeededLocked() 503 CarPropertyValue propertyValue = mPropertyService.getPropertySafe( in updateVehiclePropertiesIfNeededLocked()
|
/packages/services/Car/service/src/com/android/car/evs/ |
D | CarEvsService.java | 161 private final CarPropertyService mPropertyService; field in CarEvsService 689 mPropertyService = propertyService; in CarEvsService() 745 if (mPropertyService == null || in init() 746 mPropertyService.getProperty(VehicleProperty.GEAR_SELECTION, in init() 754 mPropertyService.registerListener(VehicleProperty.GEAR_SELECTION, /*rate=*/0, in init() 768 if (mUseGearSelection && mPropertyService != null) { in init() 772 mPropertyService.unregisterListener(VehicleProperty.GEAR_SELECTION, in init() 785 if (mUseGearSelection && mPropertyService != null) { in release() 789 mPropertyService.unregisterListener(VehicleProperty.GEAR_SELECTION, in release()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/ |
D | WifiP2pNative.java | 52 private final PropertyService mPropertyService; field in WifiP2pNative 101 mPropertyService = propertyService; in WifiP2pNative() 177 return mPropertyService.getString(P2P_INTERFACE_PROPERTY, P2P_IFACE_NAME); in createP2pIface() 216 : mPropertyService.getString(P2P_INTERFACE_PROPERTY, P2P_IFACE_NAME); in setupInterface() 234 String ifaceName = mPropertyService.getString(P2P_INTERFACE_PROPERTY, P2P_IFACE_NAME); in teardownInterface()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/ |
D | WifiP2pNativeInterfaceManagementTest.java | 64 @Mock private PropertyService mPropertyService; field in WifiP2pNativeInterfaceManagementTest 99 when(mPropertyService.getString(P2P_INTERFACE_PROPERTY, P2P_IFACE_NAME)) in setUp() 104 mPropertyService); in setUp()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiInjector.java | 164 private final PropertyService mPropertyService = new SystemPropertyService(); field in WifiInjector 308 mWifiMonitor, mPropertyService, mWifiMetrics, in WifiInjector() 313 mWifiVendorHal, mSupplicantP2pIfaceHal, mHalDeviceManager, mPropertyService); in WifiInjector()
|
D | WifiNative.java | 92 private final PropertyService mPropertyService; field in WifiNative 118 mPropertyService = propertyService; in WifiNative() 905 return mPropertyService.getString("wifi.interface", "wlan0"); in handleIfaceCreationWhenVendorHalNotSupported()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiNativeInterfaceManagementTest.java | 82 @Mock private PropertyService mPropertyService; field in WifiNativeInterfaceManagementTest 178 mWifiMonitor, mPropertyService, mWifiMetrics, in setUp() 1258 when(mPropertyService.getString(any(), any())).thenReturn(IFACE_NAME_0); in testSetupClientAndSoftApInterfaceCausesClientInterfaceTeardownWithNoVendorHal() 1326 when(mPropertyService.getString(any(), any())).thenReturn(IFACE_NAME_0); in testSetupSoftApAndClientInterfaceCausesSoftApInterfaceTeardownWithNoVendorHal()
|
D | WifiNativeTest.java | 246 @Mock private PropertyService mPropertyService; field in WifiNativeTest 292 mWifiMonitor, mPropertyService, mWifiMetrics, in setUp()
|