Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/camera/
DCameraServiceProxy.java427 IBinder nfcServiceBinder = getBinderService(NFC_SERVICE_BINDER_NAME); in notifyNfcService() local
428 if (nfcServiceBinder == null) { in notifyNfcService()
432 INfcAdapter nfcAdapterRaw = INfcAdapter.Stub.asInterface(nfcServiceBinder); in notifyNfcService()