Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/biometrics/face/
DFaceSettingsFooterPreferenceController.java87 boolean isAttentionSupported = mProvider.isAttentionSupported(mContext); in updateState()
91 footerRes = isAttentionSupported in updateState()
95 footerRes = isAttentionSupported in updateState()
DFaceSettings.java284 if (!mFaceFeatureProvider.isAttentionSupported(getContext())) { in onResume()
415 if (!isAttentionSupported(context)) {
422 private boolean isAttentionSupported(Context context) {
425 return featureProvider.isAttentionSupported(context);
DFaceFeatureProvider.java31 boolean isAttentionSupported(Context context); in isAttentionSupported() method
DFaceFeatureProviderImpl.java55 public boolean isAttentionSupported(Context context) { in isAttentionSupported() method in FaceFeatureProviderImpl