Searched refs:getCopy (Results 1 – 3 of 3) sorted by relevance
64 protected ArrayList<Face> getCopy(ArrayList<Face> array) { in getCopy() method in FaceUserState77 faces = getCopy(mBiometrics); in doWriteState()
64 protected ArrayList<Fingerprint> getCopy(ArrayList<Fingerprint> array) { in getCopy() method in FingerprintUserState78 fingerprints = getCopy(mBiometrics); in doWriteState()
76 protected abstract ArrayList<T> getCopy(ArrayList<T> array); in getCopy() method in BiometricUserState175 return getCopy(mBiometrics); in getBiometrics()