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

1 2 3

  /frameworks/base/core/java/android/content/
ContentService.java 112 restoreCallingIdentity(identityToken);
208 restoreCallingIdentity(identityToken);
243 restoreCallingIdentity(identityToken);
264 restoreCallingIdentity(identityToken);
280 restoreCallingIdentity(identityToken);
295 restoreCallingIdentity(identityToken);
311 restoreCallingIdentity(identityToken);
324 restoreCallingIdentity(identityToken);
335 restoreCallingIdentity(identityToken);
347 restoreCallingIdentity(identityToken)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
MediaSetSource.java 65 Binder.restoreCallingIdentity(token);
105 Binder.restoreCallingIdentity(token);
  /frameworks/base/services/java/com/android/server/
NotificationManagerService.java 241 Binder.restoreCallingIdentity(identity);
249 Binder.restoreCallingIdentity(identity);
279 Binder.restoreCallingIdentity(identity);
289 Binder.restoreCallingIdentity(identity);
311 Binder.restoreCallingIdentity(ident);
506 Binder.restoreCallingIdentity(callingId);
529 Binder.restoreCallingIdentity(callingId);
764 Binder.restoreCallingIdentity(identity);
775 Binder.restoreCallingIdentity(identity);
787 Binder.restoreCallingIdentity(identity)
    [all...]
ClipboardService.java 161 Binder.restoreCallingIdentity(ident);
189 Binder.restoreCallingIdentity(ident);
231 Binder.restoreCallingIdentity(ident);
VibratorService.java 200 Binder.restoreCallingIdentity(identity);
221 Binder.restoreCallingIdentity(identity);
PowerManagerService.java 337 Binder.restoreCallingIdentity(ident);
489 Binder.restoreCallingIdentity(token);
748 Binder.restoreCallingIdentity(ident);
765 Binder.restoreCallingIdentity(origId);
783 Binder.restoreCallingIdentity(origId);
    [all...]
TextServicesManagerService.java 342 Binder.restoreCallingIdentity(ident);
467 Binder.restoreCallingIdentity(ident);
488 Binder.restoreCallingIdentity(ident);
501 Binder.restoreCallingIdentity(ident);
515 Binder.restoreCallingIdentity(ident);
    [all...]
DevicePolicyManagerService.java 499 Binder.restoreCallingIdentity(token);
    [all...]
TelephonyRegistry.java 551 Binder.restoreCallingIdentity(ident);
568 Binder.restoreCallingIdentity(ident);
590 Binder.restoreCallingIdentity(ident);
WifiService.java 576 Binder.restoreCallingIdentity(ident);
    [all...]
WallpaperManagerService.java 116 Binder.restoreCallingIdentity(origId);
378 Binder.restoreCallingIdentity(ident);
471 Binder.restoreCallingIdentity(ident);
505 Binder.restoreCallingIdentity(ident);
    [all...]
AppWidgetService.java 438 Binder.restoreCallingIdentity(token);
488 Binder.restoreCallingIdentity(ident);
534 Binder.restoreCallingIdentity(token);
622 Binder.restoreCallingIdentity(token);
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
Session.java 103 Binder.restoreCallingIdentity(ident);
215 Binder.restoreCallingIdentity(ident);
339 Binder.restoreCallingIdentity(ident);
364 Binder.restoreCallingIdentity(ident);
382 Binder.restoreCallingIdentity(ident);
  /packages/apps/Email/src/com/android/email/provider/
AttachmentProvider.java 124 Binder.restoreCallingIdentity(callingId);
221 Binder.restoreCallingIdentity(callingId);
298 Binder.restoreCallingIdentity(callingId);
  /packages/apps/Gallery2/src/com/android/gallery3d/provider/
GalleryProvider.java 91 Binder.restoreCallingIdentity(token);
137 Binder.restoreCallingIdentity(token);
218 Binder.restoreCallingIdentity(token);
  /frameworks/base/core/java/android/app/backup/
BackupAgent.java 498 Binder.restoreCallingIdentity(ident);
525 Binder.restoreCallingIdentity(ident);
561 Binder.restoreCallingIdentity(ident);
580 Binder.restoreCallingIdentity(ident);
  /frameworks/base/include/binder/
IPCThreadState.h 52 void restoreCallingIdentity(int64_t token);
  /frameworks/base/core/java/android/accounts/
AccountManagerService.java 316 restoreCallingIdentity(identityToken);
355 restoreCallingIdentity(identityToken);
379 restoreCallingIdentity(identityToken);
397 restoreCallingIdentity(identityToken);
473 restoreCallingIdentity(identityToken);
555 restoreCallingIdentity(identityToken);
634 restoreCallingIdentity(identityToken);
713 restoreCallingIdentity(identityToken);
731 restoreCallingIdentity(identityToken);
747 restoreCallingIdentity(identityToken)
    [all...]
  /frameworks/base/media/libstagefright/
CameraSource.cpp 477 IPCThreadState::self()->restoreCallingIdentity(token);
575 IPCThreadState::self()->restoreCallingIdentity(token);
626 IPCThreadState::self()->restoreCallingIdentity(token);
659 IPCThreadState::self()->restoreCallingIdentity(token);
684 IPCThreadState::self()->restoreCallingIdentity(token);
CameraSourceTimeLapse.cpp 148 IPCThreadState::self()->restoreCallingIdentity(token);
  /frameworks/base/services/sensorservice/
SensorDevice.cpp 80 IPCThreadState::self()->restoreCallingIdentity(identity);
88 IPCThreadState::self()->restoreCallingIdentity(identity);
  /frameworks/base/core/java/android/os/
Binder.java 84 * {@link #restoreCallingIdentity(long)}.
88 * @see #restoreCallingIdentity(long)
102 public static final native void restoreCallingIdentity(long token);
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityManager.java 220 Binder.restoreCallingIdentity(identityToken);
  /frameworks/base/services/java/com/android/server/accessibility/
AccessibilityManagerService.java     [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 1085 milliseconds

1 2 3