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 39 private final PropertyService mPropertyService = new SystemPropertyService();
56 return mPropertyService;
WifiStateMachine.java 200 private final PropertyService mPropertyService;
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiStateMachineTest.java 326 @Mock PropertyService mPropertyService;
349 when(mWifiInjector.getPropertyService()).thenReturn(mPropertyService);
    [all...]

Completed in 182 milliseconds