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

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiInjector.java 96 private final PropertyService mPropertyService = new SystemPropertyService();
324 return mPropertyService;
WifiStateMachine.java 219 private final PropertyService mPropertyService;
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiStateMachineTest.java 343 @Mock PropertyService mPropertyService;
377 when(mWifiInjector.getPropertyService()).thenReturn(mPropertyService);
    [all...]

Completed in 415 milliseconds