Searched refs:getSensorPropertiesInternal (Results 1 – 15 of 15) sorted by relevance
498 getSensorPropertiesInternal(); in generateChallenge()626 getSensorPropertiesInternal(); in getEnrolledFaces()673 getSensorPropertiesInternal(); in hasEnrolledTemplates()699 getSensorPropertiesInternal(); in isHardwareDetected()726 = getSensorPropertiesInternal(); in getSensorProperties()743 public List<FaceSensorPropertiesInternal> getSensorPropertiesInternal() { in getSensorPropertiesInternal() method in FaceManager748 return mService.getSensorPropertiesInternal(mContext.getOpPackageName()); in getSensorPropertiesInternal()
51 List<FaceSensorPropertiesInternal> getSensorPropertiesInternal(String opPackageName); in getSensorPropertiesInternal() method
123 mFingerprintManager.getSensorPropertiesInternal(); in getSensorPropertiesInternal_noBinderCalls()126 verify(mService, never()).getSensorPropertiesInternal(any()); in getSensorPropertiesInternal_noBinderCalls()
214 mFingerprintManager.getSensorPropertiesInternal(); in processPendingLockoutsForFingerprint()247 mFaceManager.getSensorPropertiesInternal(); in processPendingLockoutsForFace()
124 List<FaceSensorPropertiesInternal> actual = mFaceManager.getSensorPropertiesInternal(); in getSensorPropertiesInternal_noBinderCalls()127 verify(mService, never()).getSensorPropertiesInternal(any()); in getSensorPropertiesInternal_noBinderCalls()
52 List<FingerprintSensorPropertiesInternal> getSensorPropertiesInternal(String opPackageName); in getSensorPropertiesInternal() method
159 = getSensorPropertiesInternal(); in getSensorProperties()1219 public List<FingerprintSensorPropertiesInternal> getSensorPropertiesInternal() { in getSensorPropertiesInternal() method in FingerprintManager1224 return mService.getSensorPropertiesInternal(mContext.getOpPackageName()); in getSensorPropertiesInternal()1374 final List<FingerprintSensorPropertiesInternal> allSensors = getSensorPropertiesInternal(); in getFirstFingerprintSensor()
238 when(mFingerprintManager.getSensorPropertiesInternal()).thenReturn(fpProps); in setup()250 when(mFaceManager.getSensorPropertiesInternal()).thenReturn(faceProps); in setup()343 mFaceManager.getSensorPropertiesInternal()); in testFaceAuthEnrollmentStatus()
151 public List<FaceSensorPropertiesInternal> getSensorPropertiesInternal( in getSensorPropertiesInternal() method in FaceService.FaceServiceWrapper427 final int numSensors = getSensorPropertiesInternal( in removeAll()
177 public List<FingerprintSensorPropertiesInternal> getSensorPropertiesInternal(604 final int numSensors = getSensorPropertiesInternal(
784 mFaceProps = mFaceManager != null ? mFaceManager.getSensorPropertiesInternal() : null; in AuthController()
1063 return fpm.getSensorPropertiesInternal();
404 when(mFingerprintManager.getSensorPropertiesInternal()).thenReturn( in setupFingerprintAuth()
8242 HSPLandroid/hardware/face/FaceManager;->getSensorPropertiesInternal()Ljava/util/List;
8245 HSPLandroid/hardware/face/FaceManager;->getSensorPropertiesInternal()Ljava/util/List;