Searched refs:isAttentionSupported (Results 1 – 4 of 4) sorted by relevance
87 boolean isAttentionSupported = mProvider.isAttentionSupported(mContext); in updateState()91 footerRes = isAttentionSupported in updateState()95 footerRes = isAttentionSupported in updateState()
284 if (!mFaceFeatureProvider.isAttentionSupported(getContext())) { in onResume()415 if (!isAttentionSupported(context)) {422 private boolean isAttentionSupported(Context context) {425 return featureProvider.isAttentionSupported(context);
31 boolean isAttentionSupported(Context context); in isAttentionSupported() method
55 public boolean isAttentionSupported(Context context) { in isAttentionSupported() method in FaceFeatureProviderImpl