Home
last modified time | relevance | path

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

/aosp12/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DHostNfcFEmulationManager.java102 ComponentName resolvedServiceName = null; in onHostEmulationData() local
107 resolvedServiceName = resolvedService.getComponent(); in onHostEmulationData()
110 if (resolvedServiceName == null) { in onHostEmulationData()
114 resolvedServiceName = mActiveServiceName; in onHostEmulationData()
118 !mEnabledFgServiceName.equals(resolvedServiceName)) { in onHostEmulationData()
121 if (DBG) Log.d(TAG, "resolvedServiceName: " + resolvedServiceName.toString() + in onHostEmulationData()
125 Messenger existingService = bindServiceIfNeededLocked(resolvedServiceName); in onHostEmulationData()