Searched refs:testTime1 (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/modules/Connectivity/tests/common/java/android/net/ |
H A D | ConnectivitySettingsManagerTest.kt | 93 private val testTime1 = 5L regex 151 value1 = Duration.ofSeconds(testTime1), value2 = Duration.ofSeconds(testTime2), 154 testIntValues = intArrayOf(testTime1.toInt())) 160 value1 = Duration.ofSeconds(testTime1), value2 = Duration.ofSeconds(testTime2), 163 testIntValues = intArrayOf(testTime1.toInt())) 169 type = settingsTypeGlobal, value1 = Duration.ofSeconds(testTime1), 173 testIntValues = intArrayOf(testTime1.toInt())) 222 type = settingsTypeGlobal, value1 = Duration.ofMillis(testTime1), 226 testIntValues = intArrayOf(testTime1.toInt())) 268 type = settingsTypeSecure, value1 = Duration.ofMillis(testTime1), [all …]
|