Searched refs:oldDispatcher (Results 1 – 1 of 1) sorted by relevance
2022 final CheckOpsDelegateDispatcher oldDispatcher = mCheckOpsDelegateDispatcher; in setAppOpsPolicy() local2023 final CheckOpsDelegate delegate = (oldDispatcher != null) in setAppOpsPolicy()2024 ? oldDispatcher.mCheckOpsDelegate : null; in setAppOpsPolicy()3190 final CheckOpsDelegateDispatcher oldDispatcher = mCheckOpsDelegateDispatcher; in setAppOpsServiceDelegate() local3191 final CheckOpsDelegate policy = (oldDispatcher != null) ? oldDispatcher.mPolicy : null; in setAppOpsServiceDelegate()