/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/chips/casttootherdevice/ui/viewmodel/ |
H A D | CastToOtherDeviceChipViewModelTest.kt | 425 val clickListener = ((latest as OngoingActivityChipModel.Shown).onClickListener) in chip_projectionStateEntireScreen_clickListenerShowsScreenCastDialog() constant 445 val clickListener = ((latest as OngoingActivityChipModel.Shown).onClickListener) in chip_projectionStateSingleTask_clickListenerShowsScreenCastDialog() constant 469 val clickListener = ((latest as OngoingActivityChipModel.Shown).onClickListener) in chip_routerStateCasting_clickListenerShowsGenericCastDialog() constant 489 val clickListener = ((latest as OngoingActivityChipModel.Shown).onClickListener) in chip_projectionStateCasting_clickListenerHasCuj() constant 517 val clickListener = ((latest as OngoingActivityChipModel.Shown).onClickListener) in chip_routerStateCasting_clickListenerHasCuj() constant
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/ |
D | CardPreferenceTest.java | 126 View.OnClickListener clickListener = v -> hasCalled[0] = true; in performClickOnPrimaryButton_callClickListener() local 136 View.OnClickListener clickListener = v -> hasCalled[0] = true; in performClickOnSecondaryButton_callClickListener() local 184 View.OnClickListener clickListener = v -> hasCalled[0] = expectedClickedResult; in setPrimaryButtonClickListener_setAfterOnBindViewHolder() local 194 View.OnClickListener clickListener = v -> hasCalled[0] = "called once"; in setPrimaryButtonClickListener_setNull_clearTheOnClickListener() local 231 View.OnClickListener clickListener = v -> hasCalled[0] = expectedClickedResult; in setSecondaryButtonClickListener_setAfterOnBindViewHolder() local 241 View.OnClickListener clickListener = v -> hasCalled[0] = "called once"; in setSecondaryButtonClickListener_setNull_clearTheOnClickListener() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/chips/sharetoapp/ui/viewmodel/ |
H A D | ShareToAppChipViewModelTest.kt | 277 val clickListener = ((latest as OngoingActivityChipModel.Shown).onClickListener) in chip_noScreen_clickListenerShowsGenericShareDialog() constant 297 val clickListener = ((latest as OngoingActivityChipModel.Shown).onClickListener) in chip_entireScreen_clickListenerShowsScreenShareDialog() constant 321 val clickListener = ((latest as OngoingActivityChipModel.Shown).onClickListener) in chip_singleTask_clickListenerShowsScreenShareDialog() constant 345 val clickListener = ((latest as OngoingActivityChipModel.Shown).onClickListener) in chip_clickListenerHasCuj() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/chips/screenrecord/ui/viewmodel/ |
H A D | ScreenRecordChipViewModelTest.kt | 272 val clickListener = ((latest as OngoingActivityChipModel.Shown).onClickListener) in chip_notProjecting_clickListenerShowsDialog() constant 289 val clickListener = ((latest as OngoingActivityChipModel.Shown).onClickListener) in chip_projectingEntireScreen_clickListenerShowsDialog() constant 310 val clickListener = ((latest as OngoingActivityChipModel.Shown).onClickListener) in chip_projectingSingleTask_clickListenerShowsDialog() constant 327 val clickListener = ((latest as OngoingActivityChipModel.Shown).onClickListener) in chip_clickListenerHasCuj() constant
|
/aosp_15_r20/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/emptystate/ |
D | EmptyStateUiHelperTest.kt | 168 val clickListener = mock<EmptyState.ClickListener>() in testShowEmptyState_noOnClickHandler() constant 197 val clickListener = mock<EmptyState.ClickListener>() in testShowEmptyState_withOnClickHandlerAndClickListener() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/chips/call/ui/viewmodel/ |
H A D | CallChipViewModelTest.kt | 311 val clickListener = (latest as OngoingActivityChipModel.Shown).onClickListener in chip_inCall_positiveStartTime_validIntent_clickListenerLaunchesIntent() constant 326 val clickListener = (latest as OngoingActivityChipModel.Shown).onClickListener in chip_inCall_zeroStartTime_validIntent_clickListenerLaunchesIntent() constant
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | OptionsPopupView.java | 305 public final OnLongClickListener clickListener; field in OptionsPopupView.OptionItem 308 OnLongClickListener clickListener) { in OptionItem() 317 OnLongClickListener clickListener) { in OptionItem()
|
/aosp_15_r20/development/samples/devbytes/animation/SlidingFragments/src/com/example/android/slidingfragments/ |
H A D | ImageFragment.java | 27 View.OnClickListener clickListener; field in ImageFragment 36 public void setClickListener(View.OnClickListener clickListener) { in setClickListener()
|
H A D | TextFragment.java | 30 View.OnClickListener clickListener; field in TextFragment 40 public void setClickListener(View.OnClickListener clickListener) { in setClickListener()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/sensorprivacy/ |
D | SensorUseDialog.java | 19 private final android.content.DialogInterface.OnClickListener clickListener = null; field in SensorUseDialog 25 …android.content.DialogInterface.OnClickListener clickListener, @org.jetbrains.annotations.NotNull() in SensorUseDialog()
|
/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/ |
H A D | ZoomControlsTest.java | 64 final View.OnClickListener clickListener = (View view) -> {}; in testSetOnZoomInClickListener() local 77 final View.OnClickListener clickListener = (View view) -> {}; in testSetOnZoomOutClickListener() local
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/datetime/timezone/ |
D | BaseTimeZonePreferenceControllerTest.java | 45 TestClickListener clickListener = new TestClickListener(); in handlePreferenceTreeClick_correctKey_triggerOnClickListener() local 57 TestClickListener clickListener = new TestClickListener(); in handlePreferenceTreeClick_wrongKey_triggerOnClickListener() local
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/Launcher3/Launcher3QuickStepLib/android_common/kapt/gen/stubs/com/android/launcher3/util/ |
D | ItemInflater.java | 37 private final android.view.View.OnClickListener clickListener = null; field in ItemInflater 48 android.view.View.OnClickListener clickListener, @org.jetbrains.annotations.NotNull() in ItemInflater()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/chips/sharetoapp/ui/view/ |
H A D | EndGenericShareToAppDialogDelegateTest.kt | 58 val clickListener = argumentCaptor<DialogInterface.OnClickListener>() in positiveButton_clickStopsRecording() constant
|
H A D | EndShareScreenToAppDialogDelegateTest.kt | 178 val clickListener = argumentCaptor<DialogInterface.OnClickListener>() in positiveButton() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/chips/ui/viewmodel/ |
H A D | OngoingActivityChipViewModelTest.kt | 60 val clickListener = in createDialogLaunchOnClickListener_showsDialogOnClick() constant
|
/aosp_15_r20/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/selectabledeletion/ |
D | SelectAllCheckboxPreference.kt | 66 val clickListener = OnPreferenceClickListener { in setOnPreferenceClickListenerWithCheckbox() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/chips/casttootherdevice/ui/view/ |
H A D | EndGenericCastToOtherDeviceDialogDelegateTest.kt | 129 val clickListener = argumentCaptor<DialogInterface.OnClickListener>() in positiveButton() constant
|
H A D | EndCastScreenToOtherDeviceDialogDelegateTest.kt | 235 val clickListener = argumentCaptor<DialogInterface.OnClickListener>() in positiveButton() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/accessibility/extradim/ |
H A D | ExtraDimDialogDelegateTest.kt | 93 val clickListener = argumentCaptor<DialogInterface.OnClickListener>() in clickButton_removeExtraDimShortcuts() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/chips/screenrecord/ui/view/ |
H A D | EndScreenRecordingDialogDelegateTest.kt | 127 val clickListener = argumentCaptor<DialogInterface.OnClickListener>() in positiveButton() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | ChannelEditorDialogControllerTest.kt | 252 private val clickListener = object : NotificationInfo.OnSettingsClickListener { constant in com.android.systemui.statusbar.notification.row.ChannelEditorDialogControllerTest
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
H A D | MagnificationModeSwitch.java | 104 MagnificationModeSwitch(@UiContext Context context, ClickListener clickListener, in MagnificationModeSwitch() 112 SfVsyncFrameCallbackProvider sfVsyncFrameProvider, ClickListener clickListener, in MagnificationModeSwitch()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/ |
H A D | PrivacyDialog.kt | 171 private val clickListener = View.OnClickListener { v -> in <lambda>() constant
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/EntityHeaderWidgets/SettingsLibEntityHeaderWidgets/android_common/javac/ |
D | SettingsLibEntityHeaderWidgets.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |