Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DHostEmulationManager.java145 ComponentName mPaymentServiceName = null; field in HostEmulationManager
891 if (mPaymentServiceName != null && mPaymentServiceName.equals(service) in bindServiceIfNeededLocked()
935 mActiveServiceName = mPaymentServiceName; in sendDataToServiceLocked()
960 mActiveServiceName = mPaymentServiceName; in sendPollingFramesToServiceLocked()
1001 Log.w(TAG, "Failed to unbind payment service: " + mPaymentServiceName, e); in unbindPaymentServiceLocked()
1007 mPaymentServiceName = null; in unbindPaymentServiceLocked()
1109 mPaymentServiceName = name;
1120 mPaymentServiceName = null;
1243 pw.println(" payment: " + mPaymentServiceName); in dump()
1262 mPaymentServiceName, proto, HostEmulationManagerProto.PAYMENT_SERVICE_NAME); in dumpDebug()
/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DHostEmulationManagerTest.java292 mHostEmulationManager.mPaymentServiceName = WALLET_PAYMENT_SERVICE; in testOnPollingLoopDetected_activeServiceAlreadyBound_overlappingServices()
345 mHostEmulationManager.mPaymentServiceName = WALLET_PAYMENT_SERVICE; in testOnPollingLoopDetected_paymentServiceAlreadyBound_4Frames()
720 mHostEmulationManager.mPaymentServiceName = WALLET_PAYMENT_SERVICE; in testOnHostEmulationData_stateW4Select_noDefaultService_matchingActiveService()
796 mHostEmulationManager.mPaymentServiceName = WALLET_PAYMENT_SERVICE; in testOnHostEmulationData_stateW4Select_noSelectAid()
864 mHostEmulationManager.mPaymentServiceName = WALLET_PAYMENT_SERVICE; in testOnHostEmulationData_stateXfer_selectAid_activeService()
1153 Assert.assertNotNull(mHostEmulationManager.mPaymentServiceName); in testPaymentServiceConnectionOnServiceConnected()
1154 Assert.assertEquals(WALLET_PAYMENT_SERVICE, mHostEmulationManager.mPaymentServiceName); in testPaymentServiceConnectionOnServiceConnected()
1161 mHostEmulationManager.mPaymentServiceName = WALLET_PAYMENT_SERVICE; in testPaymentServiceConnectionOnServiceDisconnected()
1166 Assert.assertNull(mHostEmulationManager.mPaymentServiceName); in testPaymentServiceConnectionOnServiceDisconnected()
1177 mHostEmulationManager.mPaymentServiceName = WALLET_PAYMENT_SERVICE; in testPaymentServiceConnectionOnBindingDied_successfulRebind()
[all …]