/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/ |
D | CtsBaseInputMethod.java | 138 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/ |
D | StubImeAccessibilityService.java | 45 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()
|
D | AccessibilityInputConnectionTest.java | 113 sStubImeAccessibilityService.setOnStartInputCallback(((editorInfo, restarting) -> { in setUp() argument
|
D | AccessibilityImeTest.java | 195 sStubImeAccessibilityService.setOnStartInputCallback((editorInfo, restarting) -> { in testOnUpdateSelectionForInProcessA11yIme() argument
|
/cts/tests/app/src/android/app/cts/ |
D | ActivityManager_RunningServiceInfoTest.java | 44 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/ |
D | AccessibilityInputMethodTest.java | 184 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()
|
D | InputMethodStartInputLifecycleTest.java | 570 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/ |
D | MockA11yIme.java | 162 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/ |
D | ImeEventStreamTestUtils.java | 209 @NonNull String eventName, @NonNull String marker, boolean restarting) { 210 …return withDescription(eventName + "(marker=" + marker + ", restarting=" + restarting +")", event … 217 && restarting == actualRestarting);
|
D | MockIme.java | 1113 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/ |
D | current.txt | 4863 field public long restarting;
|