Searched defs:callbackHandler (Results 1 – 4 of 4) sorted by relevance
188 IGetRegistrationCallback.Stub callbackHandler = new IGetRegistrationCallback.Stub() { in createAsync() local
123 public void getImsiPseudonym(int carrierId, @NonNull Handler callbackHandler, in getImsiPseudonym()
870 Handler callbackHandler = new Handler(callbackLooper.getLooper()); in testOnStartedIsCalledWithReservation() local902 Handler callbackHandler = new Handler(callbackLooper.getLooper()); in testOnStartedIsCalledWithReservationAndSaeSoftApConfig() local929 Handler callbackHandler = new Handler(callbackLooper.getLooper()); in testOnStartedIsCalledWithNullConfig() local954 Handler callbackHandler = new Handler(callbackLooper.getLooper()); in testOnStoppedIsCalled() local977 Handler callbackHandler = new Handler(callbackLooper.getLooper()); in testOnFailedIsCalled() local
303 doAnswer(answerVoid((unusedCallerUid, unusedIrpcName, callbackHandler) -> { in getRegistrationBinderReturnsError() argument