Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/camera/
H A DCameraServiceProxy.java1083 IBinder nfcServiceBinder = getBinderService(NFC_SERVICE_BINDER_NAME); in notifyNfcService() local
1084 if (nfcServiceBinder == null) { in notifyNfcService()
1088 INfcAdapter nfcAdapterRaw = INfcAdapter.Stub.asInterface(nfcServiceBinder); in notifyNfcService()