Home
last modified time | relevance | path

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

/aosp12/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DHostEmulationManager.java370 mContext.unbindService(mPaymentConnection); in unbindPaymentServiceLocked()
383 if (mContext.bindServiceAsUser(intent, mPaymentConnection, in bindPaymentServiceLocked()
446 private ServiceConnection mPaymentConnection = new ServiceConnection() { field in HostEmulationManager