Home
last modified time | relevance | path

Searched refs:TwtSession (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DTwtManagerTest.java41 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/
DTwtManager.java27 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()
DWifiServiceImpl.java168 import android.net.wifi.twt.TwtSession;
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiTwtSession.java18 import android.net.wifi.twt.TwtSession;
34 public class WifiTwtSession implements TwtSession {
DWifiManager.java69 import android.net.wifi.twt.TwtSession;
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DWifiStaIfaceAidlImpl.java45 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/
DTwtSessionCallback.java136 void onCreate(@NonNull TwtSession twtSession); in onCreate()
DTwtSession.java40 public interface TwtSession { interface
/packages/modules/Wifi/framework/api/
Dsystem-current.txt1747 @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);