Home
last modified time | relevance | path

Searched refs:mNotifyList (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DIPv6TetheringCoordinatorTest.java69 private ArrayList<IpServer> mNotifyList; field in IPv6TetheringCoordinatorTest
77 mNotifyList = new ArrayList<IpServer>(); in setUp()
78 mIPv6TetheringCoordinator = new IPv6TetheringCoordinator(mNotifyList, mSharedLog); in setUp()
110 mNotifyList.add(firstServer); in testUpdateIpv6Upstream()
117 mNotifyList.add(secondServer); in testUpdateIpv6Upstream()
140 mNotifyList.remove(firstServer); in testUpdateIpv6Upstream()
151 mNotifyList.remove(secondServer); in testUpdateIpv6Upstream()
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DIPv6TetheringCoordinator.java65 private final ArrayList<IpServer> mNotifyList; field in IPv6TetheringCoordinator
78 mNotifyList = notifyList; in IPv6TetheringCoordinator()
109 if (mNotifyList.isEmpty()) { in removeActiveDownstream()
142 for (IpServer ipServer : mNotifyList) { in stopIPv6TetheringOnAllInterfaces()
162 for (IpServer ipServer : mNotifyList) { in updateIPv6TetheringInterfaces()
DTethering.java1422 private final ArrayList<IpServer> mNotifyList; field in Tethering.TetherMainSM
1447 mNotifyList = new ArrayList<>(); in TetherMainSM()
1448 mIPv6TetheringCoordinator = deps.getIPv6TetheringCoordinator(mNotifyList, mLog); in TetherMainSM()
1614 for (IpServer ipServer : mNotifyList) { in notifyDownstreamsOfNewUpstreamIface()
1625 if (mNotifyList.indexOf(who) < 0) { in handleInterfaceServingStateActive()
1626 mNotifyList.add(who); in handleInterfaceServingStateActive()
1659 mNotifyList.remove(who); in handleInterfaceServingStateInactive()
1819 if (mNotifyList.isEmpty()) { in processMessage()
1827 Log.d(TAG, "TetherModeAlive still has " + mNotifyList.size() in processMessage()
1829 for (IpServer o : mNotifyList) { in processMessage()
[all …]