Home
last modified time | relevance | path

Searched defs:action2 (Results 1 – 25 of 130) sorted by relevance

123456

/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/
H A Dif_list.h48 Action1 action1, Action2 action2) { in IfList()
61 Action0 action0, Action1 action1, Action2 action2, in IfList()
76 Check4 check4, Action0 action0, Action1 action1, Action2 action2, in IfList()
94 Action2 action2, Action3 action3, Action4 action4, in IfList()
113 Action1 action1, Action2 action2, Action3 action3, Action4 action4, in IfList()
134 Action0 action0, Action1 action1, Action2 action2, Action3 action3, in IfList()
157 Check8 check8, Action0 action0, Action1 action1, Action2 action2, in IfList()
183 Action2 action2, Action3 action3, Action4 action4, Action5 action5, in IfList()
211 Action1 action1, Action2 action2, Action3 action3, Action4 action4, in IfList()
240 Action0 action0, Action1 action1, Action2 action2, Action3 action3, in IfList()
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationTemplateViewWrapperTest.kt97 val action2 = createActionWithPendingIntent() in actionPendingIntentCancelled_actionDisabled() constant
142 val action2 = createActionWithPendingIntent() in twoActionsWithSameCancelledIntent_bothActionsDisabled() constant
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/policy/
H A DDeferredKeyActionExecutorTests.java80 TestAction action2 = new TestAction(); in setActionsExecutable_afterActionQueued_downTimeMismatch_actionNotExecuted() local
101 TestAction action2 = new TestAction(); in queueKeyAction_beforeAndAfterCancelQueuedActions_onlyActionsAfterCancelExecuted() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/view/
H A DMediaViewHolder.kt72 val action2 = itemView.requireViewById<ImageButton>(R.id.action2) constant
/aosp_15_r20/packages/modules/Permission/tests/cts/safetycenter/src/android/safetycenter/cts/
DSafetyCenterIssueTest.kt59 private val action2 = constant
/aosp_15_r20/cts/tests/credentials/src/android/credentials/cts/unittests/service/
H A DActionTest.java60 final Action action2 = TestUtils.cloneParcelable(action1); in testWriteToParcel_success() local
/aosp_15_r20/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DPrivilegedActionTest.java39 MyPrivilegedAction2 action2 = new MyPrivilegedAction2(); in testRun() local
/aosp_15_r20/system/update_engine/
H A Dupdate_boot_flags_action_unittest.cc52 auto action2 = std::make_unique<UpdateBootFlagsAction>(&boot_control_); in TEST_F() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/events/
H A Dtest_userevents_multithreaded.cpp45 ReadBufferAction action2; in test_userevents_multithreaded() local
/aosp_15_r20/bionic/tests/libs/
H A Dheap_tagging_helper.cpp45 void action2(int signo, siginfo_t* info __unused, void*) { in action2() function
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/kapt/gen/stubs/com/android/wm/shell/common/pip/
DPipUtils.java74 android.app.RemoteAction action1, @org.jetbrains.annotations.Nullable() in remoteActionsMatch()
/aosp_15_r20/build/soong/ui/terminal/
H A Dstatus_test.go166 action2 = &status.Action{Description: "action2"} var
/aosp_15_r20/cts/tests/tests/media/misc/src/android/media/misc/cts/
H A DPlaybackStateTest.java330 PlaybackState.CustomAction action2) { in assertCustomActionEquals()
/aosp_15_r20/system/update_engine/common/
H A Daction_processor_unittest.cc159 auto action2 = std::make_unique<ActionProcessorTestAction>(); in TEST_F() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/utils/common/test/
H A DRecurrentTimerTest.cpp151 auto action2 = getCallback(2); in TEST_F() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/utils/common/test/
H A DRecurrentTimerTest.cpp151 auto action2 = getCallback(2); in TEST_F() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/media/controls/ui/view/
DMediaViewHolder.java68 private final android.widget.ImageButton action2 = null; field in MediaViewHolder
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/
H A Dprocess_fuchsia.rs111 let action2 = make_action(&stdio.stdout, 1)?; in do_exec() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/
H A Dprocess_fuchsia.rs111 let action2 = make_action(&stdio.stdout, 1)?; in do_exec() localVariable
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/widget/
DEntityHeaderController.java178 @ActionType int action2) { in setButtonActions()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/
H A Dprocess_fuchsia.rs111 let action2 = make_action(&stdio.stdout, 1)?; in do_exec() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/
H A Dprocess_fuchsia.rs111 let action2 = make_action(&stdio.stdout, 1)?; in do_exec() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/
H A Dprocess_fuchsia.rs111 let action2 = make_action(&stdio.stdout, 1)?; in do_exec() localVariable
/aosp_15_r20/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
H A DNotificationPresets.java326 NotificationCompat.Action action2 = new NotificationCompat.Action.Builder( in buildNotifications() local
/aosp_15_r20/developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
H A DNotificationPresets.java326 NotificationCompat.Action action2 = new NotificationCompat.Action.Builder( in buildNotifications() local

123456