Searched refs:EVENT_SHOW_NO_UPSTREAM (Results 1 – 2 of 2) sorted by relevance
45 import com.android.networkstack.tethering.TetheringNotificationUpdater.EVENT_SHOW_NO_UPSTREAM304 notificationUpdater.handler.waitForDelayedMessage(EVENT_SHOW_NO_UPSTREAM, TIMEOUT_MS) in testNoUpstreamNotification()319 notificationUpdater.handler.waitForDelayedMessage(EVENT_SHOW_NO_UPSTREAM, TIMEOUT_MS) in testNoUpstreamNotification()338 notificationUpdater.handler.waitForDelayedMessage(EVENT_SHOW_NO_UPSTREAM, TIMEOUT_MS) in testNoUpstreamNotification()400 notificationUpdater.handler.waitForDelayedMessage(EVENT_SHOW_NO_UPSTREAM, TIMEOUT_MS) in testRoamingNotification()412 notificationUpdater.handler.waitForDelayedMessage(EVENT_SHOW_NO_UPSTREAM, TIMEOUT_MS) in testRoamingNotification()
76 static final int EVENT_SHOW_NO_UPSTREAM = 1; field in TetheringNotificationUpdater161 case EVENT_SHOW_NO_UPSTREAM: in handleMessage()236 mHandler.removeMessages(EVENT_SHOW_NO_UPSTREAM); in updateNoUpstreamNotification()338 mHandler.sendMessageDelayed(mHandler.obtainMessage(EVENT_SHOW_NO_UPSTREAM), in setupNoUpstreamNotification()