Home
last modified time | relevance | path

Searched refs:oldToken (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/backup/java/com/android/server/backup/
DUserBackupManagerService.java1708 final long oldToken = Binder.clearCallingIdentity(); in cancelBackups() local
1728 Binder.restoreCallingIdentity(oldToken); in cancelBackups()
3426 long oldToken = Binder.clearCallingIdentity(); in isAppEligibleForBackup() local
3439 Binder.restoreCallingIdentity(oldToken); in isAppEligibleForBackup()
3448 long oldToken = Binder.clearCallingIdentity(); in filterAppsEligibleForBackup() local
3466 Binder.restoreCallingIdentity(oldToken); in filterAppsEligibleForBackup()
/frameworks/native/services/inputflinger/
DInputDispatcher.h221 virtual void notifyFocusChanged(const sp<IBinder>& oldToken, const sp<IBinder>& newToken) = 0;
664 sp<IBinder> oldToken; member
DInputDispatcher.cpp4089 sp<IBinder> oldToken = oldFocus != nullptr ? oldFocus->getToken() : nullptr; in onFocusChangedLocked() local
4093 commandEntry->oldToken = oldToken; in onFocusChangedLocked()
4156 sp<IBinder> oldToken = commandEntry->oldToken; in doNotifyFocusChangedLockedInterruptible() local
4159 mPolicy->notifyFocusChanged(oldToken, newToken); in doNotifyFocusChangedLockedInterruptible()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp252 virtual void notifyFocusChanged(const sp<IBinder>& oldToken, const sp<IBinder>& newToken);
760 void NativeInputManager::notifyFocusChanged(const sp<IBinder>& oldToken, in notifyFocusChanged() argument
770 jobject oldTokenObj = javaObjectForIBinder(env, oldToken); in notifyFocusChanged()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1790 private void notifyFocusChanged(IBinder oldToken, IBinder newToken) { in notifyFocusChanged() argument
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java5661 ImportanceToken oldToken = mImportantProcesses.get(pid); in setProcessImportant() local
5662 if (oldToken != null) { in setProcessImportant()
5663 oldToken.token.unlinkToDeath(oldToken, 0); in setProcessImportant()