Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/biometrics/face/
DFaceFeatureProvider.java24 boolean isAttentionSupported(Context context); in isAttentionSupported() method
DFaceFeatureProviderImpl.java25 public boolean isAttentionSupported(Context context) { in isAttentionSupported() method in FaceFeatureProviderImpl
DFaceSettingsFooterPreferenceController.java63 final int footerRes = mProvider.isAttentionSupported(mContext) in updateState()
DFaceEnrollIntroduction.java96 mFaceFeatureProvider.isAttentionSupported(getApplicationContext()) in onCreate()
DFaceSettings.java199 if (!mFaceFeatureProvider.isAttentionSupported(getContext())) { in onResume()