Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DHostEmulationManagerTest.java182 verify(mContext).unbindService(eq(mHostEmulationManager.getPaymentConnection())); in testOnPreferredPaymentServiceChanged_nullService()
222 verify(mContext).unbindService(eq(mHostEmulationManager.getPaymentConnection())); in testOnPreferredPaymentServiceChanged_previouslyBoundService()
1150 mHostEmulationManager.getPaymentConnection().onServiceConnected(WALLET_PAYMENT_SERVICE, in testPaymentServiceConnectionOnServiceConnected()
1163 mHostEmulationManager.getPaymentConnection().onServiceDisconnected(WALLET_PAYMENT_SERVICE); in testPaymentServiceConnectionOnServiceDisconnected()
1179 mHostEmulationManager.getPaymentConnection().onServiceDisconnected(WALLET_PAYMENT_SERVICE); in testPaymentServiceConnectionOnBindingDied_successfulRebind()
1183 mHostEmulationManager.getPaymentConnection().onBindingDied(WALLET_PAYMENT_SERVICE); in testPaymentServiceConnectionOnBindingDied_successfulRebind()
1185 verify(mContext).unbindService(eq(mHostEmulationManager.getPaymentConnection())); in testPaymentServiceConnectionOnBindingDied_successfulRebind()
1207 mHostEmulationManager.getPaymentConnection().onServiceDisconnected(WALLET_PAYMENT_SERVICE); in testPaymentServiceConnectionOnBindingDied_rebindOnTap()
1211 mHostEmulationManager.getPaymentConnection().onBindingDied(WALLET_PAYMENT_SERVICE); in testPaymentServiceConnectionOnBindingDied_rebindOnTap()
1213 verify(mContext).unbindService(eq(mHostEmulationManager.getPaymentConnection())); in testPaymentServiceConnectionOnBindingDied_rebindOnTap()
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DHostEmulationManager.java1281 public ServiceConnection getPaymentConnection(){ in getPaymentConnection() method in HostEmulationManager