Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/errors/
DError.kt33 val taskId: Int = 0, constant in com.android.server.wm.traces.common.errors.Error
/platform_testing/libraries/system-helpers/activity-helper/src/android/system/helpers/
DActivityHelper.java74 int taskId = INVALID_TASK_ID; in getTaskIdForActivity() local
95 public void changeWindowMode(int taskId, int mode) throws InterruptedException { in changeWindowMode()
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/tags/
DTag.kt20 val taskId: Int = 0 constant in com.android.server.wm.traces.common.tags.Tag
/platform_testing/libraries/flicker/src/com/android/server/wm/proto/
Derrors.proto13 optional int32 taskId = 5; field
Dtags.proto24 optional int32 taskId = 6; field
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/windowmanager/windows/
DTask.kt32 val taskId: Int, in <lambda>() constant in com.android.server.wm.traces.common.windowmanager.windows.Task