Home
last modified time | relevance | path

Searched refs:Events (Results 1 – 25 of 26) sorted by relevance

12

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/volume/
H A DEventsTest.java63 Events.sLegacyLogger = mLegacyLogger; in setFakeLoggers()
65 Events.sUiEventLogger = mUiEventLogger; in setFakeLoggers()
118 {Events.EVENT_SHOW_DIALOG, new Object[]{Events.SHOW_REASON_VOLUME_CHANGED, false}, in data()
127 {Events.EVENT_DISMISS_DIALOG, in data()
136 {Events.EVENT_ICON_CLICK, in data()
141 {Events.EVENT_TOUCH_LEVEL_DONE, in data()
146 {Events.EVENT_TOUCH_LEVEL_DONE, in data()
155 {Events.EVENT_LEVEL_CHANGED, in data()
159 {Events.EVENT_MUTE_CHANGED, in data()
163 {Events.EVENT_KEY, in data()
[all …]
H A DVolumeDialogControllerImplTest.java148 verify(mCallback, never()).onShowRequested(Events.SHOW_REASON_VOLUME_CHANGED, false, in testVolumeChangeW_deviceNotInteractiveAOD()
158 verify(mCallback, times(1)).onShowRequested(Events.SHOW_REASON_VOLUME_CHANGED, false, in testVolumeChangeW_deviceInteractive()
172 verify(mCallback, times(1)).onShowRequested(Events.SHOW_REASON_VOLUME_CHANGED, false, in testVolumeChangeW_deviceInteractive_StartedSleeping()
H A DVolumeDialogImplTest.java24 import static com.android.systemui.volume.Events.DISMISS_REASON_UNKNOWN;
25 import static com.android.systemui.volume.Events.SHOW_REASON_UNKNOWN;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogControllerImpl.java193 Events.writeEvent(Events.EVENT_COLLECTION_STARTED); in VolumeDialogControllerImpl()
533 Events.writeEvent(Events.EVENT_KEY, stream, lastAudibleStreamVolume); in onVolumeChangedW()
541 Events.writeEvent(Events.EVENT_ACTIVE_STREAM_CHANGED, activeStream); in updateActiveStreamW()
591 Events.writeEvent(Events.EVENT_LEVEL_CHANGED, stream, level);
614 Events.writeEvent(Events.EVENT_MUTE_CHANGED, stream, muted);
631 Events.writeEvent(Events.EVENT_SUPPRESSOR_CHANGED, mState.effectsSuppressor,
654 Events.writeEvent(Events.EVENT_ZEN_MODE_CHANGED, zen); in updateZenModeW()
679 Events.writeEvent(Events.EVENT_ZEN_CONFIG_CHANGED, "disallowAlarms=" in updateZenConfig()
688 Events.writeEvent(Events.EVENT_EXTERNAL_RINGER_MODE_CHANGED, rm); in updateRingerModeExternalW()
695 Events.writeEvent(Events.EVENT_INTERNAL_RINGER_MODE_CHANGED, rm); in updateRingerModeInternalW()
[all …]
H A DVolumeDialogImpl.java870 Events.writeEvent(Events.EVENT_ICON_CLICK, row.stream, row.iconState); in initRow()
903 Events.writeEvent(Events.EVENT_RINGER_TOGGLE, newRingerMode); in setRingerMode()
1187 Events.writeEvent(Events.EVENT_SETTINGS_CLICK); in initSettingsH()
1239 Events.writeEvent(Events.EVENT_ODI_CAPTIONS_CLICK); in initODICaptionsH()
1261 Events.writeEvent(Events.EVENT_ODI_CAPTIONS_TOOLTIP_CLICK); in showCaptionsTooltip()
1483 Events.writeEvent(Events.EVENT_SHOW_DIALOG, reason, keyguardLocked);
1564 Events.writeEvent(Events.EVENT_DISMISS_DIALOG, reason);
1950 ? Events.ICON_STATE_MUTE
1954 : Events.ICON_STATE_UNKNOWN;
2505 Events.writeEvent(Events.EVENT_TOUCH_LEVEL_CHANGED, mRow.stream,
[all …]
H A DEvents.java37 public class Events { class
38 private static final String TAG = Util.logTag(Events.class);
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
H A DRecordingServiceTest.java144 verify(mUiEventLogger, times(1)).log(Events.ScreenRecordEvent.SCREEN_RECORD_START); in testLogStartFullScreenRecording()
153 verify(mUiEventLogger, times(1)).log(Events.ScreenRecordEvent.SCREEN_RECORD_START); in testLogStartPartialRecording()
162 verify(mUiEventLogger, times(1)).log(Events.ScreenRecordEvent.SCREEN_RECORD_END_QS_TILE); in testLogStopFromQsTile()
164 .log(Events.ScreenRecordEvent.SCREEN_RECORD_END_NOTIFICATION); in testLogStopFromQsTile()
174 .log(Events.ScreenRecordEvent.SCREEN_RECORD_END_NOTIFICATION); in testLogStopFromNotificationIntent()
175 verify(mUiEventLogger, times(0)).log(Events.ScreenRecordEvent.SCREEN_RECORD_END_QS_TILE); in testLogStopFromNotificationIntent()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DEvents.java25 public class Events { class
H A DRecordingService.java178 mUiEventLogger.log(Events.ScreenRecordEvent.SCREEN_RECORD_START); in onStartCommand()
192 mUiEventLogger.log(Events.ScreenRecordEvent.SCREEN_RECORD_END_NOTIFICATION); in onStartCommand()
194 mUiEventLogger.log(Events.ScreenRecordEvent.SCREEN_RECORD_END_QS_TILE); in onStartCommand()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java80 import com.android.systemui.volume.Events;
575 Events.writeEvent(Events.EVENT_DISMISS_USB_OVERHEAT_ALARM, in showUsbHighTemperatureAlarmInternal()
576 Events.DISMISS_REASON_USB_OVERHEAD_ALARM_CHANGED, in showUsbHighTemperatureAlarmInternal()
584 Events.writeEvent(Events.EVENT_SHOW_USB_OVERHEAT_ALARM, in showUsbHighTemperatureAlarmInternal()
585 Events.SHOW_REASON_USB_OVERHEAD_ALARM_CHANGED, in showUsbHighTemperatureAlarmInternal()
/aosp14/frameworks/base/core/java/android/os/
H A DMessageQueue.java195 @OnFileDescriptorEventListener.Events int events, in addOnFileDescriptorEventListener()
1014 public @interface Events {} annotation
1028 @Events int onFileDescriptorEvents(@NonNull FileDescriptor fd, @Events int events); in onFileDescriptorEvents()
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_InputEventReceiver.md9 3. The `handleEvent` callback is executed. Events are read from fd.
41 2. Events are read from the fd outside of the regular `handleEvent` case, during batched consumptio…
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DCalendarTracker.java28 import android.provider.CalendarContract.Events;
237 cr.registerContentObserver(Events.CONTENT_URI, true, mObserver, userId);
/aosp14/frameworks/base/core/java/android/provider/
H A DCalendarContract.java1476 final long eventId = cursor.getLong(cursor.getColumnIndexOrThrow(Events._ID)); in getEntityAndIncrementCursor()
1478 cv.put(Events._ID, eventId); in getEntityAndIncrementCursor()
1743 public static final class Events implements BaseColumns, SyncColumns, EventsColumns, class in CalendarContract
1816 private Events() {} in Events() method in CalendarContract.Events
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Dfalsing.md66 ## Responding to Touch Events
/aosp14/frameworks/base/core/proto/android/server/
H A Djobscheduler.proto909 // Only valid for STOP_JOB or STOP_PERIODIC_JOB Events.
/aosp14/frameworks/base/core/api/
H A Dtest-lint-baseline.txt544 MissingNullability: android.provider.CalendarContract.Events#SYNC_WRITABLE_COLUMNS:
545 …lability on field `SYNC_WRITABLE_COLUMNS` in class `class android.provider.CalendarContract.Events`
H A Dtest-current.txt2686 …public static final class CalendarContract.Events implements android.provider.BaseColumns android.…
/aosp14/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto5450 // Events for battery saver turning on/off and/or the interactive state changes.
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes6465 android.provider.CalendarContract$Events
H A Dboot-image-profile.txt29255 Landroid/provider/CalendarContract$Events;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes6469 android.provider.CalendarContract$Events
H A Dboot-image-profile.txt39362 Landroid/provider/CalendarContract$Events;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt41625 Landroid/provider/CalendarContract$Events;-><init>()V
41626 Landroid/provider/CalendarContract$Events;->DEFAULT_SORT_ORDER:Ljava/lang/String;
41627 Landroid/provider/CalendarContract$Events;->SYNC_WRITABLE_COLUMNS:[Ljava/lang/String;

12