Searched defs:callbackLooper (Results 1 – 2 of 2) sorted by relevance
791 TestLooper callbackLooper = new TestLooper(); in testOnStartedIsCalledWithReservation() local823 TestLooper callbackLooper = new TestLooper(); in testOnStartedIsCalledWithReservationAndSaeSoftApConfig() local850 TestLooper callbackLooper = new TestLooper(); in testOnStartedIsCalledWithNullConfig() local875 TestLooper callbackLooper = new TestLooper(); in testOnStoppedIsCalled() local898 TestLooper callbackLooper = new TestLooper(); in testOnFailedIsCalled() local
382 public AsyncTask(@Nullable Looper callbackLooper) { in AsyncTask()