Home
last modified time | relevance | path

Searched refs:setCallingWorkSourceUid (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DBinderWorkSourceTest.java107 Binder.setCallingWorkSourceUid(UID); in setWorkSource()
114 Binder.setCallingWorkSourceUid(UID); in clearWorkSource()
122 Binder.setCallingWorkSourceUid(UID); in setWorkSource_propagatedForMultipleCalls()
153 Binder.setCallingWorkSourceUid(UID); in restoreWorkSource()
165 Binder.setCallingWorkSourceUid(UID); in nestedSetWorkSoucePropagated()
208 Binder.setCallingWorkSourceUid(UID); in nestedSetWorkSouceNotPropagated()
H A DBinderTest.java30 Binder.setCallingWorkSourceUid(UID); in testSetWorkSource()
36 Binder.setCallingWorkSourceUid(UID); in testClearWorkSource()
43 Binder.setCallingWorkSourceUid(UID); in testRestoreWorkSource()
H A DBinderWorkSourceNestedService.java39 Binder.setCallingWorkSourceUid(uidToBlame);
H A DParcelTest.java86 Binder.setCallingWorkSourceUid(WORK_SOURCE_1); in testParcelWithMultipleHeaders()
88 Binder.setCallingWorkSourceUid(WORK_SOURCE_2); in testParcelWithMultipleHeaders()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DWorkSourceUidPreservingRunnableTest.java41 Binder.setCallingWorkSourceUid(callerUid); in preservesAndRestoresWorkSourceUid()
47 Binder.setCallingWorkSourceUid(runnerUid); in preservesAndRestoresWorkSourceUid()
H A DHdmiCecControllerTest.java314 Binder.setCallingWorkSourceUid(1234); in runOnServiceThread_preservesAndRestoresWorkSourceUid()
318 Binder.setCallingWorkSourceUid(5678); in runOnServiceThread_preservesAndRestoresWorkSourceUid()
330 Binder.setCallingWorkSourceUid(callerUid); in runOnIoThread_preservesAndRestoresWorkSourceUid()
334 Binder.setCallingWorkSourceUid(runnerUid); in runOnIoThread_preservesAndRestoresWorkSourceUid()
H A DHdmiCecAtomLoggingTest.java184 Binder.setCallingWorkSourceUid(callerUid); in testMessageReported_calledWithUid()
189 Binder.setCallingWorkSourceUid(runnerUid); in testMessageReported_calledWithUid()
H A DHdmiControlServiceTest.java573 Binder.setCallingWorkSourceUid(callerUid); in runOnServiceThread_preservesAndRestoresWorkSourceUid()
577 Binder.setCallingWorkSourceUid(runnerUid); in runOnServiceThread_preservesAndRestoresWorkSourceUid()
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DWorkSourceUidPreservingRunnable.java38 long token = Binder.setCallingWorkSourceUid(mUid); in run()
H A DHdmiControlService.java2090 Binder.setCallingWorkSourceUid(Binder.getCallingUid()); in setWorkSourceUidToCallingUid()
/aosp14/frameworks/base/core/java/android/os/
H A DBinder.java530 public static final native long setCallingWorkSourceUid(int workSource); in setCallingWorkSourceUid() method in Binder
827 return Binder.setCallingWorkSourceUid(uid); in onTransactStarted()
/aosp14/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp1008 return IPCThreadState::self()->setCallingWorkSourceUid(workSource); in android_os_Binder_setCallingWorkSourceUid()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt32538 method public static final long setCallingWorkSourceUid(int);