Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/camera/
DCameraServiceProxy.java98 private final boolean mNotifyNfc; field in CameraServiceProxy
200 mNotifyNfc = SystemProperties.getInt(NFC_NOTIFICATION_PROP, 0) > 0; in CameraServiceProxy()
201 if (DEBUG) Slog.v(TAG, "Notify NFC behavior is " + (mNotifyNfc ? "active" : "disabled")); in CameraServiceProxy()
270 if ( mNotifyNfc && !wasEmpty ) { in binderDied()
419 if ( mNotifyNfc && (wasEmpty != isEmpty) ) { in updateActivityCount()