Searched refs:mDaemonHandler (Results 1 – 1 of 1) sorted by relevance
158 private final Handler mDaemonHandler; field in NetworkManagementService261 mDaemonHandler = new Handler(FgThread.get().getLooper()); in NetworkManagementService()275 mDaemonHandler = null; in NetworkManagementService()484 mDaemonHandler.post(() -> notifyLimitReached(LIMIT_GLOBAL_ALERT, null)); in tetherLimitReached()665 mDaemonHandler.post(() -> in onInterfaceClassActivityChanged()672 mDaemonHandler.post(() -> notifyLimitReached(alertName, ifName)); in onQuotaLimitReached()678 mDaemonHandler.post(() -> notifyInterfaceDnsServerInfo(ifName, lifetime, servers)); in onInterfaceDnsServerInfo()685 mDaemonHandler.post(() -> notifyAddressUpdated(ifName, address)); in onInterfaceAddressUpdated()692 mDaemonHandler.post(() -> notifyAddressRemoved(ifName, address)); in onInterfaceAddressRemoved()697 mDaemonHandler.post(() -> notifyInterfaceAdded(ifName)); in onInterfaceAdded()[all …]