Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/camera/
DCameraServiceProxy.java114 private static final int NFC_NOTIFY_FRONT = 3; field in CameraServiceProxy
121 NFC_NOTIFY_FRONT})
228 if (notifyNfc < NFC_NOTIFY_NONE || notifyNfc > NFC_NOTIFY_FRONT) { in CameraServiceProxy()
508 case NFC_NOTIFY_FRONT: in updateActivityCount()
584 case NFC_NOTIFY_FRONT: return "NFC_NOTIFY_FRONT"; in nfcNotifyToString()