Home
last modified time | relevance | path

Searched defs:expectedFlags (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/proto/src/android/util/proto/cts/
DProtoOutputStreamTagTest.java158 public void assertCheckFieldIdThrows(long fieldId, long expectedFlags) in assertCheckFieldIdThrows()
/cts/tests/tests/view/src/android/view/cts/
DVerifyInputEventTest.java387 private static void compareKeyFlags(int expectedFlags, VerifiedKeyEvent verified) { in compareKeyFlags()
405 private static void compareMotionFlags(int expectedFlags, VerifiedMotionEvent verified) { in compareMotionFlags()
424 private static void assertFlag(int expectedFlags, int flag, VerifiedInputEvent verified) { in assertFlag()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputConnectionEndToEndTest.java667 final int expectedFlags = InputConnection.GET_TEXT_WITH_STYLES; in testGetTextAfterCursor() local
743 final int expectedFlags = InputConnection.GET_TEXT_WITH_STYLES; in testGetTextAfterCursorFailWithTimeout() local
828 final int expectedFlags = InputConnection.GET_TEXT_WITH_STYLES; in testGetTextBeforeCursor() local
905 final int expectedFlags = InputConnection.GET_TEXT_WITH_STYLES; in testGetTextBeforeCursorFailWithTimeout() local
989 final int expectedFlags = InputConnection.GET_TEXT_WITH_STYLES; in testGetSelectedText() local
1027 final int expectedFlags = InputConnection.GET_TEXT_WITH_STYLES; in testGetSelectedTextFailWithTimeout() local
1190 final int expectedFlags = InputConnection.GET_TEXT_WITH_STYLES; in testGetSurroundingText() local
1315 final int expectedFlags = InputConnection.GET_TEXT_WITH_STYLES; in testGetSurroundingTextFailWithTimeout() local
1427 final int expectedFlags = InputConnection.GET_TEXT_WITH_STYLES; in testGetSurroundingTextForA11y() local
1555 final int expectedFlags = InputConnection.GET_TEXT_WITH_STYLES; in testGetSurroundingTextFailWithTimeoutForA11y() local
DCursorAnchorInfoTest.java189 final int expectedFlags = MANY_FLAGS_ARRAY[i]; in testBuilder() local
218 final int expectedFlags = MANY_FLAGS_ARRAY[i]; in testBuilder() local
249 final int expectedFlags = MANY_FLAGS_ARRAY[i]; in testBuilder() local
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/unit/
DDataRemovalRequestTest.java141 int expectedFlags) { in assertRequest()
/cts/hostsidetests/broadcasts/src/com/android/cts/host/broadcasts/
DBroadcastStatsHostTest.java104 final int expectedFlags = 0x10000000 /* FLAG_RECEIVER_FOREGROUND */ in testBroadcastSent() local
/cts/tests/tests/content/src/android/content/res/cts/
DConfigurationTest.java290 private static void doConfigCompare(int expectedFlags, Configuration c1, Configuration c2) { in doConfigCompare()
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DAssertions.java96 @NonNull AbstractContentCaptureActivity activity, int expectedFlags) { in assertMainSessionContext()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java1468 public static void assertHasFlags(int actualFlags, int expectedFlags) { in assertHasFlags()
1473 public static void assertNoFlags(int actualFlags, int expectedFlags) { in assertNoFlags()