Searched refs:mNotifyNfc (Results 1 – 1 of 1) sorted by relevance
98 private final boolean mNotifyNfc; field in CameraServiceProxy200 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()