Home
last modified time | relevance | path

Searched refs:mSensorIds (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthContainerView.java190 int[] mSensorIds; field in AuthContainerView.Config
361 Utils.findFirstSensorProperties(fpProps, mConfig.mSensorIds), in AuthContainerView()
362 Utils.findFirstSensorProperties(faceProps, mConfig.mSensorIds)); in AuthContainerView()
415 Utils.findFirstSensorProperties(fpProps, mConfig.mSensorIds), in AuthContainerView()
416 Utils.findFirstSensorProperties(faceProps, mConfig.mSensorIds), in AuthContainerView()
639 mFpProps, mConfig.mSensorIds);
641 mFaceProps, mConfig.mSensorIds);
1003 pw.println(" config.sensorIds exist=" + (mConfig.mSensorIds != null));
DAuthController.java1323 config.mSensorIds = sensorIds; in buildDialog()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthContainerViewTest.kt661 mSensorIds = in <lambda>()