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

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDpmMockContext.java93 public void restoreCallingIdentity(long token) { method in class:DpmMockContext.MockBinder
/frameworks/base/core/java/android/os/
H A DBinder.java237 * {@link #restoreCallingIdentity(long)}.
241 * @see #restoreCallingIdentity(long)
255 public static final native void restoreCallingIdentity(long token); method in class:Binder
259 * {@link #clearCallingIdentity}/{@link #restoreCallingIdentity}
262 * {@link #restoreCallingIdentity}
274 restoreCallingIdentity(callingIdentity);
283 * {@link #clearCallingIdentity}/{@link #restoreCallingIdentity} returning the result
286 * {@link #restoreCallingIdentity}
299 restoreCallingIdentity(callingIdentity);
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp395 void IPCThreadState::restoreCallingIdentity(int64_t token) function in class:android::IPCThreadState

Completed in 921 milliseconds