Searched refs:TwtSession (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | TwtManagerTest.java | 41 import android.net.wifi.twt.TwtSession; 161 twtStats.putInt(TwtSession.TWT_STATS_KEY_INT_AVERAGE_TX_PACKET_COUNT, 200); in getMockTwtStats() 162 twtStats.putInt(TwtSession.TWT_STATS_KEY_INT_AVERAGE_RX_PACKET_COUNT, 300); in getMockTwtStats() 163 twtStats.putInt(TwtSession.TWT_STATS_KEY_INT_AVERAGE_TX_PACKET_SIZE, 400); in getMockTwtStats() 164 twtStats.putInt(TwtSession.TWT_STATS_KEY_INT_AVERAGE_RX_PACKET_SIZE, 200); in getMockTwtStats() 165 twtStats.putInt(TwtSession.TWT_STATS_KEY_INT_AVERAGE_EOSP_DURATION_MICROS, 1000); in getMockTwtStats() 166 twtStats.putInt(TwtSession.TWT_STATS_KEY_INT_EOSP_COUNT, 10); in getMockTwtStats() 172 twtStats.putInt(TwtSession.TWT_STATS_KEY_INT_AVERAGE_TX_PACKET_COUNT, -1); in getDefaultTwtStats() 173 twtStats.putInt(TwtSession.TWT_STATS_KEY_INT_AVERAGE_RX_PACKET_COUNT, -1); in getDefaultTwtStats() 174 twtStats.putInt(TwtSession.TWT_STATS_KEY_INT_AVERAGE_TX_PACKET_SIZE, -1); in getDefaultTwtStats() [all …]
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | TwtManager.java | 27 import android.net.wifi.twt.TwtSession; 171 twtStats.putInt(TwtSession.TWT_STATS_KEY_INT_AVERAGE_TX_PACKET_COUNT, -1); in getDefaultTwtStats() 172 twtStats.putInt(TwtSession.TWT_STATS_KEY_INT_AVERAGE_RX_PACKET_COUNT, -1); in getDefaultTwtStats() 173 twtStats.putInt(TwtSession.TWT_STATS_KEY_INT_AVERAGE_TX_PACKET_SIZE, -1); in getDefaultTwtStats() 174 twtStats.putInt(TwtSession.TWT_STATS_KEY_INT_AVERAGE_RX_PACKET_SIZE, -1); in getDefaultTwtStats() 175 twtStats.putInt(TwtSession.TWT_STATS_KEY_INT_AVERAGE_EOSP_DURATION_MICROS, -1); in getDefaultTwtStats() 176 twtStats.putInt(TwtSession.TWT_STATS_KEY_INT_EOSP_COUNT, -1); in getDefaultTwtStats()
|
D | WifiServiceImpl.java | 168 import android.net.wifi.twt.TwtSession;
|
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | WifiTwtSession.java | 18 import android.net.wifi.twt.TwtSession; 34 public class WifiTwtSession implements TwtSession {
|
D | WifiManager.java | 69 import android.net.wifi.twt.TwtSession;
|
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/ |
D | WifiStaIfaceAidlImpl.java | 45 import android.hardware.wifi.TwtSession; 976 public void onTwtSessionCreate(int cmdId, TwtSession twtSession) { in onTwtSessionCreate() 983 public void onTwtSessionUpdate(int cmdId, TwtSession twtSession) { in onTwtSessionUpdate() 1024 android.net.wifi.twt.TwtSession.TWT_STATS_KEY_INT_AVERAGE_TX_PACKET_COUNT, in onTwtSessionStats() 1027 android.net.wifi.twt.TwtSession.TWT_STATS_KEY_INT_AVERAGE_TX_PACKET_SIZE, in onTwtSessionStats() 1030 android.net.wifi.twt.TwtSession.TWT_STATS_KEY_INT_AVERAGE_RX_PACKET_COUNT, in onTwtSessionStats() 1033 android.net.wifi.twt.TwtSession.TWT_STATS_KEY_INT_AVERAGE_RX_PACKET_SIZE, in onTwtSessionStats() 1036 android.net.wifi.twt.TwtSession.TWT_STATS_KEY_INT_AVERAGE_EOSP_DURATION_MICROS, in onTwtSessionStats() 1039 android.net.wifi.twt.TwtSession.TWT_STATS_KEY_INT_AVERAGE_EOSP_DURATION_MICROS, in onTwtSessionStats()
|
/packages/modules/Wifi/framework/java/android/net/wifi/twt/ |
D | TwtSessionCallback.java | 136 void onCreate(@NonNull TwtSession twtSession); in onCreate()
|
D | TwtSession.java | 40 public interface TwtSession { interface
|
/packages/modules/Wifi/framework/api/ |
D | system-current.txt | 1747 @FlaggedApi("com.android.wifi.flags.android_v_wifi_api") public interface TwtSession { 1762 …oid.wifi.flags.android_v_wifi_api") public void onCreate(@NonNull android.net.wifi.twt.TwtSession);
|