Searched refs:mResponseCallback (Results 1 – 6 of 6) sorted by relevance
54 @Mock PublishRequestResponse mResponseCallback; field in PublishProcessorTest118 doReturn(true).when(mResponseCallback).needRetry(); in testNotPublishWhenReachMaximumRetries()125 verify(mResponseCallback).onDestroy(); in testNotPublishWhenReachMaximumRetries()149 doReturn(true).when(mResponseCallback).needRetry(); in testCommandErrorWithRetry()154 publishProcessor.onCommandError(mResponseCallback); in testCommandErrorWithRetry()159 verify(mResponseCallback).onDestroy(); in testCommandErrorWithRetry()175 publishProcessor.onCommandError(mResponseCallback); in testCommandErrorWithoutRetry()178 verify(mResponseCallback).onDestroy(); in testCommandErrorWithoutRetry()189 doReturn(true).when(mResponseCallback).needRetry(); in testNetworkResponseWithRetry()197 verify(mResponseCallback).onDestroy(); in testNetworkResponseWithRetry()[all …]
92 private InlineSuggestionsResponseCallbackImpl mResponseCallback; field in InlineSuggestionSession128 return mResponseCallback != null; in shouldSendImeStatus()157 if (mResponseCallback != null) { in invalidate()159 mResponseCallback.invalidate(); in invalidate()160 mResponseCallback = null; in invalidate()187 mResponseCallback = new InlineSuggestionsResponseCallbackImpl(this); in makeInlineSuggestionRequestUncheck()188 mCallback.onInlineSuggestionsRequest(request, mResponseCallback); in makeInlineSuggestionRequestUncheck()
87 private IInlineSuggestionsResponseCallback mResponseCallback; field in AutofillInlineSuggestionsRequestSession162 if (mImeRequest == null || mResponseCallback == null || mImeSessionInvalidated) { in onInlineSuggestionsResponseLocked()219 if (mDestroyed || mResponseCallback == null) { in maybeUpdateResponseToImeLocked()247 mResponseCallback.onInlineSuggestionsResponse(mAutofillId, response); in updateResponseToImeUncheckLocked()301 mResponseCallback = callback; in handleOnReceiveImeRequest()
46 private IOptionsResponseCallback mResponseCallback = new IOptionsResponseCallback.Stub() { field in OptionsRequest109 optionsController.sendCapabilitiesRequest(mContactUri, featureTags, mResponseCallback); in requestCapabilities()187 return mResponseCallback; in getResponseCallback()
46 private final ISubscribeResponseCallback mResponseCallback = field in SubscribeRequest113 subscribeController.requestCapabilities(requestCapUris, mResponseCallback); in requestCapabilities()232 return mResponseCallback; in getResponseCallback()
66 private IPublishResponseCallback mResponseCallback = new IPublishResponseCallback.Stub() { field in PublishRequestResponse86 return mResponseCallback; in getResponseCallback()