Searched refs:EVENT_AGENT_DISCONNECTED (Results 1 – 3 of 3) sorted by relevance
363 private static final int EVENT_AGENT_DISCONNECTED = BASE + 19; field in NetworkAgent627 case EVENT_AGENT_DISCONNECTED: { in handleMessage()794 mHandler.sendMessage(mHandler.obtainMessage(EVENT_AGENT_DISCONNECTED)); in onDisconnected()
550 public static final int EVENT_AGENT_DISCONNECTED = 1003; field in NetworkAgentInfo726 mHandler.obtainMessage(EVENT_AGENT_DISCONNECTED, this).sendToTarget(); in notifyDisconnected()
4977 case NetworkAgentInfo.EVENT_AGENT_DISCONNECTED: {