Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DSessionManagerTest.java53 private long mfullSessionCompleteTime = Session.UNDEFINED; field in SessionManagerTest
62 mfullSessionCompleteTime = timeMs; in setUp()
73 mfullSessionCompleteTime = Session.UNDEFINED; in tearDown()
295 assertTrue(mfullSessionCompleteTime >= TEST_DELAY_TIME / 2); in testEndSubsessionWithParentComplete()
296 assertTrue(mfullSessionCompleteTime <= TEST_DELAY_TIME * 1.5); in testEndSubsessionWithParentComplete()
369 assertTrue(mfullSessionCompleteTime >= TEST_DELAY_TIME / 2); in testEndExternalSessionListenerCallback()
370 assertTrue(mfullSessionCompleteTime <= TEST_DELAY_TIME * 1.5); in testEndExternalSessionListenerCallback()