Home
last modified time | relevance | path

Searched refs:MAIN (Results 1 – 25 of 33) sorted by relevance

12

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DCarInputServiceTest.java430 send(Key.UP, KeyEvent.KEYCODE_CALL, Display.MAIN); in callKey_shortPress_withoutEventHandler_launchesDialer()
442 send(Key.UP, KeyEvent.KEYCODE_CALL, Display.MAIN); in callKey_shortPress_withoutEventHandler_whenCallRinging_answersCall()
456 send(Key.UP, KeyEvent.KEYCODE_CALL, Display.MAIN); in callKey_shortPress_withEventHandler_triggersEventHandler()
472 send(Key.UP, KeyEvent.KEYCODE_CALL, Display.MAIN); in callKey_shortPress_withEventHandler_whenCallRinging_answersCall()
484 send(Key.UP, KeyEvent.KEYCODE_CALL, Display.MAIN); in callKey_shortPress_duringCall_endCallViaCallButtonOn_endsCall()
494 send(Key.UP, KeyEvent.KEYCODE_CALL, Display.MAIN); in callKey_shortPress_duringCall_endCallViaCallButtonOff_doesNotEndCall()
517 send(Key.UP, KeyEvent.KEYCODE_CALL, Display.MAIN); in callKey_longPress_withoutEventHandler_redialsLastCall()
540 send(Key.UP, KeyEvent.KEYCODE_CALL, Display.MAIN); in callKey_longPress_withoutEventHandler_whenCallRinging_answersCall()
571 send(Key.UP, KeyEvent.KEYCODE_CALL, Display.MAIN); in callKey_longPress_withEventHandler_whenCallRinging_answersCall()
739 private enum Display {MAIN, INSTRUMENT_CLUSTER} enumConstant
[all …]
/aosp12/bionic/benchmarks/linker_relocation/include/
H A Dlinker_reloc_bench_asm.h36 #define MAIN .globl main; main: mov r0, #0; bx lr macro
43 #define MAIN .globl main; main: mov w0, wzr; ret macro
50 #define MAIN .globl main; main: xorl %eax, %eax; retl macro
57 #define MAIN .globl main; main: xorl %eax, %eax; retq macro
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
H A DInputHalServiceTest.java102 int anyDisplay = VehicleDisplay.MAIN; in ignoresSetListener_beforeKeyInputSupported()
202 makeKeyPropValue(Key.DOWN, KeyEvent.KEYCODE_ENTER, VehicleDisplay.MAIN), in dispatchesInputEvent_multiple_toListener_mainDisplay()
251 event = dispatchSingleEvent(Key.DOWN, KeyEvent.KEYCODE_ENTER, VehicleDisplay.MAIN, in handlesRepeatedKeys_anyDisplay()
261 event = dispatchSingleEvent(Key.UP, KeyEvent.KEYCODE_ENTER, VehicleDisplay.MAIN, in handlesRepeatedKeys_anyDisplay()
271 event = dispatchSingleEvent(Key.DOWN, KeyEvent.KEYCODE_ENTER, VehicleDisplay.MAIN, in handlesRepeatedKeys_anyDisplay()
289 VehicleDisplay.MAIN, CarOccupantZoneManager.DISPLAY_TYPE_MAIN); in handlesRepeatedKeyWithIndents_anyDisplay()
298 VehicleDisplay.MAIN, CarOccupantZoneManager.DISPLAY_TYPE_MAIN); in handlesRepeatedKeyWithIndents_anyDisplay()
340 dispatchSingleEvent(Key.DOWN, KeyEvent.KEYCODE_ENTER, VehicleDisplay.MAIN, in separateKeyDownEvents_areIndependent_mainDisplay()
388 timestampNanos, 0, VehicleDisplay.MAIN))); in dispatchesRotaryEvent_singleVolumeUp_anyDisplay()
422 -numberOfDetents, timestampNanos, deltaNanos, VehicleDisplay.MAIN))); in dispatchesRotaryEvent_multipleNavigatePrevious_anyDisplay()
[all …]
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsContainerView.java157 mAH[AdapterHolder.MAIN] = new AdapterHolder(false /* isWork */); in AllAppsContainerView()
238 if (!mAH[AdapterHolder.MAIN].appsList.hasFilter()) { in onAppsUpdated()
319 return mAH[AdapterHolder.MAIN].recyclerView; in getActiveRecyclerView()
437 mAllAppsStore.unregisterIconContainer(mAH[AdapterHolder.MAIN].recyclerView); in rebindAdapters()
444 mViewPager.getPageIndicator().setActiveMarker(AdapterHolder.MAIN); in rebindAdapters()
447 if (mViewPager.snapToPage(AdapterHolder.MAIN)) { in rebindAdapters()
461 mAH[AdapterHolder.MAIN].setup(findViewById(R.id.apps_list_view), null); in rebindAdapters()
466 mAllAppsStore.registerIconContainer(mAH[AdapterHolder.MAIN].recyclerView); in rebindAdapters()
503 mHeader.setMainActive(currentActivePage == AdapterHolder.MAIN); in onActivePageChanged()
533 return mAH[AdapterHolder.MAIN].appsList; in getApps()
[all …]
H A DFloatingHeaderView.java233 mMainRV = setupRV(mMainRV, mAH[AllAppsContainerView.AdapterHolder.MAIN].recyclerView); in setup()
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/input/
H A DCarInputManagerTest.java376 injectRotaryEvent(VehicleDisplay.MAIN, numClicks); in testDelayedGrantWithFullCapture()
387 injectRotaryEvent(VehicleDisplay.MAIN, numClicks); in testDelayedGrantWithFullCapture()
401 injectRotaryEvent(VehicleDisplay.MAIN, numClicks); in testDelayedGrantWithFullCapture()
466 injectRotaryEvent(VehicleDisplay.MAIN, numClicks); in testIndependentTwoCaptures()
501 injectRotaryEvent(VehicleDisplay.MAIN, numClicks); in testTwoClientsOverwrap()
531 injectRotaryEvent(VehicleDisplay.MAIN, numClicks); in testTwoClientsOverwrap()
547 injectRotaryEvent(VehicleDisplay.MAIN, numClicks); in testTwoClientsOverwrap()
666 injectRotaryEvent(VehicleDisplay.MAIN, numClicks); in testInjectingRotaryEventAndExecutor()
717 injectCustomInputEvent(CUSTOM_EVENT_F1, VehicleDisplay.MAIN, in testInjectingCustomInputEventAndExecutor()
811 injectKeyEvent(down, keyCode, VehicleDisplay.MAIN); in injectKeyEvent()
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarProjectionManagerTest.java127 VehicleDisplay.MAIN, in sendVoiceKey()
146 VehicleDisplay.MAIN, in sendVoiceKey()
/aosp12/art/test/etc/
H A Drun-test-jar60 MAIN=""
529 MAIN="Main"
531 MAIN="$1"
679 … ${DEBUGGER_OPTS} ${JVM_VERIFY_ARG} -Xmx256m -classpath classes:classes2 ${FLAGS} $MAIN $@ ${ARGS}"
1069 -cp $DEX_LOCATION/$TEST_NAME.jar$SECONDARY_DEX $MAIN $ARGS"
/aosp12/system/iorap/src/common/
H A Dloggers.h28 explicit StderrAndLogdLogger(android::base::LogId default_log_id = android::base::MAIN)
/aosp12/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
H A DHidDefs.h32 MAIN, enumerator
H A DHidParser.cpp40 case MAIN: in parse()
/aosp12/build/make/core/
H A Dbuild_id.rbc19 …# BUILD_ID is usually used to specify the branch name (like "MAIN") or a branch name and a release…
/aosp12/system/libbase/
H A Dlogging_splitters_test.cpp80 SplitByLogdChunks(MAIN, FATAL, tag.c_str(), file.empty() ? nullptr : file.c_str(), 1000, in TestLogdChunkSplitter()
241 SplitByLogdChunks(MAIN, ERROR, long_tag.c_str(), nullptr, 0, "message", logger_function), ""); in TEST()
H A Dlogging.cpp120 return MAIN; in log_id_tToLogId()
135 case MAIN: in LogIdTolog_id_t()
/aosp12/system/extras/tests/workloads/
H A Ddefs.sh362 …_NOWAIT -p "$(getPackageName $1)" -c android.intent.category.LAUNCHER -a android.intent.action.MAIN
363 …IT -p "$(getPackageName $1)" -c android.intent.category.LAUNCHER -a android.intent.action.MAIN 2>&1
/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DInputHalService.java275 if (vehicleDisplay != VehicleDisplay.MAIN
409 case VehicleDisplay.MAIN:
/aosp12/build/make/tools/droiddoc/test/stubs/
H A Dfunc.sh49 -hdf page.build MAIN-eng.joeo.20080710.121320 -hdf page.now "10 Jul 2008 12:13" \
/aosp12/system/libbase/include/android-base/
H A Dlogging.h97 MAIN, enumerator
133 explicit LogdLogger(LogId default_log_id = android::base::MAIN);
/aosp12/build/make/tools/droiddoc/templates-pdk/
H A Ddocpage.cs20 <?cs # THIS IS THE MAIN DOC CONTENT ?>
/aosp12/system/iorap/src/compiler/
H A Dmain.cc36 explicit StderrAndLogdErrorLogger(android::base::LogId default_log_id = android::base::MAIN) in StderrAndLogdErrorLogger()
/aosp12/system/logging/liblog/tests/
H A Dliblog_global_state.cpp88 EXPECT_EQ(MAIN, log_id); in TEST()
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/input/
H A DInputTestFragment.java299 return createButton(textResId, keyCode, VehicleDisplay.MAIN); in createButton()
/aosp12/hardware/interfaces/contexthub/1.0/
H A Dtypes.hal162 MAIN = 0, // Main memory
/aosp12/system/core/init/
H A Dselinux.cpp602 android::base::KernelLogger(android::base::MAIN, severity, "selinux", nullptr, 0, buf); in SelinuxKlogCallback()
/aosp12/build/make/tools/droiddoc/templates-pdk/assets/
H A Dandroid-developer-core.css325 /* MAIN BODY */

12