Searched defs:expectedFlags (Results 1 – 8 of 8) sorted by relevance
| /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
| D | BluetoothTestUtils.java | 69 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/ |
| D | ViewInvalidateTest.java | 100 int expectedFlags = 0; in validateInvalFlags() local
|
| /frameworks/native/services/inputflinger/tests/ |
| D | InputDispatcher_test.cpp | 767 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/ |
| D | LockTaskControllerTest.java | 594 int expectedFlags = STATUS_BAR_MASK_LOCKED in testUpdateLockTaskFeatures() local
|
| /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/ |
| D | ImsServiceControllerTest.java | 178 int expectedFlags = Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE in testBindService() local
|
| /frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
| D | MotionEventInjectorTest.java | 202 final int expectedFlags = FLAG_PASS_TO_USER | FLAG_INJECTED_FROM_ACCESSIBILITY; in testInjectEvents_shouldEmergeInOrderWithCorrectTiming() local
|
| /frameworks/base/core/java/android/util/proto/ |
| D | ProtoOutputStream.java | 2208 public static int checkFieldId(long fieldId, long expectedFlags) { in checkFieldId()
|
| /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
| D | DevicePolicyManagerTest.java | 6302 private void assertAttestationFlags(int attestationFlags, int[] expectedFlags) { in assertAttestationFlags()
|