Searched refs:switchedCodes (Results 1 – 1 of 1) sorted by relevance
2854 int[] switchedCodes; in notifyOpChanged() local2856 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()