Home
last modified time | relevance | path

Searched defs:callbackLooper (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/
H A DWifiManagerTest.java791 TestLooper callbackLooper = new TestLooper(); in testOnStartedIsCalledWithReservation() local
823 TestLooper callbackLooper = new TestLooper(); in testOnStartedIsCalledWithReservationAndSaeSoftApConfig() local
850 TestLooper callbackLooper = new TestLooper(); in testOnStartedIsCalledWithNullConfig() local
875 TestLooper callbackLooper = new TestLooper(); in testOnStoppedIsCalled() local
898 TestLooper callbackLooper = new TestLooper(); in testOnFailedIsCalled() local
/aosp12/frameworks/base/core/java/android/os/
H A DAsyncTask.java382 public AsyncTask(@Nullable Looper callbackLooper) { in AsyncTask()