Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DBinderTest.java184 long outerToken = Binder.clearCallingIdentity(); in testGetCallingUidOrThrow_multipleClearsAreRestoredCorrectly_throws() local
190 Binder.restoreCallingIdentity(outerToken); in testGetCallingUidOrThrow_multipleClearsAreRestoredCorrectly_throws()
199 long outerToken = Binder.clearCallingIdentity(); in testGetCallingUidOrThrow_onlyOutermostClearIsRestored_throws() local
204 Binder.restoreCallingIdentity(outerToken); in testGetCallingUidOrThrow_onlyOutermostClearIsRestored_throws()
214 long outerToken = Binder.clearCallingIdentity(); in testGetCallingUidOrThrow_multipleClearsAreRestoredIncorrectly_doesNotThrow() local
219 Binder.restoreCallingIdentity(outerToken); in testGetCallingUidOrThrow_multipleClearsAreRestoredIncorrectly_doesNotThrow()