Searched refs:mNotifyList (Results 1 – 1 of 1) sorted by relevance
1538 private ArrayList<TetherInterfaceSM> mNotifyList; field in Tethering.TetherMasterSM1565 mNotifyList = new ArrayList<TetherInterfaceSM>(); in TetherMasterSM()1780 for (TetherInterfaceSM sm : mNotifyList) { in notifyTetheredOfNewUpstreamIface()1898 mNotifyList.add(who); in processMessage()1904 int index = mNotifyList.indexOf(who); in processMessage()1906 mNotifyList.remove(who); in processMessage()1946 mNotifyList.add(who); in processMessage()1953 int index = mNotifyList.indexOf(who); in processMessage()1956 mNotifyList.remove(index); in processMessage()1957 if (mNotifyList.isEmpty()) { in processMessage()[all …]