Searched refs:mNotifyNfc (Results 1 – 1 of 1) sorted by relevance
212 private final boolean mNotifyNfc; field in CameraServiceProxy562 mNotifyNfc = SystemProperties.getInt(NFC_NOTIFICATION_PROP, 0) > 0; in CameraServiceProxy()563 if (DEBUG) Slog.v(TAG, "Notify NFC behavior is " + (mNotifyNfc ? "active" : "disabled")); in CameraServiceProxy()705 if ( mNotifyNfc && !wasEmpty ) { in binderDied()1075 if ( mNotifyNfc && (wasEmpty != isEmpty) ) { in updateActivityCount()