Home
last modified time | relevance | path

Searched refs:testTimeout (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/services/robotests/backup/src/com/android/server/backup/
H A DBackupAgentTimeoutParametersTest.java142 long testTimeout = BackupAgentTimeoutParameters.DEFAULT_KV_BACKUP_AGENT_TIMEOUT_MILLIS * 2; in testGetParameters_withSettingChangeBeforeStart_updatesValues() local
146 + testTimeout; in testGetParameters_withSettingChangeBeforeStart_updatesValues()
152 assertEquals(testTimeout, kvBackupAgentTimeoutMillis); in testGetParameters_withSettingChangeBeforeStart_updatesValues()
162 long testTimeout = BackupAgentTimeoutParameters.DEFAULT_KV_BACKUP_AGENT_TIMEOUT_MILLIS * 2; in testGetParameters_withSettingChangeAfterStart_updatesValues() local
166 + testTimeout; in testGetParameters_withSettingChangeAfterStart_updatesValues()
171 assertEquals(testTimeout, kvBackupAgentTimeoutMillis); in testGetParameters_withSettingChangeAfterStart_updatesValues()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DPendingRemoteAnimationRegistryTest.java83 public void testTimeout() { in testTimeout() method in PendingRemoteAnimationRegistryTest
H A DTransitionTests.java456 public void testTimeout() { in testTimeout() method in TransitionTests
H A DRemoteAnimationControllerTest.java175 public void testTimeout() throws Exception { in testTimeout() method in RemoteAnimationControllerTest
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/sensors/
H A DProximityCheckTest.java77 public void testTimeout() { in testTimeout() method in ProximityCheckTest
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DScrollCaptureSearchResultsTest.java217 public void testTimeout() { in testTimeout() method in ScrollCaptureSearchResultsTest
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
H A DAppStandbyControllerTests.java1009 public void testTimeout() throws Exception { in testTimeout() method in AppStandbyControllerTests