Searched refs:mTetheredInterfaceRequests (Results 1 – 1 of 1) sorted by relevance
127 private final TetheredInterfaceRequestList mTetheredInterfaceRequests = field in EthernetTracker493 if (!mTetheredInterfaceRequests.register(callback)) { in requestTetheredInterface()510 mTetheredInterfaceRequests.unregister(callback); in releaseTetheredInterface()532 if (mTetheredInterfaceRequests.getRegisteredCallbackCount() > 0) return; in maybeUntetherInterface()695 final int pendingCbs = mTetheredInterfaceRequests.beginBroadcast(); in maybeUpdateServerModeInterfaceState()697 ITetheredInterfaceCallback item = mTetheredInterfaceRequests.getBroadcastItem(i); in maybeUpdateServerModeInterfaceState()704 mTetheredInterfaceRequests.finishBroadcast(); in maybeUpdateServerModeInterfaceState()1019 + mTetheredInterfaceRequests.getRegisteredCallbackCount()); in dump()