Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
DFaceUserState.java64 protected ArrayList<Face> getCopy(ArrayList<Face> array) { in getCopy() method in FaceUserState
77 faces = getCopy(mBiometrics); in doWriteState()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
DFingerprintUserState.java64 protected ArrayList<Fingerprint> getCopy(ArrayList<Fingerprint> array) { in getCopy() method in FingerprintUserState
78 fingerprints = getCopy(mBiometrics); in doWriteState()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DBiometricUserState.java76 protected abstract ArrayList<T> getCopy(ArrayList<T> array); in getCopy() method in BiometricUserState
175 return getCopy(mBiometrics); in getBiometrics()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java183 public ArrayList<Integer> getCopy(int slotIndex) { in getCopy() method in SubscriptionController.WatchedSlotIndexToSubIds
2600 ArrayList<Integer> subIds = sSlotIndexToSubIds.getCopy(slotIndex); in getSubId()
4324 ArrayList<Integer> subIdsList = sSlotIndexToSubIds.getCopy(slotIndex); in addToSubIdList()
/frameworks/base/services/
Dart-profile13956 HSPLcom/android/server/biometrics/sensors/face/FaceUserState;->getCopy(Ljava/util/ArrayList;)Ljava/…
14214 HPLcom/android/server/biometrics/sensors/fingerprint/FingerprintUserState;->getCopy(Ljava/util/Arra…