Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityRecordTests.java2298 verifyProcessInfoUpdate(activity, RESUMED, in testProcessInfoUpdateWhenSetState()
2300 verifyProcessInfoUpdate(activity, PAUSED, in testProcessInfoUpdateWhenSetState()
2302 verifyProcessInfoUpdate(activity, STOPPED, in testProcessInfoUpdateWhenSetState()
2304 verifyProcessInfoUpdate(activity, STARTED, in testProcessInfoUpdateWhenSetState()
2308 verifyProcessInfoUpdate(activity, DESTROYING, in testProcessInfoUpdateWhenSetState()
2310 verifyProcessInfoUpdate(activity, DESTROYED, in testProcessInfoUpdateWhenSetState()
2463 private void verifyProcessInfoUpdate(ActivityRecord activity, State state, in verifyProcessInfoUpdate() method in ActivityRecordTests