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

1 2

  /frameworks/base/core/java/android/os/
Looper.java 146 Binder.clearCallingIdentity();
147 final long ident = Binder.clearCallingIdentity();
224 final long newIdent = Binder.clearCallingIdentity();
Binder.java 280 public static final native long clearCallingIdentity();
285 * #clearCallingIdentity}.
288 * {@link #clearCallingIdentity}.
290 * @see #clearCallingIdentity
296 * {@link #clearCallingIdentity}/{@link #restoreCallingIdentity}
304 long callingIdentity = clearCallingIdentity();
320 * {@link #clearCallingIdentity}/{@link #restoreCallingIdentity} returning the result
328 long callingIdentity = clearCallingIdentity();
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
CrossProfileAppsServiceImpl.java 123 final long ident = mInjector.clearCallingIdentity();
146 final long ident = mInjector.clearCallingIdentity();
166 final long ident = mInjector.clearCallingIdentity();
216 public long clearCallingIdentity() {
217 return Binder.clearCallingIdentity();
254 long clearCallingIdentity();
  /frameworks/base/core/java/android/bluetooth/
BluetoothHidDevice.java 347 clearCallingIdentity();
353 clearCallingIdentity();
359 clearCallingIdentity();
365 clearCallingIdentity();
371 clearCallingIdentity();
377 clearCallingIdentity();
383 clearCallingIdentity();
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
CrossProfileAppsServiceImplTest.java 403 public long clearCallingIdentity() {
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DpmMockContext.java 90 public long clearCallingIdentity() {
103 long callingIdentity = clearCallingIdentity();
DevicePolicyManagerTest.java 221 // Need clearCallingIdentity() to pass permission checks.
222 final long ident = mContext.binder.clearCallingIdentity();
270 final long ident = mServiceContext.binder.clearCallingIdentity();
    [all...]
  /frameworks/native/libs/binder/
IPCThreadState.cpp 368 int64_t IPCThreadState::clearCallingIdentity()
    [all...]
  /system/libhwbinder/
IPCThreadState.cpp 362 int64_t IPCThreadState::clearCallingIdentity()
    [all...]
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java 363 final long identity = Binder.clearCallingIdentity();
383 final long identity = Binder.clearCallingIdentity();
482 long identityToken = clearCallingIdentity();
511 long identityToken = clearCallingIdentity();
560 long identityToken = clearCallingIdentity();
608 long identityToken = clearCallingIdentity();
668 long identityToken = clearCallingIdentity();
740 long identityToken = clearCallingIdentity();
    [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 

Completed in 379 milliseconds

1 2