HomeSort by relevance Sort by last modified time
    Searched refs:callingId (Results 1 - 5 of 5) sorted by null

  /packages/apps/Email/src/com/android/email/provider/
AttachmentProvider.java 155 long callingId = Binder.clearCallingIdentity();
179 Binder.restoreCallingIdentity(callingId);
238 long callingId = Binder.clearCallingIdentity();
295 Binder.restoreCallingIdentity(callingId);
319 long callingId = Binder.clearCallingIdentity();
372 Binder.restoreCallingIdentity(callingId);
  /packages/apps/Phone/src/com/android/phone/
PhoneInterfaceManager.java 267 long callingId = Binder.clearCallingIdentity();
277 Binder.restoreCallingIdentity(callingId);
  /frameworks/base/services/java/com/android/server/
NotificationManagerService.java 503 long callingId = Binder.clearCallingIdentity();
526 Binder.restoreCallingIdentity(callingId);
540 long callingId = Binder.clearCallingIdentity();
549 Binder.restoreCallingIdentity(callingId);
    [all...]
PackageManagerService.java     [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 41 milliseconds