Home
last modified time | relevance | path

Searched refs:identityToken (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/content/
DContentService.java94 long identityToken = clearCallingIdentity(); in dump() local
136 restoreCallingIdentity(identityToken); in dump()
275 long identityToken = clearCallingIdentity(); in notifyChange() local
316 restoreCallingIdentity(identityToken); in notifyChange()
351 long identityToken = clearCallingIdentity(); in requestSync() local
360 restoreCallingIdentity(identityToken); in requestSync()
386 long identityToken = clearCallingIdentity(); in syncAsUser() local
420 restoreCallingIdentity(identityToken); in syncAsUser()
461 long identityToken = clearCallingIdentity(); in cancelSyncAsUser() local
475 restoreCallingIdentity(identityToken); in cancelSyncAsUser()
[all …]
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityInteractionClient.java189 final long identityToken = Binder.clearCallingIdentity(); in getWindow() local
191 Binder.restoreCallingIdentity(identityToken); in getWindow()
227 final long identityToken = Binder.clearCallingIdentity(); in getWindows() local
229 Binder.restoreCallingIdentity(identityToken); in getWindows()
289 final long identityToken = Binder.clearCallingIdentity(); in findAccessibilityNodeInfoByAccessibilityId() local
293 Binder.restoreCallingIdentity(identityToken); in findAccessibilityNodeInfoByAccessibilityId()
337 final long identityToken = Binder.clearCallingIdentity(); in findAccessibilityNodeInfosByViewId() local
341 Binder.restoreCallingIdentity(identityToken); in findAccessibilityNodeInfosByViewId()
385 final long identityToken = Binder.clearCallingIdentity(); in findAccessibilityNodeInfosByText() local
389 Binder.restoreCallingIdentity(identityToken); in findAccessibilityNodeInfosByText()
[all …]
DAccessibilityManager.java319 long identityToken = Binder.clearCallingIdentity(); in sendAccessibilityEvent() local
321 Binder.restoreCallingIdentity(identityToken); in sendAccessibilityEvent()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java546 long identityToken = clearCallingIdentity(); in getPassword() local
551 restoreCallingIdentity(identityToken); in getPassword()
585 long identityToken = clearCallingIdentity(); in getPreviousName() local
590 restoreCallingIdentity(identityToken); in getPreviousName()
646 long identityToken = clearCallingIdentity(); in getUserData() local
651 restoreCallingIdentity(identityToken); in getUserData()
673 final long identityToken = clearCallingIdentity(); in getAuthenticatorTypes() local
678 restoreCallingIdentity(identityToken); in getAuthenticatorTypes()
735 long identityToken = clearCallingIdentity(); in addAccountExplicitly() local
740 restoreCallingIdentity(identityToken); in addAccountExplicitly()
[all …]
/frameworks/base/media/java/android/media/midi/
DMidiDeviceServer.java331 long identityToken = Binder.clearCallingIdentity(); in updateDeviceStatus() local
343 Binder.restoreCallingIdentity(identityToken); in updateDeviceStatus()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java2271 final long identityToken = Binder.clearCallingIdentity(); in findAccessibilityNodeInfosByViewId() local
2283 Binder.restoreCallingIdentity(identityToken); in findAccessibilityNodeInfosByViewId()
2328 final long identityToken = Binder.clearCallingIdentity(); in findAccessibilityNodeInfosByText() local
2340 Binder.restoreCallingIdentity(identityToken); in findAccessibilityNodeInfosByText()
2385 final long identityToken = Binder.clearCallingIdentity(); in findAccessibilityNodeInfoByAccessibilityId() local
2397 Binder.restoreCallingIdentity(identityToken); in findAccessibilityNodeInfoByAccessibilityId()
2443 final long identityToken = Binder.clearCallingIdentity(); in findFocus() local
2455 Binder.restoreCallingIdentity(identityToken); in findFocus()
2500 final long identityToken = Binder.clearCallingIdentity(); in focusSearch() local
2512 Binder.restoreCallingIdentity(identityToken); in focusSearch()
[all …]
/frameworks/base/services/core/java/com/android/server/job/
DJobSchedulerService.java881 long identityToken = Binder.clearCallingIdentity(); in dump() local
885 Binder.restoreCallingIdentity(identityToken); in dump()
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java9597 long identityToken = Binder.clearCallingIdentity(); in dump() local
9614 Binder.restoreCallingIdentity(identityToken); in dump()