Home
last modified time | relevance | path

Searched refs:EVENT_SHOW_NO_UPSTREAM (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringNotificationUpdaterTest.kt45 import com.android.networkstack.tethering.TetheringNotificationUpdater.EVENT_SHOW_NO_UPSTREAM
304 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()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringNotificationUpdater.java76 static final int EVENT_SHOW_NO_UPSTREAM = 1; field in TetheringNotificationUpdater
161 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()