Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/camera/
DCameraServiceProxy.java108 private static final int NFC_NOTIFY_NONE = 0; field in CameraServiceProxy
118 {NFC_NOTIFY_NONE,
228 if (notifyNfc < NFC_NOTIFY_NONE || notifyNfc > NFC_NOTIFY_FRONT) { in CameraServiceProxy()
229 notifyNfc = NFC_NOTIFY_NONE; in CameraServiceProxy()
502 case NFC_NOTIFY_NONE: in updateActivityCount()
581 case NFC_NOTIFY_NONE: return "NFC_NOTIFY_NONE"; in nfcNotifyToString()