Searched refs:testTime1 (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Connectivity/tests/common/java/android/net/ |
D | ConnectivitySettingsManagerTest.kt | 96 private val testTime1 = 5L in <lambda>() constant 154 value1 = Duration.ofSeconds(testTime1), value2 = Duration.ofSeconds(testTime2), in <lambda>() 157 testIntValues = intArrayOf(testTime1.toInt())) in <lambda>() 163 value1 = Duration.ofSeconds(testTime1), value2 = Duration.ofSeconds(testTime2), in <lambda>() 166 testIntValues = intArrayOf(testTime1.toInt())) in <lambda>() 172 type = settingsTypeGlobal, value1 = Duration.ofSeconds(testTime1), in <lambda>() 176 testIntValues = intArrayOf(testTime1.toInt())) in <lambda>() 225 type = settingsTypeGlobal, value1 = Duration.ofMillis(testTime1), in <lambda>() 229 testIntValues = intArrayOf(testTime1.toInt())) in <lambda>() 271 type = settingsTypeSecure, value1 = Duration.ofMillis(testTime1), in <lambda>() [all …]
|