Searched refs:onPatternCellAdded (Results 1 – 3 of 3) sorted by relevance
65 override fun onPatternCellAdded(pattern: List<LockPatternView.Cell>) {}
99 public void onPatternCellAdded(List<Cell> pattern) { in onPatternCellAdded() method in KeyguardPatternViewController.UnlockPatternListener
295 void onPatternCellAdded(List<Cell> pattern); in onPatternCellAdded() method587 mOnPatternListener.onPatternCellAdded(mPattern); in notifyCellAdded()