Home
last modified time | relevance | path

Searched refs:EMPTY_RESPONSE (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/scroll/
DScrollCaptureControllerTest.java52 private static final ScrollCaptureResponse EMPTY_RESPONSE = field in ScrollCaptureControllerTest
65 getUnchecked(controller.run(EMPTY_RESPONSE)); in testInfinite()
91 getUnchecked(controller.run(EMPTY_RESPONSE)); in testInfiniteWithPartialResultsTop()
119 getUnchecked(controller.run(EMPTY_RESPONSE)); in testInfiniteWithPartialResultsBottom()
145 getUnchecked(controller.run(EMPTY_RESPONSE)); in testLimitedBottom()
161 getUnchecked(controller.run(EMPTY_RESPONSE)); in testLimitedTopAndBottom()
177 getUnchecked(controller.run(EMPTY_RESPONSE)); in testVeryLimitedTopInfiniteBottom()
193 getUnchecked(controller.run(EMPTY_RESPONSE)); in testVeryLimitedTopLimitedBottom()
/frameworks/base/core/java/android/inputmethodservice/
DInlineSuggestionSession.java62 static final InlineSuggestionsResponse EMPTY_RESPONSE = new InlineSuggestionsResponse( field in InlineSuggestionSession
158 consumeInlineSuggestionsResponse(EMPTY_RESPONSE); in invalidate()
DInlineSuggestionSessionController.java137 mSession.consumeInlineSuggestionsResponse(InlineSuggestionSession.EMPTY_RESPONSE); in notifyOnStartInput()
/frameworks/base/services/credentials/java/com/android/server/credentials/
DProviderSession.java114 return status == Status.COMPLETE || status == Status.EMPTY_RESPONSE; in isCompletionStatus()
170 EMPTY_RESPONSE, enumConstant
DProviderCreateSession.java199 updateStatusAndInvokeCallback(Status.EMPTY_RESPONSE, in onSetInitialRemoteResponse()
DProviderGetSession.java533 updateStatusAndInvokeCallback(Status.EMPTY_RESPONSE, in onSetInitialRemoteResponse()