Searched refs:mTetherMainSM (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
D | Tethering.java | 241 private final TetherMainSM mTetherMainSM; field in Tethering 311 mTetherMainSM = new TetherMainSM("TetherMain", mLooper, deps); in Tethering() 312 mTetherMainSM.start(); in Tethering() 314 mHandler = mTetherMainSM.getHandler(); in Tethering() 325 mTetherMainSM.sendMessage(TetherMainSM.EVENT_UPSTREAM_CALLBACK, what, 0, obj); in Tethering() 333 () -> mTetherMainSM.sendMessage( in Tethering() 1210 mTetherMainSM.sendMessage(TetherMainSM.CMD_UPSTREAM_CHANGED); in handleConnectivityAction() 2648 pw.println("Upstream wanted: " + mTetherMainSM.upstreamWanted()); in doDump() 2703 if (mConnectedClientsTracker.updateConnectedClients(mTetherMainSM.getAllDownstreams(), in updateConnectedClients() 2727 mTetherMainSM.sendMessage(TetherMainSM.CMD_CLEAR_ERROR, who); in updateInterfaceState() [all …]
|
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | TetheringTest.java | 312 private Tethering.TetherMainSM mTetherMainSM; field in TetheringTest 691 mTetherMainSM = mTethering.getTetherMainSMForTesting(); in initTetheringOnTestThread() 2719 mTetherMainSM.chooseUpstreamType(true); in testUpstreamNetworkChanged() 2727 mTetherMainSM.chooseUpstreamType(true); in testUpstreamNetworkChanged() 2737 mTetherMainSM.chooseUpstreamType(true); in testUpstreamNetworkChanged() 2740 mTetherMainSM.handleUpstreamNetworkMonitorCallback(EVENT_ON_CAPABILITIES, upstreamState3); in testUpstreamNetworkChanged() 2747 mTetherMainSM.chooseUpstreamType(true); in testUpstreamNetworkChanged() 2759 mTetherMainSM.chooseUpstreamType(true); in testUpstreamCapabilitiesChanged() 2763 mTetherMainSM.handleUpstreamNetworkMonitorCallback(EVENT_ON_CAPABILITIES, upstreamState); in testUpstreamCapabilitiesChanged() 2772 mTetherMainSM.handleUpstreamNetworkMonitorCallback(EVENT_ON_CAPABILITIES, upstreamState); in testUpstreamCapabilitiesChanged() [all …]
|