Loading packages/SystemUI/src/com/android/systemui/statusbar/pipeline/satellite/data/prod/DeviceBasedSatelliteRepositoryImpl.kt +2 −2 Original line number Original line Diff line number Diff line Loading @@ -318,8 +318,8 @@ constructor( } } companion object { companion object { // TTL for satellite polling is one hour // TTL for satellite polling is twenty minutes const val POLLING_INTERVAL_MS: Long = 1000 * 60 * 60 const val POLLING_INTERVAL_MS: Long = 1000 * 60 * 20 // Let the system boot up and stabilize before we check for system support // Let the system boot up and stabilize before we check for system support const val MIN_UPTIME: Long = 1000 * 60 const val MIN_UPTIME: Long = 1000 * 60 Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/pipeline/satellite/data/prod/DeviceBasedSatelliteRepositoryImpl.kt +2 −2 Original line number Original line Diff line number Diff line Loading @@ -318,8 +318,8 @@ constructor( } } companion object { companion object { // TTL for satellite polling is one hour // TTL for satellite polling is twenty minutes const val POLLING_INTERVAL_MS: Long = 1000 * 60 * 60 const val POLLING_INTERVAL_MS: Long = 1000 * 60 * 20 // Let the system boot up and stabilize before we check for system support // Let the system boot up and stabilize before we check for system support const val MIN_UPTIME: Long = 1000 * 60 const val MIN_UPTIME: Long = 1000 * 60 Loading