Searched refs:CONNECTED_NOTIFICATION_TIMEOUT_MS (Results 1 – 2 of 2) sorted by relevance
98 protected static final long CONNECTED_NOTIFICATION_TIMEOUT_MS = 20_000L; field in NetworkStackNotifier250 .setTimeoutAfter(CONNECTED_NOTIFICATION_TIMEOUT_MS) in updateNotifications()
50 import com.android.networkstack.NetworkStackNotifier.CONNECTED_NOTIFICATION_TIMEOUT_MS185 private fun verifyConnectedNotification(timeout: Long = CONNECTED_NOTIFICATION_TIMEOUT_MS) { in verifyConnectedNotification()