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

  /packages/apps/Email/src/com/android/email/provider/
AttachmentProvider.java 104 long callingId = Binder.clearCallingIdentity();
128 Binder.restoreCallingIdentity(callingId);
166 long callingId = Binder.clearCallingIdentity();
225 Binder.restoreCallingIdentity(callingId);
249 long callingId = Binder.clearCallingIdentity();
302 Binder.restoreCallingIdentity(callingId);
  /packages/apps/Exchange/src/com/android/exchange/provider/
ExchangeDirectoryProvider.java 300 final long callingId = Binder.clearCallingIdentity();
317 Binder.restoreCallingIdentity(callingId);
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java 310 long callingId = Binder.clearCallingIdentity();
314 Binder.restoreCallingIdentity(callingId);
  /frameworks/base/services/java/com/android/server/
NotificationManagerService.java     [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java     [all...]

Completed in 181 milliseconds