Searched refs:oldToken (Results 1 – 7 of 7) sorted by relevance
55 virtual void notifyFocusChanged(const sp<IBinder>& oldToken, const sp<IBinder>& newToken) = 0;
217 sp<IBinder> oldToken; member
4053 sp<IBinder> oldToken = oldFocus != nullptr ? oldFocus->getToken() : nullptr; in onFocusChangedLocked() local4057 commandEntry->oldToken = oldToken; in onFocusChangedLocked()4118 sp<IBinder> oldToken = commandEntry->oldToken; in doNotifyFocusChangedLockedInterruptible() local4121 mPolicy->notifyFocusChanged(oldToken, newToken); in doNotifyFocusChangedLockedInterruptible()
1777 final long oldToken = Binder.clearCallingIdentity(); in cancelBackups() local1797 Binder.restoreCallingIdentity(oldToken); in cancelBackups()3495 long oldToken = Binder.clearCallingIdentity(); in isAppEligibleForBackup() local3508 Binder.restoreCallingIdentity(oldToken); in isAppEligibleForBackup()3517 long oldToken = Binder.clearCallingIdentity(); in filterAppsEligibleForBackup() local3535 Binder.restoreCallingIdentity(oldToken); in filterAppsEligibleForBackup()
254 virtual void notifyFocusChanged(const sp<IBinder>& oldToken, const sp<IBinder>& newToken);735 void NativeInputManager::notifyFocusChanged(const sp<IBinder>& oldToken, in notifyFocusChanged() argument745 jobject oldTokenObj = javaObjectForIBinder(env, oldToken); in notifyFocusChanged()
1867 private void notifyFocusChanged(IBinder oldToken, IBinder newToken) { in notifyFocusChanged() argument
5698 ImportanceToken oldToken = mImportantProcesses.get(pid); in setProcessImportant() local5699 if (oldToken != null) { in setProcessImportant()5700 oldToken.token.unlinkToDeath(oldToken, 0); in setProcessImportant()