Searched refs:testTimeoutMs (Results 1 – 2 of 2) sorted by relevance
38 final long testTimeoutMs = 5000; in testPasswordExpires() local42 mDevicePolicyManager.setPasswordExpirationTimeout(ADMIN_RECEIVER_COMPONENT, testTimeoutMs); in testPasswordExpires()48 final long testTimeoutMs = -1; in testNoNegativeTimeout() local50 … mDevicePolicyManager.setPasswordExpirationTimeout(ADMIN_RECEIVER_COMPONENT, testTimeoutMs); in testNoNegativeTimeout()
120 long testTimeoutMs = unit.toMillis(timeout); in runDeviceTests() local121 testRunner.addInstrumentationArg("timeout_msec", Long.toString(testTimeoutMs)); in runDeviceTests()123 long maxTimeToOutputMs = testTimeoutMs + testTimeoutMs / 10; in runDeviceTests()