Searched defs:restoreCallingIdentity (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/
H A DBinder.java177 * {@link #restoreCallingIdentity(long)}.
181 * @see #restoreCallingIdentity(long)
195 public static final native void restoreCallingIdentity(long token); method in class:Binder
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDpmMockContext.java107 public void restoreCallingIdentity(long token) { method in class:DpmMockContext.MockBinder
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp391 void IPCThreadState::restoreCallingIdentity(int64_t token) function in class:android::IPCThreadState

Completed in 229 milliseconds