Searched refs:mProps (Results 1 – 4 of 4) sorted by relevance
83 private List<FingerprintSensorPropertiesInternal> mProps; field in FingerprintManagerTest101 mProps = List.of(new FingerprintSensorPropertiesInternal( in setUp()116 mCaptor.getValue().onAllAuthenticatorsRegistered(mProps); in getSensorPropertiesInternal_noBinderCalls()120 assertThat(actual).containsExactlyElementsIn(mProps); in getSensorPropertiesInternal_noBinderCalls()161 mCaptor.getValue().onAllAuthenticatorsRegistered(mProps); in enrollment_errorWhenHardwareAuthTokenIsNull()
88 private List<FaceSensorPropertiesInternal> mProps; field in FaceManagerTest106 mProps = List.of(new FaceSensorPropertiesInternal( in setUp()122 assertThat(actual).containsExactlyElementsIn(mProps); in getSensorPropertiesInternal_noBinderCalls()197 mCaptor.getValue().onAllAuthenticatorsRegistered(mProps); in initializeProperties()
92 private List<FaceSensorPropertiesInternal> mProps = new ArrayList<>(); field in FaceManager185 mProps = sensors; in FaceManager()717 if (!mProps.isEmpty() || mService == null) { in getSensorPropertiesInternal()718 return mProps; in getSensorPropertiesInternal()724 return mProps; in getSensorPropertiesInternal()
175 private List<FingerprintSensorPropertiesInternal> mProps = new ArrayList<>(); field in FingerprintManager1215 if (!mProps.isEmpty() || mService == null) { in getSensorPropertiesInternal()1216 return mProps; in getSensorPropertiesInternal()1547 mProps = sensors; in FingerprintManager()