Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DIPv6TetheringCoordinatorTest.java70 private ArrayList<IpServer> mNotifyList; field in IPv6TetheringCoordinatorTest
78 mNotifyList = new ArrayList<IpServer>(); in setUp()
79 mIPv6TetheringCoordinator = new IPv6TetheringCoordinator(mNotifyList, mSharedLog); in setUp()
111 mNotifyList.add(firstServer); in testUpdateIpv6Upstream()
118 mNotifyList.add(secondServer); in testUpdateIpv6Upstream()
141 mNotifyList.remove(firstServer); in testUpdateIpv6Upstream()
152 mNotifyList.remove(secondServer); in testUpdateIpv6Upstream()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DIPv6TetheringCoordinator.java66 private final ArrayList<IpServer> mNotifyList; field in IPv6TetheringCoordinator
79 mNotifyList = notifyList; in IPv6TetheringCoordinator()
110 if (mNotifyList.isEmpty()) { in removeActiveDownstream()
143 for (IpServer ipServer : mNotifyList) { in stopIPv6TetheringOnAllInterfaces()
163 for (IpServer ipServer : mNotifyList) { in updateIPv6TetheringInterfaces()
DTethering.java1698 private final ArrayList<IpServer> mNotifyList; field in Tethering.TetherMainSM
1727 mNotifyList = new ArrayList<>(); in TetherMainSM()
1728 mIPv6TetheringCoordinator = deps.makeIPv6TetheringCoordinator(mNotifyList, mLog); in TetherMainSM()
1740 return mNotifyList; in getAllDownstreams()
1912 for (IpServer ipServer : mNotifyList) { in notifyDownstreamsOfNewUpstreamIface()
1924 if (mNotifyList.indexOf(who) < 0) { in handleInterfaceServingStateActive()
1925 mNotifyList.add(who); in handleInterfaceServingStateActive()
1958 mNotifyList.remove(who); in handleInterfaceServingStateInactive()
2129 if (mNotifyList.isEmpty()) { in processMessage()
2137 Log.d(TAG, "TetherModeAlive still has " + mNotifyList.size() in processMessage()
[all …]