Home
last modified time | relevance | path

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

/aosp12/system/bt/osi/test/
H A Dtest_stubs.h63 #define DURING_2(mode0, mode1) if (MODE_IS(mode0) || MODE_IS(mode1)) argument
64 #define DURING_3(mode0, mode1, mode2) \ argument
66 #define DURING_4(mode0, mode1, mode2, mode3) \ argument
68 #define DURING_5(mode0, mode1, mode2, mode3, mode4) \ argument
71 #define DURING_6(mode0, mode1, mode2, mode3, mode4, mode5) \ argument
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/policy/
H A DPhoneWindowActionModeTest.java73 ActionMode mode1 = mPhoneWindow.getDecorView().startActionMode( in testStartActionModePrimaryFinishesPreviousMode() local
87 ActionMode mode1 = mPhoneWindow.getDecorView().startActionMode( in testStartActionModeFloatingFinishesPreviousMode() local
101 ActionMode mode1 = mPhoneWindow.getDecorView().startActionMode( in testStartActionModePreservesPreviousModeOfDifferentType1() local
115 ActionMode mode1 = mPhoneWindow.getDecorView().startActionMode( in testStartActionModePreservesPreviousModeOfDifferentType2() local
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DWindowDecorActionBarTest.java67 ActionMode mode1 = mWindowDecorActionBar.startActionMode(mCallback); in testStartActionModeFinishesPreviousMode() local
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/appop/
H A DAppOpsUpgradeTest.java118 final int mode1 = (_op1 == null) ? defaultModeOp1 : _op1.getMode(); in assertSameModes() local
/aosp12/system/bt/btcore/test/
H A Dproperty_test.cc129 bt_scan_mode_t mode1 = property_as_scan_mode(property); in TEST_F() local
/aosp12/art/tools/jfuzz/
H A Drun_jfuzz_test.py360 def __init__(self, num_tests, device, mode1, mode2, jfuzz_args, argument
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityStarter.java2905 private boolean isLaunchModeOneOf(int mode1, int mode2) { in isLaunchModeOneOf()
2909 private boolean isLaunchModeOneOf(int mode1, int mode2, int mode3) { in isLaunchModeOneOf()
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DRefreshRateConfigs.cpp740 for (const auto& mode1 : sortedModes) { in updateDisplayModes() local