Searched refs:EVENT_TAG (Results 1 – 1 of 1) sorted by relevance
169 private static final String EVENT_TAG = mEventType + "NetworkRequestMatchCallback";181 mEventFacade.postEvent(EVENT_TAG + "OnAbort", null);186 mEventFacade.postEvent(EVENT_TAG + "OnMatch", scanResults);191 mEventFacade.postEvent(EVENT_TAG + "OnUserSelectionConnectSuccess",197 mEventFacade.postEvent(EVENT_TAG + "OnUserSelectionConnectFailure",203 private static final String EVENT_TAG = mEventType + "NetworkCallback"; field in WifiManagerFacade.NetworkCallbackImpl207 mEventFacade.postEvent(EVENT_TAG + "OnAvailable", mWifi.getConnectionInfo()); in onAvailable()212 mEventFacade.postEvent(EVENT_TAG + "OnUnavailable", null); in onUnavailable()217 mEventFacade.postEvent(EVENT_TAG + "OnLost", null); in onLost()