Home
last modified time | relevance | path

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

/platform_testing/libraries/system-helpers/activity-helper/src/android/system/helpers/
DActivityHelper.java73 int taskId = INVALID_TASK_ID; in getTaskIdForActivity() local
94 public void changeWindowMode(int taskId, int mode) throws InterruptedException { in changeWindowMode()