OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callingIdentity
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/java/com/android/server/
BluetoothManagerService.java
408
long
callingIdentity
= Binder.clearCallingIdentity();
410
Binder.restoreCallingIdentity(
callingIdentity
);
434
long
callingIdentity
= Binder.clearCallingIdentity();
436
Binder.restoreCallingIdentity(
callingIdentity
);
[
all
...]
TelephonyRegistry.java
782
long
callingIdentity
= Binder.clearCallingIdentity();
793
Binder.restoreCallingIdentity(
callingIdentity
);
/frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java
[
all
...]
Completed in 309 milliseconds