Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DInputManagerCallback.java225 public void notifyFocusChanged(IBinder oldToken, IBinder newToken) { in notifyFocusChanged() argument
227 mService::reportFocusChanged, oldToken, newToken)); in notifyFocusChanged()
DWindowManagerService.java4921 void reportFocusChanged(IBinder oldToken, IBinder newToken) { in reportFocusChanged() argument
4925 lastFocus = mInputToWindowMap.get(oldToken); in reportFocusChanged()
/frameworks/native/services/inputflinger/dispatcher/include/
DInputDispatcherPolicyInterface.h81 virtual void notifyFocusChanged(const sp<IBinder>& oldToken, const sp<IBinder>& newToken) = 0;
/frameworks/native/services/inputflinger/dispatcher/
DEntry.h284 sp<IBinder> oldToken; member
DInputDispatcher.cpp5497 void InputDispatcher::notifyFocusChangedLocked(const sp<IBinder>& oldToken, in notifyFocusChangedLocked() argument
5501 commandEntry->oldToken = oldToken; in notifyFocusChangedLocked()
5617 sp<IBinder> oldToken = commandEntry->oldToken; in doNotifyFocusChangedLockedInterruptible() local
5620 mPolicy->notifyFocusChanged(oldToken, newToken); in doNotifyFocusChangedLockedInterruptible()
/frameworks/base/services/backup/java/com/android/server/backup/
DUserBackupManagerService.java1988 final long oldToken = Binder.clearCallingIdentity(); in cancelBackups() local
2008 Binder.restoreCallingIdentity(oldToken); in cancelBackups()
4177 final long oldToken = Binder.clearCallingIdentity(); in isAppEligibleForBackup() local
4190 Binder.restoreCallingIdentity(oldToken); in isAppEligibleForBackup()
4199 final long oldToken = Binder.clearCallingIdentity(); in filterAppsEligibleForBackup() local
4216 Binder.restoreCallingIdentity(oldToken); in filterAppsEligibleForBackup()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java2704 private void notifyFocusChanged(IBinder oldToken, IBinder newToken) { in notifyFocusChanged() argument
2705 mWindowManagerCallbacks.notifyFocusChanged(oldToken, newToken); in notifyFocusChanged()
3151 void notifyFocusChanged(IBinder oldToken, IBinder newToken); in notifyFocusChanged() argument
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp320 void notifyFocusChanged(const sp<IBinder>& oldToken, const sp<IBinder>& newToken) override;
910 void NativeInputManager::notifyFocusChanged(const sp<IBinder>& oldToken, in notifyFocusChanged() argument
920 jobject oldTokenObj = javaObjectForIBinder(env, oldToken); in notifyFocusChanged()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java5188 ImportanceToken oldToken = mImportantProcesses.get(pid); in setProcessImportant() local
5189 if (oldToken != null) { in setProcessImportant()
5190 oldToken.token.unlinkToDeath(oldToken, 0); in setProcessImportant()