Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DWorkSourceTest.java29 WorkSource ws = new WorkSource(); in wsNew() local
38 WorkSource ws = new WorkSource(); in wsNew() local
46 private boolean wsAdd(WorkSource ws, int uid) { in wsAdd()
50 private boolean wsAdd(WorkSource ws, int uid, String name) { in wsAdd()
54 private WorkSource wsAddReturningNewbs(WorkSource ws, WorkSource other) { in wsAddReturningNewbs()
58 private WorkSource[] wsSetReturningDiffs(WorkSource ws, WorkSource other) { in wsSetReturningDiffs()
75 private void failWorkSource(String op, WorkSource ws, int[] uids) { in failWorkSource()
85 private void failWorkSource(String op, WorkSource ws, int[] uids, String[] names) { in failWorkSource()
95 private void checkWorkSource(String op, WorkSource ws, int[] uids) { in checkWorkSource()
115 private void checkWorkSource(String op, WorkSource ws, int[] uids, String[] names) { in checkWorkSource()
[all …]
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityAndWindowManagersState.java354 final WindowState ws = getWmState().getAndAssertSingleNavBarWindowOnDisplay(displayId); in waitAndAssertNavBarShownOnDisplay() local