Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/os/
DIBinderWorkSourceNestedService.aidl20 int[] nestedCallWithWorkSourceToSet(int uidToBlame); in nestedCallWithWorkSourceToSet() method
DBinderWorkSourceTest.java170 int[] workSources = mNestedService.nestedCallWithWorkSourceToSet(SECOND_UID); in nestedSetWorkSoucePropagated()
180 int[] workSources = mNestedService.nestedCallWithWorkSourceToSet(UID); in nestedSetWorkSouceDoesNotEnablePropagation()
DBinderWorkSourceNestedService.java36 public int[] nestedCallWithWorkSourceToSet(int uidToBlame) {
DBundleTest.java470 public int[] nestedCallWithWorkSourceToSet(int uidToBlame) { in parcelledBundleWithBinder_shouldReturnHasBindersTrue()