HomeSort by relevance Sort by last modified time
    Searched refs:mPropertyService (Results 1 - 7 of 7) sorted by null

  /packages/services/Car/service/src/com/android/car/
CarDrivingStateService.java 53 private CarPropertyService mPropertyService;
75 mPropertyService = propertyService;
94 mPropertyService.unregisterListener(property, mICarPropertyEventListener);
109 List<CarPropertyConfig> configs = mPropertyService.getPropertyList();
131 mPropertyService.registerListener(propertyId, PROPERTY_UPDATE_RATE,
391 List<CarPropertyConfig> properyList = mPropertyService.getPropertyList();
493 CarPropertyValue propertyValue = mPropertyService.getProperty(
506 CarPropertyValue propertyValue = mPropertyService.getProperty(
519 CarPropertyValue propertyValue = mPropertyService.getProperty(
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiInjector.java 106 private final PropertyService mPropertyService = new SystemPropertyService();
195 mWifiMonitor, mNwManagementService, mPropertyService, mWifiMetrics);
407 return mPropertyService;
WifiNative.java 79 private final PropertyService mPropertyService;
94 mPropertyService = propertyService;
663 return mPropertyService.getString("wifi.interface", "wlan0");
    [all...]
WifiStateMachine.java 193 private final PropertyService mPropertyService;
776 mPropertyService = wifiInjector.getPropertyService();
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiNativeTest.java 154 @Mock private PropertyService mPropertyService;
166 mWifiMonitor, mNwService, mPropertyService, mWifiMetrics);
WifiStateMachineTest.java 350 @Mock PropertyService mPropertyService;
396 when(mWifiInjector.getPropertyService()).thenReturn(mPropertyService);
    [all...]
WifiNativeInterfaceManagementTest.java 77 @Mock private PropertyService mPropertyService;
164 mWifiMonitor, mNwManagementService, mPropertyService, mWifiMetrics);
    [all...]

Completed in 276 milliseconds