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

/frameworks/base/services/core/java/com/android/server/pm/
H A DCrossProfileAppsServiceImpl.java140 mInjector.restoreCallingIdentity(ident);
156 mInjector.restoreCallingIdentity(ident);
186 mInjector.restoreCallingIdentity(ident);
220 public void restoreCallingIdentity(long token) { method in class:CrossProfileAppsServiceImpl.InjectorImpl
221 Binder.restoreCallingIdentity(token);
256 void restoreCallingIdentity(long token); method in interface:CrossProfileAppsServiceImpl.Injector
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDpmMockContext.java97 public void restoreCallingIdentity(long token) { method in class:DpmMockContext.MockBinder
110 restoreCallingIdentity(callingIdentity);
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DCrossProfileAppsServiceImplTest.java408 public void restoreCallingIdentity(long token) { method in class:CrossProfileAppsServiceImplTest.TestInjector
/frameworks/base/core/java/android/os/
H A DBinder.java274 * {@link #restoreCallingIdentity(long)}.
278 * @see #restoreCallingIdentity(long)
292 public static final native void restoreCallingIdentity(long token); method in class:Binder
296 * {@link #clearCallingIdentity}/{@link #restoreCallingIdentity}
299 * {@link #restoreCallingIdentity}
311 restoreCallingIdentity(callingIdentity);
320 * {@link #clearCallingIdentity}/{@link #restoreCallingIdentity} returning the result
323 * {@link #restoreCallingIdentity}
336 restoreCallingIdentity(callingIdentity);
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp395 void IPCThreadState::restoreCallingIdentity(int64_t token) function in class:android::IPCThreadState

Completed in 853 milliseconds