Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/statusbar/
DStatusBarManagerServiceTest.java753 int expectedFlags = DISABLE_MASK & DISABLE_HOME; in testSetHomeDisabled() local
770 int expectedFlags = DISABLE_MASK & DISABLE_SYSTEM_INFO; in testSetSystemInfoDisabled() local
787 int expectedFlags = DISABLE_MASK & DISABLE_RECENT; in testSetRecentDisabled() local
804 int expectedFlags = DISABLE_MASK & DISABLE_BACK; in testSetBackDisabled() local
821 int expectedFlags = DISABLE_MASK & DISABLE_CLOCK; in testSetClockDisabled() local
838 int expectedFlags = DISABLE_MASK & DISABLE_SEARCH; in testSetSearchDisabled() local
855 int expectedFlags = DISABLE2_MASK & DISABLE2_QUICK_SETTINGS; in testSetQuickSettingsDisabled2() local
872 int expectedFlags = DISABLE2_MASK & DISABLE2_QUICK_SETTINGS; in testSetSystemIconsDisabled2() local
889 int expectedFlags = DISABLE2_MASK & DISABLE2_NOTIFICATION_SHADE; in testSetNotificationShadeDisabled2() local
907 int expectedFlags = DISABLE2_MASK & DISABLE2_GLOBAL_ACTIONS; in testSetGlobalActionsDisabled2() local
[all …]
/frameworks/base/core/tests/coretests/src/android/view/
DViewInvalidateTest.java100 int expectedFlags = 0; in validateInvalFlags() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/domainselection/
DDomainSelectionControllerTest.java153 int expectedFlags = Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE in testBindService() local
/frameworks/native/services/inputflinger/tests/
DFakeWindows.cpp85 std::optional<int32_t> expectedFlags) { in consumeEvent()
DInputDispatcher_test.cpp447 void consumeKeyDown(ui::LogicalDisplayId expectedDisplayId, int32_t expectedFlags = 0) { in consumeKeyDown()
459 void consumeMotionDown(ui::LogicalDisplayId expectedDisplayId, int32_t expectedFlags = 0) { in consumeMotionDown()
464 void consumeMotionMove(ui::LogicalDisplayId expectedDisplayId, int32_t expectedFlags = 0) { in consumeMotionMove()
469 void consumeMotionUp(ui::LogicalDisplayId expectedDisplayId, int32_t expectedFlags = 0) { in consumeMotionUp()
474 void consumeMotionCancel(ui::LogicalDisplayId expectedDisplayId, int32_t expectedFlags = 0) { in consumeMotionCancel()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DLockTaskControllerTest.java611 int expectedFlags = STATUS_BAR_MASK_LOCKED in testUpdateLockTaskFeatures() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsServiceControllerTest.java203 int expectedFlags = Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE in testBindService() local
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java204 final int expectedFlags = FLAG_PASS_TO_USER | FLAG_INJECTED_FROM_ACCESSIBILITY; in testInjectEvents_shouldEmergeInOrderWithCorrectTiming() local
/frameworks/base/core/java/android/util/proto/
DProtoOutputStream.java2209 public static int checkFieldId(long fieldId, long expectedFlags) { in checkFieldId()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java6575 private void assertAttestationFlags(int attestationFlags, int[] expectedFlags) { in assertAttestationFlags()