Searched refs:EVENT_TIMEOUT_NOTIFICATION (Results 1 – 1 of 1) sorted by relevance
520 public static final int EVENT_TIMEOUT_NOTIFICATION = 44; field in ConnectivityService3612 mHandler.removeMessages(EVENT_TIMEOUT_NOTIFICATION); in showNetworkNotification()3613 mHandler.sendMessageDelayed(mHandler.obtainMessage(EVENT_TIMEOUT_NOTIFICATION, in showNetworkNotification()3855 case EVENT_TIMEOUT_NOTIFICATION: in handleMessage()