Home
last modified time | relevance | path

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

/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
DEpdgSelectorTest.java1316 epdgSelector.trySubmitEpdgSelectionExecutor(runnable, true, false); in testMultipleBackToBackSetupDataCallRequest()
1318 epdgSelector.trySubmitEpdgSelectionExecutor(runnable, false, false); in testMultipleBackToBackSetupDataCallRequest()
1320 epdgSelector.trySubmitEpdgSelectionExecutor(runnable, false, false); in testMultipleBackToBackSetupDataCallRequest()
1331 epdgSelector.trySubmitEpdgSelectionExecutor(runnable, true, false); in testBackToBackSetupDataCallRequest()
1333 epdgSelector.trySubmitEpdgSelectionExecutor(runnable, false, false); in testBackToBackSetupDataCallRequest()
1337 () -> epdgSelector.trySubmitEpdgSelectionExecutor(runnable, false, false)); in testBackToBackSetupDataCallRequest()
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgSelector.java1250 protected void trySubmitEpdgSelectionExecutor( in trySubmitEpdgSelectionExecutor() method
1394 trySubmitEpdgSelectionExecutor(epdgSelectionRunnable, isPrefetch, isEmergency); in getValidatedServerList()