Home
last modified time | relevance | path

Searched refs:restarting (Results 1 – 11 of 11) sorted by relevance

/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/
DCtsBaseInputMethod.java138 public void onStartInput(EditorInfo editorInfo, boolean restarting) { in onStartInput() argument
142 + " restarting=" + restarting); in onStartInput()
144 sendEvent(ON_START_INPUT, editorInfo, restarting); in onStartInput()
146 super.onStartInput(editorInfo, restarting); in onStartInput()
162 public void onStartInputView(EditorInfo editorInfo, boolean restarting) { in onStartInputView() argument
166 + " restarting=" + restarting); in onStartInputView()
168 sendEvent(ON_START_INPUT_VIEW, editorInfo, restarting); in onStartInputView()
170 super.onStartInputView(editorInfo, restarting); in onStartInputView()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DStubImeAccessibilityService.java45 void onStartInput(EditorInfo editorInfo, boolean restarting); in onStartInput() argument
105 public void onStartInput(EditorInfo attribute, boolean restarting) { in onStartInput() argument
106 super.onStartInput(attribute, restarting); in onStartInput()
112 mOnStartInputCallback.onStartInput(attribute, restarting); in onStartInput()
DAccessibilityInputConnectionTest.java113 sStubImeAccessibilityService.setOnStartInputCallback(((editorInfo, restarting) -> { in setUp() argument
DAccessibilityImeTest.java195 sStubImeAccessibilityService.setOnStartInputCallback((editorInfo, restarting) -> { in testOnUpdateSelectionForInProcessA11yIme() argument
/cts/tests/app/src/android/app/cts/
DActivityManager_RunningServiceInfoTest.java44 mRunningServiceInfo.restarting = 1l; in setUp()
71 assertEquals(1l, values.restarting); in testWriteToParcel()
91 assertEquals(1l, values.restarting); in testReadFromParcel()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DAccessibilityInputMethodTest.java184 final boolean restarting = event.getArguments().getBoolean("restarting"); in testRestartInput()
189 return !restarting; in testRestartInput()
206 final boolean restarting = event.getArguments().getBoolean("restarting"); in testRestartInput()
211 return restarting; in testRestartInput()
217 @NonNull ImeEvent startInputEvent, boolean restarting) { in verifyOnStartInputEventForFallbackInputConnection() argument
220 if (restarting) { in verifyOnStartInputEventForFallbackInputConnection()
493 final boolean restarting = startInputEvent.getArguments().getBoolean("restarting"); in testInvalidateInputMain()
494 assertThat(restarting).isTrue(); in testInvalidateInputMain()
504 final boolean restarting = startInputEvent.getArguments().getBoolean("restarting"); in testInvalidateInputMain()
505 assertThat(restarting).isTrue(); in testInvalidateInputMain()
DInputMethodStartInputLifecycleTest.java570 final boolean restarting = startInputEvent.getArguments().getBoolean("restarting"); in testInvalidateInputMain()
571 assertThat(restarting).isTrue(); in testInvalidateInputMain()
/cts/tests/inputmethod/mocka11yime/service/src/com/android/cts/mocka11yime/
DMockA11yIme.java162 public void onStartInput(EditorInfo editorInfo, boolean restarting) { in onStartInput() argument
163 getTracer().onStartInput(editorInfo, restarting, in onStartInput()
164 () -> super.onStartInput(editorInfo, restarting)); in onStartInput()
449 void onStartInput(EditorInfo editorInfo, boolean restarting, @NonNull Runnable runnable) { in onStartInput() argument
452 arguments.putBoolean("restarting", restarting); in onStartInput()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeEventStreamTestUtils.java209 @NonNull String eventName, @NonNull String marker, boolean restarting) {
210 …return withDescription(eventName + "(marker=" + marker + ", restarting=" + restarting +")", event …
217 && restarting == actualRestarting);
DMockIme.java1113 public void onStartInput(EditorInfo editorInfo, boolean restarting) {
1114 getTracer().onStartInput(editorInfo, restarting,
1115 () -> super.onStartInput(editorInfo, restarting));
1119 public void onStartInputView(EditorInfo editorInfo, boolean restarting) {
1120 getTracer().onStartInputView(editorInfo, restarting,
1121 () -> super.onStartInputView(editorInfo, restarting));
1536 void onStartInput(EditorInfo editorInfo, boolean restarting, @NonNull Runnable runnable) {
1539 arguments.putBoolean("restarting", restarting);
1549 void onStartInputView(EditorInfo editorInfo, boolean restarting,
1553 arguments.putBoolean("restarting", restarting);
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt4863 field public long restarting;