Home
last modified time | relevance | path

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

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java69 public FlagReceiver(int expectedFlags) { in FlagReceiver()
108 public BluetoothReceiver(int expectedFlags) { in BluetoothReceiver()
162 public PairReceiver(BluetoothDevice device, int passkey, byte[] pin, int expectedFlags) { in PairReceiver()
221 public ConnectProfileReceiver(BluetoothDevice device, int profile, int expectedFlags) { in ConnectProfileReceiver()
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()
[all …]
/frameworks/base/core/tests/coretests/src/android/view/
DViewInvalidateTest.java100 int expectedFlags = 0; in validateInvalFlags() local
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp767 std::optional<int32_t> expectedFlags) { in consumeEvent()
981 void consumeKeyDown(int32_t expectedDisplayId, int32_t expectedFlags = 0) { in consumeKeyDown()
986 void consumeKeyUp(int32_t expectedDisplayId, int32_t expectedFlags = 0) { in consumeKeyUp()
991 int32_t expectedFlags = 0) { in consumeMotionCancel()
997 int32_t expectedFlags = 0) { in consumeMotionMove()
1003 int32_t expectedFlags = 0) { in consumeMotionDown()
1008 std::optional<int32_t> expectedFlags = std::nullopt) { in consumeAnyMotionDown()
1015 int32_t expectedFlags = 0) { in consumeMotionPointerDown()
1022 int32_t expectedFlags = 0) { in consumeMotionPointerUp()
1029 int32_t expectedFlags = 0) { in consumeMotionUp()
[all …]
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DLockTaskControllerTest.java594 int expectedFlags = STATUS_BAR_MASK_LOCKED in testUpdateLockTaskFeatures() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsServiceControllerTest.java178 int expectedFlags = Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE in testBindService() local
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java202 final int expectedFlags = FLAG_PASS_TO_USER | FLAG_INJECTED_FROM_ACCESSIBILITY; in testInjectEvents_shouldEmergeInOrderWithCorrectTiming() local
/frameworks/base/core/java/android/util/proto/
DProtoOutputStream.java2208 public static int checkFieldId(long fieldId, long expectedFlags) { in checkFieldId()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java6302 private void assertAttestationFlags(int attestationFlags, int[] expectedFlags) { in assertAttestationFlags()