Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DAutomaticOnOffKeepaliveTrackerTest.java560 private AutomaticOnOffKeepalive getAutoKiForBinder(IBinder binder) { in getAutoKiForBinder() method in AutomaticOnOffKeepaliveTrackerTest
593 final AutomaticOnOffKeepalive autoKi = getAutoKiForBinder(testInfo.binder); in testStartNattKeepalive_valid()
606 assertNull(getAutoKiForBinder(testInfo.binder)); in testStartNattKeepalive_invalidInterval()
704 assertNull(getAutoKiForBinder(testInfo.binder)); in testStartNattKeepalive_addressTranslationOnClat()
723 assertNull(getAutoKiForBinder(testInfo.binder)); in testHandleEventSocketKeepalive_startingFailureHardwareError()
745 assertNull(getAutoKiForBinder(testInfo.binder)); in testHandleCheckKeepalivesStillValid_linkPropertiesChanged()
758 doStopKeepalive(getAutoKiForBinder(testInfo.binder)); in testStopKeepalive()
761 assertNull(getAutoKiForBinder(testInfo.binder)); in testStopKeepalive()
773 doPauseKeepalive(getAutoKiForBinder(testInfo.binder)); in testPauseKeepalive()
779 assertNotNull(getAutoKiForBinder(testInfo.binder)); in testPauseKeepalive()
[all …]