Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/camera/
H A DCameraServiceProxy.java221 private final boolean mNotifyNfc; field in CameraServiceProxy
649 mNotifyNfc = SystemProperties.getInt(NFC_NOTIFICATION_PROP, 0) > 0; in CameraServiceProxy()
650 if (DEBUG) Slog.v(TAG, "Notify NFC behavior is " + (mNotifyNfc ? "active" : "disabled")); in CameraServiceProxy()
794 if ( mNotifyNfc && !wasEmpty ) { in binderDied()
1252 if ( mNotifyNfc && (wasEmpty != isEmpty) ) { in updateActivityCount()