Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiInjector.java475 public PropertyService getPropertyService() { in getPropertyService() method in WifiInjector
DClientModeImpl.java792 mPropertyService = wifiInjector.getPropertyService(); in ClientModeImpl()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java418 when(mWifiInjector.getPropertyService()).thenReturn(mPropertyService); in setUp()