Searched refs:action3 (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/view/ |
D | MediaViewHolder.kt | 73 val action3 = itemView.requireViewById<ImageButton>(R.id.action3) constant 86 R.id.action3 -> action3 in getAction() 95 return listOf(actionNext, actionPrev, action0, action1, action2, action3, action4) in getTransparentActionButtons() 138 R.id.action3, 147 setOf(R.id.action0, R.id.action1, R.id.action2, R.id.action3, R.id.action4) 157 R.id.action3,
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/ |
D | NotificationTemplateViewWrapperTest.kt | 98 val action3 = createActionWithPendingIntent() in actionPendingIntentCancelled_actionDisabled() constant 101 val pi3 = getPendingIntent(action3) in actionPendingIntentCancelled_actionDisabled() 104 waitForActionDisabled(action3) in actionPendingIntentCancelled_actionDisabled() 107 assertThat(action3.isEnabled).isFalse() in actionPendingIntentCancelled_actionDisabled() 143 val action3 = createActionWithPendingIntent(getPendingIntent(action2)) in twoActionsWithSameCancelledIntent_bothActionsDisabled() constant 151 waitForActionDisabled(action3) in twoActionsWithSameCancelledIntent_bothActionsDisabled() 154 assertThat(action3.isEnabled).isFalse() in twoActionsWithSameCancelledIntent_bothActionsDisabled()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/policy/ |
D | DeferredKeyActionExecutorTests.java | 102 TestAction action3 = new TestAction(); in queueKeyAction_beforeAndAfterCancelQueuedActions_onlyActionsAfterCancelExecuted() local 109 KeyEvent.KEYCODE_STEM_PRIMARY, /* downTime= */ 1, action3); in queueKeyAction_beforeAndAfterCancelQueuedActions_onlyActionsAfterCancelExecuted() 115 assertTrue(action3.executed); in queueKeyAction_beforeAndAfterCancelQueuedActions_onlyActionsAfterCancelExecuted()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/controller/ |
D | MediaControlPanelTest.kt | 180 private lateinit var action3: ImageButton in <lambda>() variable in com.android.systemui.media.controls.ui.controller.MediaControlPanelTest 380 action3 = ImageButton(context).also { it.setId(R.id.action3) } in <lambda>() 402 action3.id, in <lambda>() 446 whenever(viewHolder.action3).thenReturn(action3) in <lambda>() 447 whenever(viewHolder.getAction(R.id.action3)).thenReturn(action3) in <lambda>() 556 verify(collapsedSet).setVisibility(R.id.action3, ConstraintSet.GONE) in <lambda>() 557 verify(expandedSet).setVisibility(R.id.action3, ConstraintSet.GONE) in <lambda>() 1032 assertThat(action3.contentDescription).isEqualTo("custom 0") in <lambda>() 1033 assertThat(action3.isEnabled()).isFalse() in <lambda>() 1034 verify(collapsedSet).setVisibility(R.id.action3, ConstraintSet.GONE) in <lambda>()
|
/frameworks/av/services/mediametrics/tests/ |
D | mediametrics_tests.cpp | 778 bool action3 = false; in TEST() local 802 action3 = true; in TEST() 825 ASSERT_EQ(true, action3); in TEST()
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 10093 R.id.action3,
|