History log of /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/SoftApManagerTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d9c55738e1bb2ff3faee24c5434453352a9e6611 31-May-2016 Christopher Wiley <wiley@google.com> Remove all knowledge of tethering from SoftApManager

( dirty cherry-pick from f502d3e20409d81cfefd762b3b44f46dead09a92 )

This logic has moved into Tethering and TetherInterfaceStatemachine,
where it probably always belonged.

Bug: 29054780
Test: WiFi tethering continues to work on angler
`runtest frameworks-wifi` passes.

Change-Id: Ifff78ea540929fde4abea65716e1f659da2ecfec
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/SoftApManagerTest.java
be40e20f6995d9d11c8270502120a07785dde270 12-Apr-2016 Daniel Erat <derat@google.com> Refactor SoftApManagerTest.

SoftApManagerTest formerly had tests that doubled as helper
methods (sometimes even calling each other), making it
difficult to simulate events occurring in different orders.

This change creates a clearer distinction between helpers
and tests, and also tries to classify helpers as either
starting processes or verifying that the code under test did
what was expected.

Bug: 28107595
Change-Id: I743d8abbf73ffcd6988ef16d00286733355582ea
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/SoftApManagerTest.java
e5b93fbfe451bc57c07b3f72191b52b6bd237d5b 09-Feb-2016 Peter Qiu <zqiu@google.com> Add SoftApManager class

The newly created class is responsible for managing soft AP
instance and tethering state transitions.

This class will be integrated to WifiStateMachine in an upcoming
CL, which will remove the existing soft AP and tethering related
code from WifiStateMachine.

Bug: 26876260
TEST=runtest frameworks-wifi

Change-Id: I25568649b8c9d18ce78019dac614bafb9c5a3448
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/SoftApManagerTest.java