Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/integration/util/com/android/server/
H A DNetworkAgentWrapper.java338 public @NonNull ArrayTrackRecord<CallbackType>.ReadHead getCallbackHistory() { in getCallbackHistory() method in NetworkAgentWrapper
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/
H A DConnectivityServiceTest.java10944 wrapper.getCallbackHistory().poll(1000, x -> true); in testQosCallbackRegistration()
10951 wrapper.getCallbackHistory().poll(1000, x -> true); in testQosCallbackRegistration()
10954 assertNull(wrapper.getCallbackHistory().poll(200, x -> true)); in testQosCallbackRegistration()