Searched refs:TetherMainSM (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
D | Tethering.java | 180 Tethering.class, TetherMainSM.class, IpServer.class 241 private final TetherMainSM mTetherMainSM; 311 mTetherMainSM = new TetherMainSM("TetherMain", mLooper, deps); in Tethering() 325 mTetherMainSM.sendMessage(TetherMainSM.EVENT_UPSTREAM_CALLBACK, what, 0, obj); in Tethering() 334 TetherMainSM.EVENT_UPSTREAM_PERMISSION_CHANGED)); in Tethering() 1210 mTetherMainSM.sendMessage(TetherMainSM.CMD_UPSTREAM_CHANGED); in handleConnectivityAction() 1657 class TetherMainSM extends StateMachine { class in Tethering 1707 TetherMainSM(String name, Looper looper, TetheringDependencies deps) { in TetherMainSM() method in Tethering.TetherMainSM 2727 mTetherMainSM.sendMessage(TetherMainSM.CMD_CLEAR_ERROR, who); in updateInterfaceState() 2733 which = TetherMainSM.EVENT_IFACE_SERVING_STATE_INACTIVE; in updateInterfaceState() [all …]
|
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | TetheringTest.java | 312 private Tethering.TetherMainSM mTetherMainSM;
|