Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/camera/
DCameraServiceProxy.java102 private static final String NFC_NOTIFICATION_PROP = "ro.camera.notify_nfc"; field in CameraServiceProxy
227 int notifyNfc = SystemProperties.getInt(NFC_NOTIFICATION_PROP, 0); in CameraServiceProxy()