Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DBinderTest.java185 long innerToken = Binder.clearCallingIdentity(); in testGetCallingUidOrThrow_multipleClearsAreRestoredCorrectly_throws() local
189 Binder.restoreCallingIdentity(innerToken); in testGetCallingUidOrThrow_multipleClearsAreRestoredCorrectly_throws()
200 long innerToken = Binder.clearCallingIdentity(); in testGetCallingUidOrThrow_onlyOutermostClearIsRestored_throws() local
215 long innerToken = Binder.clearCallingIdentity(); in testGetCallingUidOrThrow_multipleClearsAreRestoredIncorrectly_doesNotThrow() local
220 Binder.restoreCallingIdentity(innerToken); in testGetCallingUidOrThrow_multipleClearsAreRestoredIncorrectly_doesNotThrow()