Home
last modified time | relevance | path

Searched defs:setDeviceState (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/power/stats/processor/
DAggregatedPowerStats.java185 void setDeviceState(@AggregatedPowerStatsConfig.TrackedState int stateId, int state, in setDeviceState() method in AggregatedPowerStats
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/
DUceDeviceState.java356 private void setDeviceState(@DeviceStateType int latestState) { in setDeviceState() method in UceDeviceState
/frameworks/base/core/java/com/android/internal/os/
DLooperStats.java68 public void setDeviceState(@NonNull CachedDeviceState.Readonly deviceState) { in setDeviceState() method in LooperStats
DBinderCallsStats.java191 public void setDeviceState(@NonNull CachedDeviceState.Readonly deviceState) { in setDeviceState() method in BinderCallsStats
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImplTest.java1394 private void setDeviceState(DeviceState deviceState) { in setDeviceState() method in CentralSurfacesImplTest
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/unfold/
DDisplaySwitchLatencyTrackerTest.kt750 private suspend fun setDeviceState(state: DeviceState) { in setDeviceState() method in com.android.systemui.unfold.DisplaySwitchLatencyTrackerTest