Searched refs:mNotifyList (Results 1 – 2 of 2) sorted by relevance
66 private final ArrayList<IpServer> mNotifyList; field in IPv6TetheringCoordinator79 mNotifyList = notifyList; in IPv6TetheringCoordinator()108 if (mNotifyList.isEmpty()) { in removeActiveDownstream()136 for (IpServer ipServer : mNotifyList) { in stopIPv6TetheringOnAllInterfaces()159 for (IpServer ipServer : mNotifyList) { in updateIPv6TetheringInterfaces()
1085 private final ArrayList<IpServer> mNotifyList; field in Tethering.TetherMasterSM1110 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 …]