Home
last modified time | relevance | path

Searched refs:incrementNumSupplicantCrashes (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pNative.java93 mWifiMetrics.incrementNumSupplicantCrashes(); in onDeath()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNativeInterfaceManagementTest.java1020 mInOrder.verify(mWifiMetrics).incrementNumSupplicantCrashes(); in testSetupClientInterfaceAndSupplicantDied()
DWifiMetricsTest.java1012 mWifiMetrics.incrementNumSupplicantCrashes(); in setAndIncrementMetrics()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNative.java1090 mWifiMetrics.incrementNumSupplicantCrashes(); in onDeath()
DWifiMetrics.java4028 public synchronized void incrementNumSupplicantCrashes() { in incrementNumSupplicantCrashes() method in WifiMetrics