Home
last modified time | relevance | path

Searched refs:UX_STATE_NO_INTERACTION (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogPerfHandler.java207 private static final int UX_STATE_NO_INTERACTION = 3; field in WatchdogPerfHandler
213 UX_STATE_NO_INTERACTION
526 mCurrentUxState = UX_STATE_NO_INTERACTION; in onDisplayStateChanged()
537 mCurrentUxState = UX_STATE_NO_INTERACTION; in onGarageModeChange()
979 || (mCurrentUxState == UX_STATE_NO_INTERACTION in latestIoOveruseStatsInternal()
1487 if (mCurrentUxState == UX_STATE_NO_INTERACTION) { in applyCurrentUxRestrictionsLocked()
1818 if (mActionableUserPackages.isEmpty() || mCurrentUxState != UX_STATE_NO_INTERACTION) { in performOveruseHandlingLocked()
1892 if (mCurrentUxState == UX_STATE_NO_INTERACTION || mIsHeadsUpNotificationSent) { in notifyUserOnOveruse()
2122 return mCurrentUxState == UX_STATE_NO_INTERACTION in inferSystemStateLocked()
2934 case UX_STATE_NO_INTERACTION: in toUxStateString()
[all …]
/packages/services/Car/service/proto/android/car/watchdog/
Dwatchdogservice_dump.proto148 UX_STATE_NO_INTERACTION = 3; enumerator