Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DConcreteClientModeManagerTest.java548 long testChangeRoleTimestamp = 12234455L; in clientModeStopCleansUpState() local
549 when(mClock.getElapsedSinceBootMillis()).thenReturn(testChangeRoleTimestamp); in clientModeStopCleansUpState()
558 assertEquals("The role change timestamp should match", testChangeRoleTimestamp, in clientModeStopCleansUpState()
1436 long testChangeRoleTimestamp = 12234455L; in setRoleBeforeInvokingListener() local
1437 when(mClock.getElapsedSinceBootMillis()).thenReturn(testChangeRoleTimestamp); in setRoleBeforeInvokingListener()
1450 assertEquals("The role change timestamp should match", testChangeRoleTimestamp, in setRoleBeforeInvokingListener()