HomeSort by relevance Sort by last modified time
    Searched defs:restoreCallingIdentity (Results 1 - 25 of 32) sorted by null

1 2

  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
BinderUtil.java 30 Binder.restoreCallingIdentity((((long) uid) << 32) | Binder.getCallingPid());
  /frameworks/base/services/core/java/com/android/server/pm/
CrossProfileAppsServiceImpl.java 140 mInjector.restoreCallingIdentity(ident);
156 mInjector.restoreCallingIdentity(ident);
186 mInjector.restoreCallingIdentity(ident);
220 public void restoreCallingIdentity(long token) {
221 Binder.restoreCallingIdentity(token);
256 void restoreCallingIdentity(long token);
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
CrossProfileAppsServiceImplTest.java 408 public void restoreCallingIdentity(long token) {
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DpmMockContext.java 97 public void restoreCallingIdentity(long token) {
110 restoreCallingIdentity(callingIdentity);
  /frameworks/native/libs/binder/
IPCThreadState.cpp 395 void IPCThreadState::restoreCallingIdentity(int64_t token)
    [all...]
  /system/libhwbinder/
IPCThreadState.cpp 389 void IPCThreadState::restoreCallingIdentity(int64_t token)
    [all...]
  /frameworks/base/core/java/android/os/
Binder.java 274 * {@link #restoreCallingIdentity(long)}.
278 * @see #restoreCallingIdentity(long)
292 public static final native void restoreCallingIdentity(long token);
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);
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 

Completed in 544 milliseconds

1 2