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.java58 WorkSource ws = new WorkSource(); in wsNew() local
68 WorkSource ws = new WorkSource(); in wsNew() local
76 private boolean wsAdd(WorkSource ws, int uid) throws IllegalArgumentException, in wsAdd()
82 private boolean wsAdd(WorkSource ws, int uid, String name) throws IllegalArgumentException, in wsAdd()
89 …private WorkSource wsAddReturningNewbs(WorkSource ws, WorkSource other) throws IllegalArgumentExce… in wsAddReturningNewbs()
95 …private WorkSource[] wsSetReturningDiffs(WorkSource ws, WorkSource other) throws IllegalArgumentEx… in wsSetReturningDiffs()
101 private WorkSource wsStripNames(WorkSource ws) throws IllegalArgumentException, in wsStripNames()
119 private void failWorkSource(String op, WorkSource ws, int[] uids) { in failWorkSource()
129 private void failWorkSource(String op, WorkSource ws, int[] uids, String[] names) { in failWorkSource()
139 private void checkWorkSource(String op, WorkSource ws, int[] uids) { in checkWorkSource()
[all …]
/cts/hostsidetests/services/activitymanager/src/android/server/cts/
DWindowManagerState.java145 final WindowState ws = WindowState.create(mSysDump, sExtractStackExitPatterns); in parseSysDump() local