Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/os/
H A DAsyncTask.java382 public AsyncTask(@Nullable Looper callbackLooper) { in AsyncTask() argument
383 mHandler = callbackLooper == null || callbackLooper == Looper.getMainLooper() in AsyncTask()
385 : new Handler(callbackLooper); in AsyncTask()
/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/
H A DWifiManagerTest.java791 TestLooper callbackLooper = new TestLooper(); in testOnStartedIsCalledWithReservation() local
798 callbackLooper.dispatchAll(); in testOnStartedIsCalledWithReservation()
805 callbackLooper.dispatchAll(); in testOnStartedIsCalledWithReservation()
830 callbackLooper.dispatchAll(); in testOnStartedIsCalledWithReservationAndSaeSoftApConfig()
837 callbackLooper.dispatchAll(); in testOnStartedIsCalledWithReservationAndSaeSoftApConfig()
857 callbackLooper.dispatchAll(); in testOnStartedIsCalledWithNullConfig()
864 callbackLooper.dispatchAll(); in testOnStartedIsCalledWithNullConfig()
882 callbackLooper.dispatchAll(); in testOnStoppedIsCalled()
888 callbackLooper.dispatchAll(); in testOnStoppedIsCalled()
905 callbackLooper.dispatchAll(); in testOnFailedIsCalled()
[all …]