Searched refs:mNotifyList (Results 1 – 1 of 1) sorted by relevance
1158 private ArrayList<TetherInterfaceSM> mNotifyList; field in Tethering.TetherMasterSM1188 mNotifyList = new ArrayList<TetherInterfaceSM>(); in TetherMasterSM()1391 for (TetherInterfaceSM sm : mNotifyList) { in notifyTetheredOfNewUpstreamIface()1516 mNotifyList.add(who); in processMessage()1522 int index = mNotifyList.indexOf(who); in processMessage()1524 mNotifyList.remove(who); in processMessage()1561 mNotifyList.add(who); in processMessage()1568 int index = mNotifyList.indexOf(who); in processMessage()1571 mNotifyList.remove(index); in processMessage()1572 if (mNotifyList.isEmpty()) { in processMessage()[all …]