Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java310 restoreCallingIdentity(identityToken); in dump()
633 restoreCallingIdentity(identityToken); in requestSync()
707 restoreCallingIdentity(identityToken); in syncAsUser()
761 restoreCallingIdentity(identityToken); in cancelSyncAsUser()
793 restoreCallingIdentity(identityToken); in cancelRequest()
826 restoreCallingIdentity(identityToken); in getSyncAdapterTypesAsUser()
843 restoreCallingIdentity(identityToken); in getSyncAdapterPackagesForAuthorityAsUser()
860 restoreCallingIdentity(identityToken); in getSyncAdapterPackageAsUser()
893 restoreCallingIdentity(identityToken); in getSyncAutomaticallyAsUser()
929 restoreCallingIdentity(identityToken); in setSyncAutomaticallyAsUser()
[all …]
/aosp14/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityInteractionClient.java427 final long identityToken = Binder.clearCallingIdentity(); in getWindow() local
431 Binder.restoreCallingIdentity(identityToken); in getWindow()
512 final long identityToken = Binder.clearCallingIdentity(); in getWindowsOnAllDisplays() local
517 Binder.restoreCallingIdentity(identityToken); in getWindowsOnAllDisplays()
669 Binder.restoreCallingIdentity(identityToken); in findAccessibilityNodeInfoByAccessibilityId()
771 Binder.restoreCallingIdentity(identityToken); in findAccessibilityNodeInfosByViewId()
844 Binder.restoreCallingIdentity(identityToken); in takeScreenshotOfWindow()
889 Binder.restoreCallingIdentity(identityToken); in findAccessibilityNodeInfosByText()
976 Binder.restoreCallingIdentity(identityToken); in findFocus()
1036 Binder.restoreCallingIdentity(identityToken); in focusSearch()
[all …]
H A DAccessibilityManager.java758 final long identityToken = Binder.clearCallingIdentity(); in sendAccessibilityEvent() local
762 Binder.restoreCallingIdentity(identityToken); in sendAccessibilityEvent()
/aosp14/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java510 restoreCallingIdentity(identityToken); in addAccountExplicitlyWithVisibility()
539 restoreCallingIdentity(identityToken); in getAccountsAndVisibilityForPackage()
591 restoreCallingIdentity(identityToken); in getPackagesAndVisibilityForAccount()
655 restoreCallingIdentity(identityToken); in getAccountVisibility()
805 restoreCallingIdentity(identityToken); in setAccountVisibility()
925 restoreCallingIdentity(identityToken); in registerAccountListener()
958 restoreCallingIdentity(identityToken); in unregisterAccountListener()
1553 restoreCallingIdentity(identityToken); in getPassword()
1588 restoreCallingIdentity(identityToken); in getPreviousName()
1641 restoreCallingIdentity(identityToken); in getUserData()
[all …]
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DActionReplacingCallback.java81 final long identityToken = Binder.clearCallingIdentity(); in ActionReplacingCallback() local
93 Binder.restoreCallingIdentity(identityToken); in ActionReplacingCallback()
H A DAbstractAccessibilityServiceConnection.java655 final long identityToken = Binder.clearCallingIdentity(); in findAccessibilityNodeInfosByViewId() local
673 Binder.restoreCallingIdentity(identityToken); in findAccessibilityNodeInfosByViewId()
730 final long identityToken = Binder.clearCallingIdentity(); in findAccessibilityNodeInfosByText() local
748 Binder.restoreCallingIdentity(identityToken); in findAccessibilityNodeInfosByText()
806 final long identityToken = Binder.clearCallingIdentity(); in findAccessibilityNodeInfoByAccessibilityId() local
826 Binder.restoreCallingIdentity(identityToken); in findAccessibilityNodeInfoByAccessibilityId()
884 final long identityToken = Binder.clearCallingIdentity(); in findFocus() local
903 Binder.restoreCallingIdentity(identityToken); in findFocus()
960 final long identityToken = Binder.clearCallingIdentity(); in focusSearch() local
979 Binder.restoreCallingIdentity(identityToken); in focusSearch()
[all …]
H A DAccessibilitySecurityPolicy.java648 final long identityToken = Binder.clearCallingIdentity(); in checkAccessibilityAccess() local
662 Binder.restoreCallingIdentity(identityToken); in checkAccessibilityAccess()
/aosp14/frameworks/base/services/core/java/com/android/server/speech/
H A DSpeechRecognitionManagerServiceImpl.java292 final long identityToken = Binder.clearCallingIdentity(); in componentMapsToRecognitionService() local
298 Binder.restoreCallingIdentity(identityToken); in componentMapsToRecognitionService()
/aosp14/frameworks/base/media/java/android/media/midi/
H A DMidiDeviceServer.java395 final long identityToken = Binder.clearCallingIdentity(); in updateDeviceStatus() local
407 Binder.restoreCallingIdentity(identityToken); in updateDeviceStatus()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/
H A DInternalResourceService.java1345 final long identityToken = Binder.clearCallingIdentity(); in dump() local
1349 Binder.restoreCallingIdentity(identityToken); in dump()
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/
H A DUserBackupManagerService.java4156 final long identityToken = Binder.clearCallingIdentity(); in dump() local
4175 Binder.restoreCallingIdentity(identityToken); in dump()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobSchedulerService.java4744 final long identityToken = Binder.clearCallingIdentity();
4753 Binder.restoreCallingIdentity(identityToken);
/aosp14/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1114 final long identityToken = Binder.clearCallingIdentity();
1122 Binder.restoreCallingIdentity(identityToken);