OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callCommitText
(Results
1 - 4
of
4
) sorted by null
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
FocusHandlingTest.java
256
final ImeCommand commit1 = imeSession.
callCommitText
("test commit", 1);
282
final ImeCommand commit2 = imeSession.
callCommitText
("Hello!", 1);
312
final ImeCommand commit3 = imeSession.
callCommitText
("World!", 1);
326
final ImeCommand commit4 = imeSession.
callCommitText
("Done!", 1);
383
final ImeCommand command = imeSession.
callCommitText
("test commit", 1);
/cts/tests/autofillservice/src/android/autofillservice/cts/
DatasetFilteringTest.java
215
final ImeCommand cmd1 = mockImeSession.
callCommitText
("a", 1);
220
final ImeCommand cmd2 = mockImeSession.
callCommitText
("a", 1);
236
final ImeCommand cmd5 = mockImeSession.
callCommitText
("aaa", 1);
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
MockImeSession.java
553
public ImeCommand
callCommitText
(@Nullable CharSequence text, int newCursorPosition) {
[
all
...]
/cts/tests/framework/base/windowmanager/src/android/server/wm/
MultiDisplaySystemDecorationTests.java
576
expectCommand(stream, mockImeSession.
callCommitText
(commitText, 1), TIMEOUT);
[
all
...]
Completed in 241 milliseconds