HomeSort by relevance Sort by last modified time
    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 695 milliseconds