Searched refs:callbackLooper (Results 1 – 2 of 2) sorted by relevance
382 public AsyncTask(@Nullable Looper callbackLooper) { in AsyncTask() argument383 mHandler = callbackLooper == null || callbackLooper == Looper.getMainLooper() in AsyncTask()385 : new Handler(callbackLooper); in AsyncTask()
791 TestLooper callbackLooper = new TestLooper(); in testOnStartedIsCalledWithReservation() local798 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 …]