Home
last modified time | relevance | path

Searched refs:commit1 (Results 1 – 3 of 3) sorted by relevance

/cts/tests/fragment/src/android/fragment/cts/
DFragmentExecuteTests.java146 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/
DInputMethodStartInputLifecycleTest.java185 final ImeCommand commit1 = imeSession.callCommitText("Hello!", 1); in testInputConnectionStateWhenScreenStateChanges() local
186 expectCommand(stream, commit1, TIMEOUT); in testInputConnectionStateWhenScreenStateChanges()
DFocusHandlingTest.java498 final ImeCommand commit1 = imeSession.callCommitText("test commit", 1); in testFocusableWindowDoesNotInvalidateExistingInputConnection() local
499 expectCommand(stream, commit1, TIMEOUT); in testFocusableWindowDoesNotInvalidateExistingInputConnection()