Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/camera/
DCameraServiceProxy.java122 private @interface NfcNotifyState {}; annotation in CameraServiceProxy
124 private final @NfcNotifyState int mNotifyNfc;
579 private static String nfcNotifyToString(@NfcNotifyState int nfcNotifyState) { in nfcNotifyToString()