Home
last modified time | relevance | path

Searched refs:getDefaultTwtStats (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DTwtManager.java169 private static Bundle getDefaultTwtStats() { in getDefaultTwtStats() method in TwtManager
191 ((ITwtStatsListener) iInterface).onResult(getDefaultTwtStats()); in notifyFailure()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DTwtManagerTest.java170 private static Bundle getDefaultTwtStats() { in getDefaultTwtStats() method in TwtManagerTest
333 final Bundle defaultTwtStats = getDefaultTwtStats(); in testGetStatsSession()