Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java2854 int[] switchedCodes; in notifyOpChanged() local
2856 switchedCodes = mSwitchedOps.get(code); in notifyOpChanged()
2858 switchedCodes = new int[]{code}; in notifyOpChanged()
2860 switchedCodes = new int[]{callback.mWatchedOpCode}; in notifyOpChanged()
2863 for (int switchedCode : switchedCodes) { in notifyOpChanged()