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

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiInjector.java 335 public WifiBackupRestore getWifiBackupRestore() {
WifiServiceImpl.java 405 mWifiBackupRestore = mWifiInjector.getWifiBackupRestore();
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiServiceImplTest.java 263 when(mWifiInjector.getWifiBackupRestore()).thenReturn(mWifiBackupRestore);
    [all...]
WifiStateMachineTest.java 380 when(mWifiInjector.getWifiBackupRestore()).thenReturn(mock(WifiBackupRestore.class));
    [all...]

Completed in 1367 milliseconds