OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callingId
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapEmailProvider.java
321
long
callingId
= Binder.clearCallingIdentity();
335
Binder.restoreCallingIdentity(
callingId
);
407
long
callingId
= Binder.clearCallingIdentity();
416
Binder.restoreCallingIdentity(
callingId
);
449
long
callingId
= Binder.clearCallingIdentity();
462
Binder.restoreCallingIdentity(
callingId
);
500
long
callingId
= Binder.clearCallingIdentity();
516
Binder.restoreCallingIdentity(
callingId
);
587
long
callingId
= Binder.clearCallingIdentity();
617
Binder.restoreCallingIdentity(
callingId
);
[
all
...]
/packages/apps/Email/provider_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
320
final long
callingId
= Binder.clearCallingIdentity();
352
Binder.restoreCallingIdentity(
callingId
);
/frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java
[
all
...]
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java
[
all
...]
/frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java
[
all
...]
/frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java
[
all
...]
Completed in 672 milliseconds