Home
last modified time | relevance | path

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

/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/android/tools/common/traces/wm/
DTask.kt34 val taskId: Int, in <lambda>() constant in android.tools.common.traces.wm.Task