Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DHostEmulationManager.java358 mContext.unbindService(mPaymentConnection); in unbindPaymentServiceLocked()
371 if (mContext.bindServiceAsUser(intent, mPaymentConnection, in bindPaymentServiceLocked()
434 private ServiceConnection mPaymentConnection = new ServiceConnection() { field in HostEmulationManager