Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java69 public FlagReceiver(int expectedFlags) { in FlagReceiver()
108 public BluetoothReceiver(int expectedFlags) { in BluetoothReceiver()
278 public ConnectPanReceiver(BluetoothDevice device, int role, int expectedFlags) { in ConnectPanReceiver()
298 public StartStopScoReceiver(int expectedFlags) { in StartStopScoReceiver()
325 public MceSetMessageStatusReceiver(int expectedFlags) { in MceSetMessageStatusReceiver()
1517 private BluetoothReceiver getBluetoothReceiver(int expectedFlags) { in getBluetoothReceiver()
1529 int expectedFlags) { in getPairReceiver()
1539 int expectedFlags) { in getConnectProfileReceiver()
1552 int expectedFlags) { in getConnectPanReceiver()
1559 private StartStopScoReceiver getStartStopScoReceiver(int expectedFlags) { in getStartStopScoReceiver()
[all …]
/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
H A DActionCreateDocumentUiTest.java100 int expectedFlags = in testActionCreate_TextFile() local
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DViewInvalidateTest.java100 int expectedFlags = 0; in validateInvalFlags() local
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
H A DSpannableStringUtilsTests.java88 final int expectedStart, final int expectedEnd, final int expectedFlags) { in assertSpan()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp775 std::optional<int32_t> expectedFlags) { in consumeEvent()
994 void consumeKeyDown(int32_t expectedDisplayId, int32_t expectedFlags = 0) { in consumeKeyDown()
999 void consumeKeyUp(int32_t expectedDisplayId, int32_t expectedFlags = 0) { in consumeKeyUp()
1004 int32_t expectedFlags = 0) { in consumeMotionCancel()
1010 int32_t expectedFlags = 0) { in consumeMotionMove()
1016 int32_t expectedFlags = 0) { in consumeMotionDown()
1028 int32_t expectedFlags = 0) { in consumeMotionPointerDown()
1035 int32_t expectedFlags = 0) { in consumeMotionPointerUp()
1042 int32_t expectedFlags = 0) { in consumeMotionUp()
1048 int32_t expectedFlags = 0) { in consumeMotionOutside()
[all …]
/aosp12/packages/services/Car/tests/carservice_unit_test/src/android/car/userlib/
H A DUserHalHelperTest.java239 private void assertConvertFlags(int expectedFlags, @NonNull UserInfo user) { in assertConvertFlags()
245 private void assertGetFlags(int expectedFlags, @NonNull UserInfo user) { in assertGetFlags()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DLockTaskControllerTest.java594 int expectedFlags = STATUS_BAR_MASK_LOCKED in testUpdateLockTaskFeatures() local
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
H A DImsServiceControllerTest.java178 int expectedFlags = Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE in testBindService() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DMotionEventInjectorTest.java204 final int expectedFlags = FLAG_PASS_TO_USER | FLAG_INJECTED_FROM_ACCESSIBILITY; in testInjectEvents_shouldEmergeInOrderWithCorrectTiming() local
/aosp12/frameworks/base/core/java/android/util/proto/
H A DProtoOutputStream.java2208 public static int checkFieldId(long fieldId, long expectedFlags) { in checkFieldId()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java6334 private void assertAttestationFlags(int attestationFlags, int[] expectedFlags) { in assertAttestationFlags()
/aosp12/system/netd/tests/
H A Dbinder_test.cpp2714 std::vector<std::string> expectedFlags = {"up", "point-to-point", "running", "multicast"}; in expectTunFlags() local