Searched refs:oldToken (Results 1 – 6 of 6) sorted by relevance
1708 final long oldToken = Binder.clearCallingIdentity(); in cancelBackups() local1728 Binder.restoreCallingIdentity(oldToken); in cancelBackups()3426 long oldToken = Binder.clearCallingIdentity(); in isAppEligibleForBackup() local3439 Binder.restoreCallingIdentity(oldToken); in isAppEligibleForBackup()3448 long oldToken = Binder.clearCallingIdentity(); in filterAppsEligibleForBackup() local3466 Binder.restoreCallingIdentity(oldToken); in filterAppsEligibleForBackup()
221 virtual void notifyFocusChanged(const sp<IBinder>& oldToken, const sp<IBinder>& newToken) = 0;664 sp<IBinder> oldToken; member
4089 sp<IBinder> oldToken = oldFocus != nullptr ? oldFocus->getToken() : nullptr; in onFocusChangedLocked() local4093 commandEntry->oldToken = oldToken; in onFocusChangedLocked()4156 sp<IBinder> oldToken = commandEntry->oldToken; in doNotifyFocusChangedLockedInterruptible() local4159 mPolicy->notifyFocusChanged(oldToken, newToken); in doNotifyFocusChangedLockedInterruptible()
252 virtual void notifyFocusChanged(const sp<IBinder>& oldToken, const sp<IBinder>& newToken);760 void NativeInputManager::notifyFocusChanged(const sp<IBinder>& oldToken, in notifyFocusChanged() argument770 jobject oldTokenObj = javaObjectForIBinder(env, oldToken); in notifyFocusChanged()
1790 private void notifyFocusChanged(IBinder oldToken, IBinder newToken) { in notifyFocusChanged() argument
5661 ImportanceToken oldToken = mImportantProcesses.get(pid); in setProcessImportant() local5662 if (oldToken != null) { in setProcessImportant()5663 oldToken.token.unlinkToDeath(oldToken, 0); in setProcessImportant()