Home
last modified time | relevance | path

Searched refs:nestedCallWithWorkSourceToSet (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DIBinderWorkSourceNestedService.aidl20 int[] nestedCallWithWorkSourceToSet(int uidToBlame); in nestedCallWithWorkSourceToSet() method
H A DBinderWorkSourceTest.java167 int[] workSources = mNestedService.nestedCallWithWorkSourceToSet(SECOND_UID); in nestedSetWorkSoucePropagated()
177 int[] workSources = mNestedService.nestedCallWithWorkSourceToSet(UID); in nestedSetWorkSouceDoesNotEnablePropagation()
H A DBinderWorkSourceNestedService.java36 public int[] nestedCallWithWorkSourceToSet(int uidToBlame) {