Home
last modified time | relevance | path

Searched defs:APP_STATE_IDLE (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/media/audio/include/system/
H A Daudio_policy.h98 APP_STATE_IDLE = 0, /* client is idle: cannot capture */ enumerator
/aosp12/frameworks/base/core/proto/android/server/
H A Dwindowmanagerservice.proto161 APP_STATE_IDLE = 0; enumerator
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java235 private final static int APP_STATE_IDLE = 0; field in AppTransition