Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/camera/
DCameraServiceProxy.java124 private final @NfcNotifyState int mNotifyNfc; field in CameraServiceProxy
231 mNotifyNfc = notifyNfc; in CameraServiceProxy()
232 if (DEBUG) Slog.v(TAG, "Notify NFC state is " + nfcNotifyToString(mNotifyNfc)); in CameraServiceProxy()
501 switch (mNotifyNfc) { in updateActivityCount()
510 int targetFacing = mNotifyNfc == NFC_NOTIFY_BACK in updateActivityCount()