Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DHostEmulationManagerTest.java175 mHostEmulationManager.mPaymentServiceBound = true; in testOnPreferredPaymentServiceChanged_nullService()
204 Assert.assertTrue(mHostEmulationManager.mPaymentServiceBound); in testOnPreferredPaymentServiceChanged_noPreviouslyBoundService()
215 mHostEmulationManager.mPaymentServiceBound = true; in testOnPreferredPaymentServiceChanged_previouslyBoundService()
231 Assert.assertTrue(mHostEmulationManager.mPaymentServiceBound); in testOnPreferredPaymentServiceChanged_previouslyBoundService()
719 mHostEmulationManager.mPaymentServiceBound = true; in testOnHostEmulationData_stateW4Select_noDefaultService_matchingActiveService()
763 mHostEmulationManager.mPaymentServiceBound = false; in testOnHostEmulationData_stateW4Select_noDefaultService_noBoundActiveService()
795 mHostEmulationManager.mPaymentServiceBound = true; in testOnHostEmulationData_stateW4Select_noSelectAid()
863 mHostEmulationManager.mPaymentServiceBound = true; in testOnHostEmulationData_stateXfer_selectAid_activeService()
902 mHostEmulationManager.mPaymentServiceBound = false; in testOnHostEmulationData_stateXfer_selectAid_noActiveService()
1160 mHostEmulationManager.mPaymentServiceBound = true; in testPaymentServiceConnectionOnServiceDisconnected()
[all …]
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DHostEmulationManager.java141 boolean mPaymentServiceBound = false; field in HostEmulationManager
895 } else if (!mPaymentServiceBound && preferredPaymentServiceName != null in bindServiceIfNeededLocked()
997 if (mPaymentServiceBound) { in unbindPaymentServiceLocked()
1003 mPaymentServiceBound = false; in unbindPaymentServiceLocked()
1021 mPaymentServiceBound = true; in bindPaymentServiceLocked()
1242 if (mPaymentServiceBound) { in dump()
1260 if (mPaymentServiceBound) { in dumpDebug()