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.java999 mContext.unbindService(mPaymentConnection); in unbindPaymentServiceLocked()
1018 if (mContext.bindServiceAsUser(intent, mPaymentConnection, in bindPaymentServiceLocked()
1099 private ServiceConnection mPaymentConnection = new ServiceConnection() { field in HostEmulationManager
1282 return mPaymentConnection; in getPaymentConnection()