Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiLastResortWatchdogTest.java2234 mLastResortWatchdog.noteStartConnectTime(TEST_NETWORK_ID); in testAbnormalConnectionTimeTriggersBugreport()
2246 mLastResortWatchdog.noteStartConnectTime(TEST_NETWORK_ID); in testAbnormalConnectionTimeTriggersBugreport()
2275 mLastResortWatchdog.noteStartConnectTime(TEST_NETWORK_ID); in testAbnormalConnectionTime_perNetwork()
2307 mLastResortWatchdog.noteStartConnectTime(TEST_NETWORK_ID); in testGServicesSetDuration()
2329 mLastResortWatchdog.noteStartConnectTime(TEST_NETWORK_ID); in testGServicesFlagDisable()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiLastResortWatchdog.java193 public void noteStartConnectTime(int networkId) { in noteStartConnectTime() method in WifiLastResortWatchdog
DClientModeImpl.java3397 mWifiLastResortWatchdog.noteStartConnectTime(config.networkId);