Loading core/java/com/android/internal/widget/LockPatternView.java +1 −0 Original line number Diff line number Diff line Loading @@ -334,6 +334,7 @@ public class LockPatternView extends View { mExploreByTouchHelper = new PatternExploreByTouchHelper(this); setAccessibilityDelegate(mExploreByTouchHelper); mAudioManager = (AudioManager) mContext.getSystemService(Context.AUDIO_SERVICE); a.recycle(); } public CellState[][] getCellStates() { Loading Loading
core/java/com/android/internal/widget/LockPatternView.java +1 −0 Original line number Diff line number Diff line Loading @@ -334,6 +334,7 @@ public class LockPatternView extends View { mExploreByTouchHelper = new PatternExploreByTouchHelper(this); setAccessibilityDelegate(mExploreByTouchHelper); mAudioManager = (AudioManager) mContext.getSystemService(Context.AUDIO_SERVICE); a.recycle(); } public CellState[][] getCellStates() { Loading