Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a811a6e5 authored by Caitlin Shkuratov's avatar Caitlin Shkuratov
Browse files

[SB][Sat] Reduce polling time for checking satellite allowed in location

Fixes: 337167899
Test: atest DeviceBasedSatelliteRepositoryImplTest
Flag: ACONFIG com.android.internal.telephony.flags.oem_enabled_satellite_flag
NEXTFOOD

Change-Id: I1b7694ade6c8067ac3f1f885ba844e86f6058eb3
parent 78119bfa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -312,8 +312,8 @@ constructor(
        }

    companion object {
        // TTL for satellite polling is one hour
        const val POLLING_INTERVAL_MS: Long = 1000 * 60 * 60
        // TTL for satellite polling is twenty minutes
        const val POLLING_INTERVAL_MS: Long = 1000 * 60 * 20

        // Let the system boot up and stabilize before we check for system support
        const val MIN_UPTIME: Long = 1000 * 60