Searched refs:mPaymentConnection (Results 1 – 1 of 1) sorted by relevance
358 mContext.unbindService(mPaymentConnection); in unbindPaymentServiceLocked()371 if (mContext.bindServiceAsUser(intent, mPaymentConnection, in bindPaymentServiceLocked()434 private ServiceConnection mPaymentConnection = new ServiceConnection() { field in HostEmulationManager