Searched refs:commit1 (Results 1 – 3 of 3) sorted by relevance
/cts/tests/fragment/src/android/fragment/cts/ |
D | FragmentExecuteTests.java | 146 final int commit1 = fm.beginTransaction() in popBackStackImmediateInt() local 163 assertTrue(FragmentTestUtil.popBackStackImmediate(mActivityRule, commit1, 0)); in popBackStackImmediateInt() 169 assertFalse(FragmentTestUtil.popBackStackImmediate(mActivityRule, commit1, 0)); in popBackStackImmediateInt()
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | InputMethodStartInputLifecycleTest.java | 185 final ImeCommand commit1 = imeSession.callCommitText("Hello!", 1); in testInputConnectionStateWhenScreenStateChanges() local 186 expectCommand(stream, commit1, TIMEOUT); in testInputConnectionStateWhenScreenStateChanges()
|
D | FocusHandlingTest.java | 498 final ImeCommand commit1 = imeSession.callCommitText("test commit", 1); in testFocusableWindowDoesNotInvalidateExistingInputConnection() local 499 expectCommand(stream, commit1, TIMEOUT); in testFocusableWindowDoesNotInvalidateExistingInputConnection()
|