Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerState.java240 static String appStateToString(int appState) { in appStateToString() argument
241 switch (appState) { in appStateToString()
767 int appState = 0; in Display() local
770 appState = appTransitionProto.appTransitionState; in Display()
773 mAppTransitionState = appStateToString(appState); in Display()