Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
DIPv6TetheringCoordinator.java66 private final ArrayList<IpServer> mNotifyList; field in IPv6TetheringCoordinator
79 mNotifyList = notifyList; in IPv6TetheringCoordinator()
108 if (mNotifyList.isEmpty()) { in removeActiveDownstream()
136 for (IpServer ipServer : mNotifyList) { in stopIPv6TetheringOnAllInterfaces()
159 for (IpServer ipServer : mNotifyList) { in updateIPv6TetheringInterfaces()
/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java1085 private final ArrayList<IpServer> mNotifyList; field in Tethering.TetherMasterSM
1110 mNotifyList = new ArrayList<>(); in TetherMasterSM()
1111 mIPv6TetheringCoordinator = deps.getIPv6TetheringCoordinator(mNotifyList, mLog); in TetherMasterSM()
1271 for (IpServer ipServer : mNotifyList) { in notifyDownstreamsOfNewUpstreamIface()
1282 if (mNotifyList.indexOf(who) < 0) { in handleInterfaceServingStateActive()
1283 mNotifyList.add(who); in handleInterfaceServingStateActive()
1316 mNotifyList.remove(who); in handleInterfaceServingStateInactive()
1446 if (mNotifyList.isEmpty()) { in processMessage()
1454 Log.d(TAG, "TetherModeAlive still has " + mNotifyList.size() + in processMessage()
1456 for (IpServer o : mNotifyList) { in processMessage()
[all …]