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.java80 mWifiMetrics.incrementNumSupplicantCrashes(); in onDeath()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNativeInterfaceManagementTest.java953 mInOrder.verify(mWifiMetrics).incrementNumSupplicantCrashes(); in testSetupClientInterfaceAndSupplicantDied()
DWifiMetricsTest.java959 mWifiMetrics.incrementNumSupplicantCrashes(); in setAndIncrementMetrics()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNative.java966 mWifiMetrics.incrementNumSupplicantCrashes(); in onDeath()
DWifiMetrics.java3936 public synchronized void incrementNumSupplicantCrashes() { in incrementNumSupplicantCrashes() method in WifiMetrics