Home
last modified time | relevance | path

Searched refs:restarting (Results 1 – 3 of 3) 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/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/mockime/src/com/android/cts/mockime/
DMockIme.java759 public void onStartInput(EditorInfo editorInfo, boolean restarting) { in onStartInput() argument
760 getTracer().onStartInput(editorInfo, restarting, in onStartInput()
761 () -> super.onStartInput(editorInfo, restarting)); in onStartInput()
765 public void onStartInputView(EditorInfo editorInfo, boolean restarting) { in onStartInputView() argument
766 getTracer().onStartInputView(editorInfo, restarting, in onStartInputView()
767 () -> super.onStartInputView(editorInfo, restarting)); in onStartInputView()
1091 void onStartInput(EditorInfo editorInfo, boolean restarting, @NonNull Runnable runnable) {
1094 arguments.putBoolean("restarting", restarting);
1104 void onStartInputView(EditorInfo editorInfo, boolean restarting,
1108 arguments.putBoolean("restarting", restarting);